Home
last modified time | relevance | path

Searched defs:timeout_us (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/
Diopoll.h43 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument
81 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
102 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
105 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
108 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
111 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
114 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
117 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
120 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
123 #define readq_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
[all …]
Dregmap.h125 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
167 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument
/linux-4.19.296/drivers/uwb/
Drsv.c226 unsigned timeout_us; in uwb_rsv_backoff_win_increment() local
272 unsigned timeout_us = (sframes + 2) * UWB_SUPERFRAME_LENGTH_US; in uwb_rsv_stroke_timer() local
Ddrp.c573 unsigned timeout_us = UWB_MAX_LOST_BEACONS * UWB_SUPERFRAME_LENGTH_US; in uwb_cnflt_alien_stroke_timer() local
/linux-4.19.296/drivers/char/tpm/
Dtpm_tis_core.c491 unsigned long timeout_us[4]; member
/linux-4.19.296/include/uapi/drm/
Dvmwgfx_drm.h629 __u64 timeout_us; member
/linux-4.19.296/drivers/iio/adc/
Dstm32-adc.c455 #define stm32_adc_readl_poll_timeout(reg, val, cond, sleep_us, timeout_us) \ argument