Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/tests/
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-v6.6/drivers/pcmcia/
Domap_cf.c68 #define POLL_INTERVAL (2 * HZ) macro
91 mod_timer(&cf->timer, jiffies + POLL_INTERVAL); in omap_cf_timer()
281 mod_timer(&cf->timer, jiffies + POLL_INTERVAL); in omap_cf_probe()
Delectra_cf.c52 #define POLL_INTERVAL (2 * HZ) macro
80 mod_timer(&cf->timer, jiffies + POLL_INTERVAL); in electra_cf_timer()
/Linux-v6.6/drivers/input/misc/
Dmma8450.c19 #define POLL_INTERVAL 100 macro
176 input_set_poll_interval(input, POLL_INTERVAL); in mma8450_probe()
/Linux-v6.6/drivers/power/supply/
Dtps65217_charger.c27 #define POLL_INTERVAL (HZ * 2) macro
168 schedule_timeout_interruptible(POLL_INTERVAL); in tps65217_charger_poll_task()
Dtps65090-charger.c27 #define POLL_INTERVAL (HZ * 2) /* Used when no irq */ macro
214 schedule_timeout_interruptible(POLL_INTERVAL); in tps65090_charger_poll_task()
/Linux-v6.6/drivers/input/touchscreen/
Dts4800-ts.c22 #define POLL_INTERVAL 3 macro
193 input_set_poll_interval(input_dev, POLL_INTERVAL); in ts4800_ts_probe()
Dsur40.c129 #define POLL_INTERVAL 1 macro
712 input_set_poll_interval(input, POLL_INTERVAL); in sur40_probe()
/Linux-v6.6/drivers/usb/typec/tipd/
Dcore.c565 #define POLL_INTERVAL 500 /* msecs */ macro
573 &tps->wq_poll, msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_poll_work()
855 msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_probe()
925 msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_resume()
/Linux-v6.6/drivers/sbus/char/
Dbbc_envctrl.c416 #define POLL_INTERVAL (5 * 1000) macro
428 msleep_interruptible(POLL_INTERVAL); in kenvctrld()
/Linux-v6.6/net/rfkill/
Dcore.c27 #define POLL_INTERVAL (5 * HZ) macro
1041 round_jiffies_relative(POLL_INTERVAL)); in rfkill_poll()
1105 round_jiffies_relative(POLL_INTERVAL)); in rfkill_register()
/Linux-v6.6/drivers/usb/atm/
Dcxacru.c55 #define POLL_INTERVAL 1 /* secs */ macro
932 round_jiffies_relative(POLL_INTERVAL*HZ)); in cxacru_poll_status()