Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/extcon/
Dextcon-gpio.c48 unsigned long debounce_jiffies; member
72 data->debounce_jiffies); in gpio_irq_handler()
150 &data->work, data->debounce_jiffies); in gpio_extcon_resume()
Dextcon-qcom-spmi-misc.c34 unsigned long debounce_jiffies; member
63 info->debounce_jiffies); in qcom_usb_irq_handler()
90 info->debounce_jiffies = msecs_to_jiffies(USB_ID_DEBOUNCE_MS); in qcom_usb_extcon_probe()
Dextcon-usb-gpio.c42 unsigned long debounce_jiffies; member
101 info->debounce_jiffies); in usb_irq_handler()
156 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEBOUNCE_MS); in usb_extcon_probe()
/Linux-v4.19/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c71 unsigned long debounce_jiffies; member
277 driver->debounce_jiffies); in gpio_irq_handler()
361 driver->debounce_jiffies = msecs_to_jiffies(GPIO_DELAY); in ns2_drd_phy_probe()
420 driver->debounce_jiffies); in ns2_drd_phy_probe()
/Linux-v4.19/drivers/power/supply/
Dlp8727_charger.c102 unsigned long debounce_jiffies; member
254 schedule_delayed_work(&pchg->work, pchg->debounce_jiffies); in lp8727_isr_func()
280 pchg->debounce_jiffies = msecs_to_jiffies(delay_msec); in lp8727_setup_irq()