Home
last modified time | relevance | path

Searched refs:USB_GPIO_DEBOUNCE_MS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/extcon/
Dextcon-usb-gpio.c31 #define USB_GPIO_DEBOUNCE_MS 20 /* ms */ macro
150 USB_GPIO_DEBOUNCE_MS * 1000); in usb_extcon_probe()
153 USB_GPIO_DEBOUNCE_MS * 1000); in usb_extcon_probe()
156 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEBOUNCE_MS); in usb_extcon_probe()
Dextcon-palmas.c35 #define USB_GPIO_DEBOUNCE_MS 20 /* ms */ macro
245 debounce = USB_GPIO_DEBOUNCE_MS; in palmas_usb_probe()