Home
last modified time | relevance | path

Searched refs:POLL_INTERVAL (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/input/tests/
H A Dinput_test.c13 #define POLL_INTERVAL 100 macro
61 input_set_poll_interval(input_dev, POLL_INTERVAL); in input_test_polling()
64 KUNIT_ASSERT_EQ(test, input_get_poll_interval(input_dev), POLL_INTERVAL); in input_test_polling()
/linux/drivers/input/misc/
H A Dqnap-mcu-input.c20 #define POLL_INTERVAL 500 macro
133 input_set_poll_interval(input, POLL_INTERVAL); in qnap_mcu_input_probe()
/linux/drivers/pcmcia/
H A Domap_cf.c68 #define POLL_INTERVAL (2 * HZ) macro
91 mod_timer(&cf->timer, jiffies + POLL_INTERVAL); in omap_cf_timer()
283 mod_timer(&cf->timer, jiffies + POLL_INTERVAL); in omap_cf_probe()
H A Delectra_cf.c52 #define POLL_INTERVAL (2 * HZ) macro
80 mod_timer(&cf->timer, jiffies + POLL_INTERVAL); in electra_cf_timer()
/linux/drivers/input/touchscreen/
H A Dts4800-ts.c22 #define POLL_INTERVAL 3 macro
192 input_set_poll_interval(input_dev, POLL_INTERVAL); in ts4800_ts_probe()
/linux/drivers/sbus/char/
H A Dbbc_envctrl.c416 #define POLL_INTERVAL (5 * 1000) macro
428 msleep_interruptible(POLL_INTERVAL); in kenvctrld()
/linux/net/rfkill/
H A Dcore.c27 #define POLL_INTERVAL (5 * HZ) macro
1037 round_jiffies_relative(POLL_INTERVAL)); in rfkill_poll()
1101 round_jiffies_relative(POLL_INTERVAL)); in rfkill_register()
/linux/drivers/usb/typec/tipd/
H A Dcore.c1048 #define POLL_INTERVAL 500 /* msecs */ macro
1056 &tps->wq_poll, msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_poll_work()
1854 msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_probe()
1955 msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_resume()
/linux/drivers/usb/atm/
H A Dcxacru.c55 #define POLL_INTERVAL 1 /* secs */ macro
932 round_jiffies_relative(POLL_INTERVAL*HZ)); in cxacru_poll_status()