Searched refs:DEBOUNCE_TIME (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/extcon/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | imx_sc_key.c | 19 #define DEBOUNCE_TIME 30 macro 51 msecs_to_jiffies(DEBOUNCE_TIME)); in imx_sc_key_notify()
|
H A D | snvs_pwrkey.c | 31 #define DEBOUNCE_TIME 30 macro 93 jiffies + msecs_to_jiffies(DEBOUNCE_TIME)); in imx_snvs_pwrkey_interrupt()
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon-intel-int3496.c | 25 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 109 mod_delayed_work(system_wq, &data->work, DEBOUNCE_TIME); in int3496_thread_isr()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | imx_sc_key.c | 19 #define DEBOUNCE_TIME 30 macro 51 msecs_to_jiffies(DEBOUNCE_TIME)); in imx_sc_key_notify()
|
H A D | snvs_pwrkey.c | 31 #define DEBOUNCE_TIME 30 macro 93 jiffies + msecs_to_jiffies(DEBOUNCE_TIME)); in imx_snvs_pwrkey_interrupt()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | axp20x_usb_power.c | 61 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 95 mod_delayed_work(system_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_irq() 120 mod_delayed_work(system_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_poll_vbus() 528 mod_delayed_work(system_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_resume()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | axp20x_usb_power.c | 46 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 98 mod_delayed_work(system_power_efficient_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_irq() 123 mod_delayed_work(system_power_efficient_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_poll_vbus() 476 mod_delayed_work(system_power_efficient_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_resume()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | nxp-bbnsm-pwrkey.c | 33 #define DEBOUNCE_TIME 30 macro 82 jiffies + msecs_to_jiffies(DEBOUNCE_TIME)); in bbnsm_pwrkey_interrupt()
|
/kernel/linux/linux-5.10/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 98 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 447 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on() 627 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq() 641 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify()
|
/kernel/linux/linux-6.6/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 97 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 486 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on() 666 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq() 680 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify()
|
Completed in 8 milliseconds