Home
last modified time | relevance | path

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

/linux/drivers/usb/atm/
H A Dspeedtch.c132 int poll_delay; /* milliseconds */ member
502 instance->poll_delay = min(2 * instance->poll_delay, MAX_POLL_DELAY); in speedtch_check_status()
506 instance->poll_delay = max(instance->poll_delay / 2, MIN_POLL_DELAY); in speedtch_check_status()
570 if (instance->poll_delay < MAX_POLL_DELAY) in speedtch_status_poll()
571 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()
870 instance->poll_delay = MIN_POLL_DELAY; in speedtch_bind()
/linux/drivers/input/touchscreen/
H A Dwm9713.c144 static inline void poll_delay(int d) in poll_delay() function
280 poll_delay(delay); in wm9713_poll_sample()
345 poll_delay(delay); in wm9713_poll_coord()
H A Dwm9712.c144 static inline void poll_delay(int d) in poll_delay() function
270 poll_delay(delay); in wm9712_poll_sample()
334 poll_delay(delay); in wm9712_poll_coord()
H A Dwm9705.c126 static inline void poll_delay(int d) in poll_delay() function
230 poll_delay(delay); in wm9705_poll_sample()
/linux/block/
H A Dblk-sysfs.c273 QUEUE_SYSFS_SHOW_CONST(poll_delay, -1)