Home
last modified time | relevance | path

Searched refs:poll_delay (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/atm/
H A Dspeedtch.c131 int poll_delay; /* milliseconds */ member
501 instance->poll_delay = min(2 * instance->poll_delay, MAX_POLL_DELAY); in speedtch_check_status()
505 instance->poll_delay = max(instance->poll_delay / 2, MIN_POLL_DELAY); in speedtch_check_status()
568 if (instance->poll_delay < MAX_POLL_DELAY) in speedtch_status_poll()
569 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()
867 instance->poll_delay = MIN_POLL_DELAY; in speedtch_bind()
/openbmc/linux/drivers/input/touchscreen/
H A Dwm9712.c143 static inline void poll_delay(int d) in poll_delay() function
269 poll_delay(delay); in wm9712_poll_sample()
333 poll_delay(delay); in wm9712_poll_coord()
H A Dwm9713.c143 static inline void poll_delay(int d) in poll_delay() function
279 poll_delay(delay); in wm9713_poll_sample()
344 poll_delay(delay); in wm9713_poll_coord()
H A Dwm9705.c125 static inline void poll_delay(int d) in poll_delay() function
229 poll_delay(delay); in wm9705_poll_sample()