| /linux/Documentation/timers/ |
| H A D | delay_sleep_functions.rst | 25 - `fsleep()` 54 #. Use `fsleep()` whenever unsure (as it combines all the advantages of the 95 #. Use `fsleep()` whenever unsure (as it combines all the advantages of the 100 First check fsleep() function description and to learn more about accuracy, 121 :identifiers: ssleep fsleep
|
| /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/sound/soc/codecs/ |
| H A D | ntp8918.c | 82 fsleep(1000); in ntp8918_reset_gpio() 86 fsleep(1); in ntp8918_reset_gpio() 90 fsleep(500); in ntp8918_reset_gpio() 129 fsleep(500); in ntp8918_snd_suspend()
|
| H A D | ntp8835.c | 139 fsleep(1000); in ntp8835_reset_gpio() 143 fsleep(1); in ntp8835_reset_gpio() 147 fsleep(500); in ntp8835_reset_gpio() 197 fsleep(500); in ntp8835_snd_suspend()
|
| H A D | fs210x.c | 149 fsleep(2000); /* >= 2ms */ in fs210x_bclk_set() 249 fsleep(delay_us); in fs210x_set_cmd_pkg() 306 fsleep(10000); /* >= 10ms */ in fs210x_dev_play() 325 fsleep(30000); /* >= 30ms */ in fs210x_dev_stop() 452 fsleep(10000); /* >= 10ms */ in fs210x_access_dsp_ram() 579 fsleep(10000); /* >= 10ms */ in fs210x_init_chip() 606 fsleep(10000); /* >= 10ms */ in fs210x_init_chip() 1260 fsleep(30000); /* >= 30ms */ in fs210x_suspend() 1399 fsleep(10000); /* >= 10ms */ in fs210x_deinit() 1423 fsleep(10000); /* >= 10ms */ in fs210x_init() [all …]
|
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 13 fsleep, 104 fsleep(sleep_delta); in read_poll_timeout()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | ite-it6263.c | 405 fsleep(1000); in it6263_hw_reset() 408 fsleep(40000); in it6263_hw_reset() 411 fsleep(5000); in it6263_hw_reset() 430 fsleep(1000); in it6263_lvds_reset() 436 fsleep(1000); in it6263_lvds_reset() 438 fsleep(10000); in it6263_lvds_reset() 635 fsleep(1000); in it6263_bridge_atomic_enable()
|
| /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/platform/x86/lenovo/ |
| H A D | yoga-tab2-pro-1380-fastcharger.c | 60 fsleep(YT2_1380_FC_PIN_SW_DELAY_US); in yt2_1380_fc_set_gpio_mode() 100 fsleep(YT2_1380_FC_UART_DRAIN_DELAY_US); in yt2_1380_fc_worker() 116 fsleep(YT2_1380_FC_VOLT_SW_DELAY_US); in yt2_1380_fc_worker()
|
| /linux/drivers/iio/adc/ |
| H A D | ad7779.c | 330 fsleep(15); in ad7779_set_sampling_frequency() 337 fsleep(15); in ad7779_set_sampling_frequency() 620 fsleep(230); in ad7779_reset() 630 fsleep(230); in ad7779_reset() 772 fsleep(15); in ad7779_conf() 775 fsleep(15); in ad7779_conf() 778 fsleep(15); in ad7779_conf()
|
| 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()
|
| /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/usb/chipidea/ |
| H A D | ci_hdrc_tegra.c | 193 fsleep(10000); in tegra_usb_internal_port_reset() 196 fsleep(1000); in tegra_usb_internal_port_reset() 199 fsleep(1000); in tegra_usb_internal_port_reset()
|
| /linux/rust/helpers/ |
| H A D | time.c | 9 fsleep(usecs); in rust_helper_fsleep()
|
| /linux/drivers/iio/dac/ |
| H A D | ad3530r.c | 183 fsleep(AD3530R_LDAC_PULSE_US); in ad3530r_trigger_hw_ldac() 358 fsleep(1 * USEC_PER_MSEC); in ad3530r_setup() 368 fsleep(10 * USEC_PER_MSEC); in ad3530r_setup()
|
| /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_us); in bmp580_wait_conv() [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | memory-alloc.c | 239 fsleep(1000); in vdo_allocate_memory() 270 fsleep(1000); in vdo_allocate_memory()
|
| /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/include/linux/ |
| H A D | delay.h | 127 static inline void fsleep(unsigned long usecs) in fsleep() function
|
| /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/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/net/phy/ |
| H A D | mdio_bus_provider.c | 345 fsleep(bus->reset_delay_us); in __mdiobus_register() 348 fsleep(bus->reset_post_delay_us); in __mdiobus_register()
|
| /linux/drivers/media/i2c/ |
| H A D | ov8858.c | 1349 fsleep(200); in ov8858_start_stream() 1361 fsleep(10000); in ov8858_start_stream() 1643 fsleep(delay_us); in ov8858_power_on() 1645 fsleep(delay_us); in ov8858_power_on()
|
| /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() 2123 fsleep(1); in exynosautov920_usb31drd_cr_clk() 2302 fsleep(10); in exynosautov920_usb31drd_pipe3_init() 2316 fsleep(10); in exynosautov920_usb31drd_pipe3_init() 2391 fsleep(100); in exynosautov920_usbdrd_utmi_init() 2439 fsleep(10); in exynosautov920_usbdrd_utmi_init() 2448 fsleep(75); in exynosautov920_usbdrd_utmi_init() [all …]
|
| /linux/drivers/iio/proximity/ |
| H A D | d3323aa.c | 330 fsleep((30 + 5) * USEC_PER_MSEC); in d3323aa_reset() 359 fsleep(2000); in d3323aa_reset() 399 fsleep(10); in d3323aa_setup()
|