Searched refs:DEBOUNCE_TIME (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/extcon/ |
| D | extcon-intel-int3496.c | 23 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 82 mod_delayed_work(system_wq, &data->work, DEBOUNCE_TIME); in int3496_thread_isr()
|
| /Linux-v5.4/drivers/input/keyboard/ |
| D | snvs_pwrkey.c | 29 #define DEBOUNCE_TIME 30 macro 76 mod_timer(&pdata->check_timer, jiffies + msecs_to_jiffies(DEBOUNCE_TIME)); in imx_snvs_pwrkey_interrupt()
|
| /Linux-v5.4/drivers/phy/allwinner/ |
| D | phy-sun4i-usb.c | 97 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 446 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on() 625 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq() 639 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify()
|
| /Linux-v5.4/drivers/power/supply/ |
| D | axp20x_usb_power.c | 55 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 95 mod_delayed_work(system_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_poll_vbus()
|