Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/atm/
Dspeedtch.c147 int poll_delay; /* milliseconds */ member
516 instance->poll_delay = min(2 * instance->poll_delay, MAX_POLL_DELAY); in speedtch_check_status()
520 instance->poll_delay = max(instance->poll_delay / 2, MIN_POLL_DELAY); in speedtch_check_status()
582 if (instance->poll_delay < MAX_POLL_DELAY) in speedtch_status_poll()
583 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()
879 instance->poll_delay = MIN_POLL_DELAY; in speedtch_bind()
/linux-3.4.99/include/linux/i2c/
Dtsc2007.h10 unsigned long poll_delay; /* delay (in ms) after pen-down event member
/linux-3.4.99/drivers/input/touchscreen/
Dwm9712.c148 static inline void poll_delay(int d) in poll_delay() function
274 poll_delay(delay); in wm9712_poll_sample()
334 poll_delay(delay); in wm9712_poll_coord()
Dtsc2007.c75 unsigned long poll_delay; member
308 ts->poll_delay = pdata->poll_delay ? : 1; in tsc2007_probe()
Dwm9713.c148 static inline void poll_delay(int d) in poll_delay() function
284 poll_delay(delay); in wm9713_poll_sample()
349 poll_delay(delay); in wm9713_poll_coord()
Dwm9705.c130 static inline void poll_delay(int d) in poll_delay() function
234 poll_delay(delay); in wm9705_poll_sample()