Home
last modified time | relevance | path

Searched refs:fsleep (Results 1 – 25 of 102) sorted by relevance

12345

/linux/rust/kernel/time/
H A Ddelay.rs30 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 Dpoll.rs13 fsleep,
100 fsleep(sleep_delta); in read_poll_timeout()
/linux/drivers/phy/renesas/
H A Dphy-rzg3e-usb3.c95 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 Dinv_icm45600_core.c46 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/rust/helpers/
H A Dtime.c9 fsleep(usecs); in rust_helper_fsleep()
/linux/drivers/iio/dac/
H A Dad3530r.c183 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/clk/qcom/
H A Dreset.c19 fsleep(rst->reset_map[id].udelay ?: 1); /* use 1 us as default */ in qcom_reset()
/linux/drivers/md/dm-vdo/
H A Dmemory-alloc.c239 fsleep(1000); in vdo_allocate_memory()
270 fsleep(1000); in vdo_allocate_memory()
H A Dthread-utils.c102 fsleep(1000); in vdo_join_threads()
/linux/drivers/iio/pressure/
H A Dbmp280-core.c1004 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/iio/light/
H A Dbh1750.c268 fsleep(BH1750_RESET_DELAY_US); in bh1750_probe()
270 fsleep(BH1750_RESET_DELAY_US); in bh1750_probe()
/linux/drivers/platform/x86/
H A Dmeegopad_anx7428.c105 fsleep(10000); in anx7428_probe()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_clock.c66 fsleep(MEASURE_CLOCK_DELAY_US); in measure_clock()
/linux/drivers/platform/arm64/
H A Dlenovo-thinkpad-t14s.c127 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 Dgpio-pcf857x.c311 fsleep(4); /* tw(rst) > 4us */ in pcf857x_probe()
313 fsleep(100); /* trst > 100uS */ in pcf857x_probe()
/linux/drivers/mfd/
H A Dacer-ec-a500.c62 fsleep(10000); in a500_ec_read()
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a_rfk.c81 fsleep(100); in rtw8922a_ctl_band_ch_bw()
347 fsleep(1000); in rtw8922a_pre_set_channel_rf()
/linux/drivers/iio/adc/
H A Dad4851.c414 fsleep(1); in ad4851_setup()
416 fsleep(1); in ad4851_setup()
418 fsleep(1); in ad4851_setup()
420 fsleep(1000); in ad4851_setup()
/linux/drivers/iio/temperature/
H A Dtmp117.c162 fsleep(1500); in tmp117_probe()
/linux/drivers/iio/imu/
H A Dsmi240.c273 fsleep(SMI240_DIGITAL_STARTUP_DELAY_US); in smi240_soft_reset()
317 fsleep(SMI240_MECH_STARTUP_DELAY_US + in smi240_soft_config()
/linux/drivers/iio/accel/
H A Dmxc4005.c415 fsleep(MXC4005_RESET_TIME_US); in mxc4005_chip_init()
545 fsleep(MXC4005_RESET_TIME_US); in mxc4005_resume()
/linux/drivers/phy/
H A Dphy-snps-eusb2.c326 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/usb/misc/
H A Donboard_usb_dev.c112 fsleep(onboard_dev->pdata->reset_us); in onboard_dev_power_on()
114 fsleep(onboard_dev->pdata->power_on_delay_us); in onboard_dev_power_on()
/linux/drivers/md/
H A Ddm-init.c302 fsleep(5000); in dm_init_init()
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs73 kernel::time::delay::fsleep(time::Delta::from_millis(100)); in issue_soft_reset()

12345