Home
last modified time | relevance | path

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

/drivers/ps3/
Dps3av.c185 #define POLLING_INTERVAL 25 /* in msec */ macro
204 timeout = (timeout + POLLING_INTERVAL - 1) / POLLING_INTERVAL; in ps3av_vuart_read()
214 msleep(POLLING_INTERVAL); in ps3av_vuart_read()
/drivers/staging/rts5208/
Drtsx_chip.h66 #define POLLING_INTERVAL 30 macro
Drtsx.c546 schedule_timeout(POLLING_INTERVAL); in rtsx_polling_thread()
Drtsx_chip.c947 (chip->ss_idle_period / POLLING_INTERVAL)) { in rtsx_polling_func()
/drivers/usb/storage/
Drealtek_cr.c69 #define POLLING_INTERVAL 50 macro