Home
last modified time | relevance | path

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

/drivers/extcon/
Dextcon-gpio.c38 unsigned long debounce_jiffies; member
61 data->debounce_jiffies); in gpio_irq_handler()
145 &data->work, data->debounce_jiffies); in gpio_extcon_resume()
Dextcon-qcom-spmi-misc.c28 unsigned long debounce_jiffies; member
82 info->debounce_jiffies); in qcom_usb_irq_handler()
119 info->debounce_jiffies = msecs_to_jiffies(USB_ID_DEBOUNCE_MS); in qcom_usb_extcon_probe()
Dextcon-usb-gpio.c33 unsigned long debounce_jiffies; member
92 info->debounce_jiffies); in usb_irq_handler()
147 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEBOUNCE_MS); in usb_extcon_probe()
/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c62 unsigned long debounce_jiffies; member
262 driver->debounce_jiffies); in gpio_irq_handler()
341 driver->debounce_jiffies = msecs_to_jiffies(GPIO_DELAY); in ns2_drd_phy_probe()
400 driver->debounce_jiffies); in ns2_drd_phy_probe()
/drivers/usb/common/
Dusb-conn-gpio.c36 unsigned long debounce_jiffies; member
129 usb_conn_queue_dwork(info, info->debounce_jiffies); in usb_conn_isr()
206 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEB_MS); in usb_conn_probe()
/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()