| /linux/rust/kernel/time/ |
| H A D | delay.rs | 30 pub fn fsleep(delta: Delta) { in fsleep() function 47 bindings::fsleep(delta.as_micros_ceil() as c_ulong) in fsleep()
|
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 13 fsleep, 104 fsleep(sleep_delta); in read_poll_timeout() 107 // `fsleep()` could be a busy-wait loop so we always call `cpu_relax()`.
|
| /linux/drivers/phy/renesas/ |
| H A D | phy-rzg3e-usb3.c | 95 fsleep(10); in rzg3e_phy_usb2test_phy_init() 99 fsleep(10); in rzg3e_phy_usb2test_phy_init() 115 fsleep(20); in rzg3e_phy_usb3test_phy_init()
|
| /linux/drivers/iio/imu/inv_icm45600/ |
| H A D | inv_icm45600_core.c | 46 fsleep(INV_ICM45600_IREG_DELAY_US); in inv_icm45600_ireg_read() 57 fsleep(INV_ICM45600_IREG_DELAY_US); in inv_icm45600_ireg_read() 84 fsleep(INV_ICM45600_IREG_DELAY_US); in inv_icm45600_ireg_write() 95 fsleep(INV_ICM45600_IREG_DELAY_US); in inv_icm45600_ireg_write() 541 fsleep(USEC_PER_MSEC); in inv_icm45600_setup() 671 fsleep(3 * USEC_PER_MSEC); in inv_icm45600_enable_regulator_vddio() 745 fsleep(5 * USEC_PER_MSEC); in inv_icm45600_core_probe()
|
| /linux/drivers/iio/adc/ |
| H A D | adi-axi-adc.c | 279 fsleep(1000); in axi_adc_read_chan_status() 490 fsleep(100); in axi_adc_raw_write() 492 fsleep(100); in axi_adc_raw_write() 503 fsleep(100); in axi_adc_raw_read() 506 fsleep(100); in axi_adc_raw_read()
|
| H A D | aspeed_adc.c | 269 fsleep(1000); in aspeed_adc_compensation() 331 fsleep(1000); in aspeed_adc_read_raw() 344 fsleep(1000); in aspeed_adc_read_raw()
|
| H A D | ad4851.c | 414 fsleep(1); in ad4851_setup() 416 fsleep(1); in ad4851_setup() 418 fsleep(1); in ad4851_setup() 420 fsleep(1000); in ad4851_setup()
|
| /linux/rust/helpers/ |
| H A D | time.c | 9 fsleep(usecs); in rust_helper_fsleep()
|
| /linux/drivers/iio/dac/ |
| H A D | ad3530r.c | 196 fsleep(AD3530R_LDAC_PULSE_US); in ad3530r_dac_write() 384 fsleep(1 * USEC_PER_MSEC); in ad3530r_setup() 394 fsleep(10 * USEC_PER_MSEC); in ad3530r_setup()
|
| /linux/drivers/clk/qcom/ |
| H A D | reset.c | 19 fsleep(rst->reset_map[id].udelay ?: 1); /* use 1 us as default */ in qcom_reset()
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx93-mipi-dsi.c | 303 fsleep(1); in dphy_pll_clear_shadow() 307 fsleep(1); in dphy_pll_clear_shadow() 372 fsleep(10); in dphy_pll_update() 422 fsleep(10); in dphy_pll_configure()
|
| /linux/drivers/iio/pressure/ |
| H A D | bmp280-core.c | 1004 fsleep(data->start_up_time_us); in bmp280_preinit() 1062 fsleep(meas_time_us); in bmp280_wait_conv() 1422 fsleep(data->start_up_time_us); in bmp380_cmd() 1714 fsleep(meas_time_us); in bmp380_wait_conv() 1801 fsleep(5 * USEC_PER_MSEC); in bmp380_chip_config() 1814 fsleep(150 * USEC_PER_MSEC); in bmp380_chip_config() 2016 fsleep(2000); in bmp580_soft_reset() 2218 fsleep(2500); in bmp580_nvmem_read_impl() 2283 fsleep(2500); in bmp580_nvmem_write_impl() 2444 fsleep(meas_time_u in bmp580_wait_conv() [all...] |
| /linux/drivers/iio/light/ |
| H A D | bh1750.c | 268 fsleep(BH1750_RESET_DELAY_US); in bh1750_probe() 270 fsleep(BH1750_RESET_DELAY_US); in bh1750_probe()
|
| /linux/drivers/iio/proximity/ |
| H A D | vl53l1x-i2c.c | 224 fsleep(100); /* conservative reset pulse, no spec */ in vl53l1x_chip_init() 229 fsleep(1000); /* conservative boot wait, no spec */ in vl53l1x_chip_init() 661 fsleep(1200); in vl53l1x_probe()
|
| /linux/drivers/platform/x86/ |
| H A D | meegopad_anx7428.c | 105 fsleep(10000); in anx7428_probe()
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-exynos5-usbdrd.c | 938 fsleep(10); in exynos5_usbdrd_phy_init() 1608 fsleep(10); /* required before doing POR=low */ in exynos850_usbdrd_utmi_init() 1616 fsleep(75); /* required after POR=low for guaranteed PHY clock */ in exynos850_usbdrd_utmi_init() 1675 fsleep(10); /* required before doing POR=low */ in exynos850_usbdrd_phy_exit() 2124 fsleep(1); in exynosautov920_usb31drd_cr_clk() 2303 fsleep(10); in exynosautov920_usb31drd_pipe3_init() 2317 fsleep(10); in exynosautov920_usb31drd_pipe3_init() 2392 fsleep(100); in exynosautov920_usbdrd_utmi_init() 2440 fsleep(10); in exynosautov920_usbdrd_utmi_init() 2449 fsleep(75); in exynosautov920_usbdrd_utmi_init() [all …]
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_clock.c | 66 fsleep(MEASURE_CLOCK_DELAY_US); in measure_clock()
|
| /linux/drivers/platform/arm64/ |
| H A D | lenovo-thinkpad-t14s.c | 127 fsleep(10000); in t14s_ec_write() 165 fsleep(10000); in t14s_ec_read() 200 fsleep(10000); in t14s_ec_read_evt()
|
| /linux/drivers/gpio/ |
| H A D | gpio-pcf857x.c | 311 fsleep(4); /* tw(rst) > 4us */ in pcf857x_probe() 313 fsleep(100); /* trst > 100uS */ in pcf857x_probe()
|
| /linux/drivers/mfd/ |
| H A D | acer-ec-a500.c | 62 fsleep(10000); in a500_ec_read()
|
| /linux/drivers/iio/temperature/ |
| H A D | tmp117.c | 162 fsleep(1500); in tmp117_probe()
|
| /linux/drivers/iio/imu/ |
| H A D | smi240.c | 273 fsleep(SMI240_DIGITAL_STARTUP_DELAY_US); in smi240_soft_reset() 317 fsleep(SMI240_MECH_STARTUP_DELAY_US + in smi240_soft_config()
|
| /linux/drivers/phy/ |
| H A D | phy-snps-eusb2.c | 326 fsleep(50); /* required after holding phy in reset */ in exynos_snps_eusb2_hsphy_init() 343 fsleep(10); /* required after releasing test_iddq */ in exynos_snps_eusb2_hsphy_init()
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-sdw-mbq.c | 69 fsleep(ctx->cfg.timeout_us); in regmap_sdw_mbq_poll_busy()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_crtc.c | 202 fsleep(HPD_DETECTION_PERIOD_uS); in amdgpu_dm_idle_worker() 211 fsleep(HPD_DETECTION_TIME_uS); in amdgpu_dm_idle_worker()
|