Home
last modified time | relevance | path

Searched refs:DEBOUNCE_TIME (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Daxp20x_usb_power.c61 #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()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dimx_sc_key.c19 #define DEBOUNCE_TIME 30 macro
51 msecs_to_jiffies(DEBOUNCE_TIME)); in imx_sc_key_notify()
H A Dsnvs_pwrkey.c31 #define DEBOUNCE_TIME 30 macro
93 jiffies + msecs_to_jiffies(DEBOUNCE_TIME)); in imx_snvs_pwrkey_interrupt()
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-intel-int3496.c23 #define DEBOUNCE_TIME msecs_to_jiffies(50) macro
82 mod_delayed_work(system_wq, &data->work, DEBOUNCE_TIME); in int3496_thread_isr()
/OK3568_Linux_fs/kernel/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c98 #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()