Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/extcon/
Dextcon-palmas.c120 wq_detectid); in palmas_gpio_id_detect()
141 queue_delayed_work(system_power_efficient_wq, &palmas_usb->wq_detectid, in palmas_gpio_id_irq_handler()
242 INIT_DELAYED_WORK(&palmas_usb->wq_detectid, palmas_gpio_id_detect); in palmas_usb_probe()
359 palmas_gpio_id_detect(&palmas_usb->wq_detectid.work); in palmas_usb_probe()
368 cancel_delayed_work_sync(&palmas_usb->wq_detectid); in palmas_usb_remove()
409 palmas_gpio_id_detect(&palmas_usb->wq_detectid.work); in palmas_usb_resume()
/Linux-v5.4/include/linux/mfd/
Dpalmas.h583 struct delayed_work wq_detectid; member