Home
last modified time | relevance | path

Searched refs:msleep_interruptible (Results 1 – 25 of 149) sorted by relevance

123456

/Linux-v5.15/drivers/watchdog/
Dsbc8360.c213 msleep_interruptible(100); in sbc8360_activate()
215 msleep_interruptible(100); in sbc8360_activate()
218 msleep_interruptible(100); in sbc8360_activate()
/Linux-v5.15/drivers/char/
Ddtlk.c151 msleep_interruptible(100); in dtlk_read()
196 msleep_interruptible(1); in dtlk_write()
217 msleep_interruptible(1); in dtlk_write()
358 msleep_interruptible(500); /* nap 0.50 sec but in dtlk_cleanup()
429 msleep_interruptible(100); in dtlk_dev_probe()
/Linux-v5.15/Documentation/timers/
Dtimers-howto.rst56 msleep_interruptible(unsigned long msecs)
104 * Use msleep or possibly msleep_interruptible
108 whereas msleep_interruptible sets the current task to
/Linux-v5.15/include/linux/
Ddelay.h60 unsigned long msleep_interruptible(unsigned int msecs);
/Linux-v5.15/drivers/iio/adc/
Dltc2497-core.c31 if (msleep_interruptible( in ltc2497core_wait_conv()
62 if (msleep_interruptible(LTC2497_CONVERSION_TIME_MS)) in ltc2497core_read()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_resource.c179 err = msleep_interruptible(1); in nfp_resource_acquire()
257 if (msleep_interruptible(10)) { in nfp_resource_wait()
Dnfp_hwinfo.c221 err = msleep_interruptible(100); in hwinfo_fetch()
Dnfp_mutex.c188 err = msleep_interruptible(timeout_ms); in nfp_cpp_mutex_lock()
/Linux-v5.15/drivers/w1/
Dw1_family.c77 if (msleep_interruptible(1000)) in w1_unregister_family()
Dw1_int.c202 if (msleep_interruptible(1000)) in __w1_remove_master_device()
/Linux-v5.15/drivers/media/test-drivers/vidtv/
Dvidtv_tuner.c259 msleep_interruptible(config.mock_power_up_delay_msec); in vidtv_tuner_init()
313 msleep_interruptible(config.mock_tune_delay_msec); in vidtv_tuner_set_params()
/Linux-v5.15/drivers/media/pci/mantis/
Dmantis_vp1033.c101 msleep_interruptible(100); in lgtdqcs001f_tuner_set()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dscanlog.c104 msleep_interruptible(wait_time); in scanlog_read()
Dcmm.c298 timeleft = msleep_interruptible(delay * 1000); in cmm_thread()
311 timeleft = msleep_interruptible(hotplug_delay * in cmm_thread()
/Linux-v5.15/drivers/media/test-drivers/vivid/
Dvivid-radio-tx.c65 if (msleep_interruptible(20) && signal_pending(current)) in vivid_radio_tx_write()
/Linux-v5.15/drivers/media/dvb-frontends/
Dmb86a16.c430 msleep_interruptible(10); in signal_det()
1178 msleep_interruptible(wait_t); in mb86a16_set_fe()
1418 msleep_interruptible(wait_t); in mb86a16_set_fe()
1445 msleep_interruptible(wait_t); in mb86a16_set_fe()
1456 msleep_interruptible(wait_t); in mb86a16_set_fe()
1468 msleep_interruptible(wait_t); in mb86a16_set_fe()
1524 msleep_interruptible(10); in mb86a16_send_diseqc_msg()
/Linux-v5.15/drivers/w1/slaves/
Dw1_ds2438.c111 sleep_rem = msleep_interruptible(tm); in w1_ds2438_get_temperature()
246 sleep_rem = msleep_interruptible(tm); in w1_ds2438_get_voltage()
Dw1_therm.c809 sleep_rem = msleep_interruptible(W1_THERM_RETRY_DELAY); in bus_mutex_lock()
1097 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1114 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1341 sleep_rem = msleep_interruptible(t_write); in copy_scratchpad()
1492 sleep_rem = msleep_interruptible(t_conv); in trigger_bulk_read()
1500 sleep_rem = msleep_interruptible(t_conv); in trigger_bulk_read()
/Linux-v5.15/drivers/hwmon/
Dads7871.c120 msleep_interruptible(1); in voltage_show()
/Linux-v5.15/drivers/iio/chemical/
Dsps30_i2c.c168 if (msleep_interruptible(1000)) in sps30_i2c_read_meas()
/Linux-v5.15/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c53 msleep_interruptible(sleep_msecs); in ehea_plpar_hcall_norets()
93 msleep_interruptible(sleep_msecs); in ehea_plpar_hcall9()
/Linux-v5.15/drivers/media/usb/dvb-usb/
Daz6027.c861 msleep_interruptible(200); in az6027_frontend_reset()
867 msleep_interruptible(200); in az6027_frontend_reset()
878 msleep_interruptible(200); in az6027_frontend_reset()
/Linux-v5.15/drivers/hid/intel-ish-hid/ipc/
Dipc.c469 left_time = msleep_interruptible(timeinc); in timed_wait_for_timeout()
559 msleep_interruptible(TIMEOUT_FOR_HW_RDY_MS); in fw_reset_work_fn()
/Linux-v5.15/drivers/block/aoe/
Daoechr.c111 if (!skb && !msleep_interruptible(250)) { in revalidate()
/Linux-v5.15/drivers/video/fbdev/
Dcobalt_lcdfb.c85 if (msleep_interruptible(1)) in lcd_busy_wait()

123456