Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ps3/
H A Dps3av.c172 #define POLLING_INTERVAL 25 /* in msec */ macro
191 timeout = (timeout + POLLING_INTERVAL - 1) / POLLING_INTERVAL; in ps3av_vuart_read()
201 msleep(POLLING_INTERVAL); in ps3av_vuart_read()
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx_chip.h56 #define POLLING_INTERVAL 30 macro
H A Drtsx.c480 schedule_timeout(msecs_to_jiffies(POLLING_INTERVAL)); in rtsx_polling_thread()
H A Drtsx_chip.c1026 if (chip->ss_counter < (chip->ss_idle_period / POLLING_INTERVAL)) in rtsx_manage_ss()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Drealtek_cr.c61 #define POLLING_INTERVAL 50 macro