Searched refs:POLL_INTERVAL (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/input/tests/ |
H A D | input_test.c | 13 #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/pcmcia/ |
H A D | omap_cf.c | 68 #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()
|
H A D | electra_cf.c | 52 #define POLL_INTERVAL (2 * HZ) macro 80 mod_timer(&cf->timer, jiffies + POLL_INTERVAL); in electra_cf_timer()
|
/linux/drivers/input/misc/ |
H A D | mma8450.c | 19 #define POLL_INTERVAL 100 macro 176 input_set_poll_interval(input, POLL_INTERVAL); in mma8450_probe()
|
/linux/drivers/power/supply/ |
H A D | tps65217_charger.c | 27 #define POLL_INTERVAL (HZ * 2) macro 168 schedule_timeout_interruptible(POLL_INTERVAL); in tps65217_charger_poll_task()
|
H A D | tps65090-charger.c | 27 #define POLL_INTERVAL (HZ * 2) /* Used when no irq */ macro 214 schedule_timeout_interruptible(POLL_INTERVAL); in tps65090_charger_poll_task()
|
/linux/drivers/input/touchscreen/ |
H A D | ts4800-ts.c | 22 #define POLL_INTERVAL 3 macro 193 input_set_poll_interval(input_dev, POLL_INTERVAL); in ts4800_ts_probe()
|
H A D | sur40.c | 129 #define POLL_INTERVAL 1 macro 712 input_set_poll_interval(input, POLL_INTERVAL); in sur40_probe()
|
/linux/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 416 #define POLL_INTERVAL (5 * 1000) macro 428 msleep_interruptible(POLL_INTERVAL); in kenvctrld()
|
/linux/drivers/usb/typec/tipd/ |
H A D | core.c | 700 #define POLL_INTERVAL 500 /* msecs */ macro 708 &tps->wq_poll, msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_poll_work() 1423 msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_probe() 1521 msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_resume()
|
/linux/net/rfkill/ |
H A D | core.c | 27 #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/atm/ |
H A D | cxacru.c | 55 #define POLL_INTERVAL 1 /* secs */ macro 932 round_jiffies_relative(POLL_INTERVAL*HZ)); in cxacru_poll_status()
|