Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-usb-gpio.c30 #define USB_GPIO_DEBOUNCE_MS 20 /* ms */ macro
121 USB_GPIO_DEBOUNCE_MS * 1000); in usb_extcon_probe()
123 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
228 debounce = USB_GPIO_DEBOUNCE_MS; in palmas_usb_probe()