Searched refs:DEBOUNCE_TIME (Results 1 – 7 of 7) sorted by relevance
| /drivers/input/keyboard/ |
| A D | imx_sc_key.c | 19 #define DEBOUNCE_TIME 30 macro 51 msecs_to_jiffies(DEBOUNCE_TIME)); in imx_sc_key_notify()
|
| A D | imx-sm-bbm-key.c | 16 #define DEBOUNCE_TIME 30 macro 78 schedule_delayed_work(&bbnsm->check_work, msecs_to_jiffies(DEBOUNCE_TIME)); in scmi_imx_bbm_pwrkey_event()
|
| A D | snvs_pwrkey.c | 33 #define DEBOUNCE_TIME 30 macro 96 jiffies + msecs_to_jiffies(DEBOUNCE_TIME)); in imx_snvs_pwrkey_interrupt()
|
| /drivers/extcon/ |
| 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()
|
| /drivers/input/misc/ |
| A D | nxp-bbnsm-pwrkey.c | 33 #define DEBOUNCE_TIME 30 macro 96 jiffies + msecs_to_jiffies(DEBOUNCE_TIME)); in bbnsm_pwrkey_interrupt()
|
| /drivers/power/supply/ |
| A D | axp20x_usb_power.c | 57 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 120 mod_delayed_work(system_power_efficient_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_irq() 154 mod_delayed_work(system_power_efficient_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_poll_vbus() 878 mod_delayed_work(system_power_efficient_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_resume()
|
| /drivers/phy/allwinner/ |
| A D | phy-sun4i-usb.c | 96 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro 485 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on() 665 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq() 679 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify()
|
Completed in 19 milliseconds