Home
last modified time | relevance | path

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

/linux/drivers/ps3/
H A Dps3av.c173 #define POLLING_INTERVAL 25 /* in msec */ macro
192 timeout = (timeout + POLLING_INTERVAL - 1) / POLLING_INTERVAL; in ps3av_vuart_read()
202 msleep(POLLING_INTERVAL); in ps3av_vuart_read()
/linux/drivers/usb/storage/
H A Drealtek_cr.c61 #define POLLING_INTERVAL 50 macro