Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-gpio.c36 unsigned long debounce_jiffies; member
60 data->debounce_jiffies); in gpio_irq_handler()
82 data->debounce_jiffies = in gpio_extcon_init()
162 &data->work, data->debounce_jiffies); in gpio_extcon_resume()
Dextcon-usb-gpio.c39 unsigned long debounce_jiffies; member
82 info->debounce_jiffies); in usb_irq_handler()
123 info->debounce_jiffies = msecs_to_jiffies(USB_GPIO_DEBOUNCE_MS); in usb_extcon_probe()
/linux-4.4.14/drivers/power/
Dlp8727_charger.c102 unsigned long debounce_jiffies; member
254 schedule_delayed_work(&pchg->work, pchg->debounce_jiffies); in lp8727_isr_func()
280 pchg->debounce_jiffies = msecs_to_jiffies(delay_msec); in lp8727_setup_irq()