Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H A 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()
H A Dextcon-qcom-spmi-misc.c27 unsigned long debounce_jiffies; member
81 info->debounce_jiffies); in qcom_usb_irq_handler()
118 info->debounce_jiffies = msecs_to_jiffies(USB_ID_DEBOUNCE_MS); in qcom_usb_extcon_probe()
H A Dextcon-usb-gpio.c32 unsigned long debounce_jiffies; member
91 info->debounce_jiffies); in usb_irq_handler()
146 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEBOUNCE_MS); in usb_extcon_probe()
/linux/drivers/usb/common/
H A Dusb-conn-gpio.c41 unsigned long debounce_jiffies; member
134 usb_conn_queue_dwork(info, info->debounce_jiffies); in usb_conn_isr()
223 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEB_MS); in usb_conn_probe()