Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/devfreq/
H A Ddevfreq.c1934 if (IS_SUPPORTED_ATTR(gov->attrs, POLLING_INTERVAL)) in create_sysfs_files()
1944 if (IS_SUPPORTED_ATTR(gov->attrs, POLLING_INTERVAL)) in remove_sysfs_files()
2008 if (IS_SUPPORTED_ATTR(devfreq->governor->attrs, POLLING_INTERVAL)) in devfreq_summary_show()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_chip.h56 #define POLLING_INTERVAL 30 macro
H A Drtsx.c467 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()
/openbmc/linux/drivers/usb/storage/
H A Drealtek_cr.c61 #define POLLING_INTERVAL 50 macro