Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/extcon/
Dextcon-gpio.c37 unsigned long debounce_jiffies; member
60 data->debounce_jiffies); in gpio_irq_handler()
151 &data->work, data->debounce_jiffies); in gpio_extcon_resume()
Dextcon-qcom-spmi-misc.c26 unsigned long debounce_jiffies; member
55 info->debounce_jiffies); in qcom_usb_irq_handler()
82 info->debounce_jiffies = msecs_to_jiffies(USB_ID_DEBOUNCE_MS); in qcom_usb_extcon_probe()
Dextcon-usb-gpio.c34 unsigned long debounce_jiffies; member
93 info->debounce_jiffies); in usb_irq_handler()
148 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEBOUNCE_MS); in usb_extcon_probe()
/kernel/linux/linux-5.10/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c72 unsigned long debounce_jiffies; member
272 driver->debounce_jiffies); in gpio_irq_handler()
356 driver->debounce_jiffies = msecs_to_jiffies(GPIO_DELAY); in ns2_drd_phy_probe()
415 driver->debounce_jiffies); in ns2_drd_phy_probe()
/kernel/linux/linux-5.10/drivers/usb/common/
Dusb-conn-gpio.c36 unsigned long debounce_jiffies; member
126 usb_conn_queue_dwork(info, info->debounce_jiffies); in usb_conn_isr()
204 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEB_MS); in usb_conn_probe()
/kernel/linux/linux-5.10/drivers/power/supply/
Dlp8727_charger.c98 unsigned long debounce_jiffies; member
250 schedule_delayed_work(&pchg->work, pchg->debounce_jiffies); in lp8727_isr_func()
276 pchg->debounce_jiffies = msecs_to_jiffies(delay_msec); in lp8727_setup_irq()