Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ps3/
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()
/linux-6.1.9/drivers/devfreq/
Ddevfreq.c1891 if (IS_SUPPORTED_ATTR(gov->attrs, POLLING_INTERVAL)) in create_sysfs_files()
1901 if (IS_SUPPORTED_ATTR(gov->attrs, POLLING_INTERVAL)) in remove_sysfs_files()
1965 if (IS_SUPPORTED_ATTR(devfreq->governor->attrs, POLLING_INTERVAL)) in devfreq_summary_show()
/linux-6.1.9/drivers/staging/rts5208/
Drtsx.c473 schedule_timeout(msecs_to_jiffies(POLLING_INTERVAL)); in rtsx_polling_thread()
Drtsx_chip.h56 #define POLLING_INTERVAL 30 macro
Drtsx_chip.c1026 if (chip->ss_counter < (chip->ss_idle_period / POLLING_INTERVAL)) in rtsx_manage_ss()
/linux-6.1.9/drivers/usb/storage/
Drealtek_cr.c61 #define POLLING_INTERVAL 50 macro