Searched refs:wq_detcable (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/extcon/ |
D | extcon-qcom-spmi-misc.c | 33 struct delayed_work wq_detcable; member 48 wq_detcable); in qcom_usb_extcon_detect_cable() 62 queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, in qcom_usb_irq_handler() 91 INIT_DELAYED_WORK(&info->wq_detcable, qcom_usb_extcon_detect_cable); in qcom_usb_extcon_probe() 111 qcom_usb_extcon_detect_cable(&info->wq_detcable.work); in qcom_usb_extcon_probe() 120 cancel_delayed_work_sync(&info->wq_detcable); in qcom_usb_extcon_remove()
|
D | extcon-usb-gpio.c | 43 struct delayed_work wq_detcable; member 74 wq_detcable); in usb_extcon_detect_cable() 100 queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, in usb_irq_handler() 158 INIT_DELAYED_WORK(&info->wq_detcable, usb_extcon_detect_cable); in usb_extcon_probe() 200 usb_extcon_detect_cable(&info->wq_detcable.work); in usb_extcon_probe() 209 cancel_delayed_work_sync(&info->wq_detcable); in usb_extcon_remove() 285 &info->wq_detcable, 0); in usb_extcon_resume()
|
D | extcon-max14577.c | 100 struct delayed_work wq_detcable; member 660 struct max14577_muic_info, wq_detcable); in max14577_muic_detect_cable_wq() 761 INIT_DELAYED_WORK(&info->wq_detcable, max14577_muic_detect_cable_wq); in max14577_muic_probe() 762 queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, in max14577_muic_probe()
|
D | extcon-sm5502.c | 66 struct delayed_work wq_detcable; member 506 struct sm5502_muic_info, wq_detcable); in sm5502_muic_detect_cable_wq() 636 INIT_DELAYED_WORK(&info->wq_detcable, sm5502_muic_detect_cable_wq); in sm5022_muic_i2c_probe() 637 queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, in sm5022_muic_i2c_probe()
|
D | extcon-max8997.c | 138 struct delayed_work wq_detcable; member 631 struct max8997_muic_info, wq_detcable); in max8997_muic_detect_cable_wq() 751 INIT_DELAYED_WORK(&info->wq_detcable, max8997_muic_detect_cable_wq); in max8997_muic_probe() 752 queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, in max8997_muic_probe()
|
D | extcon-rt8973a.c | 71 struct delayed_work wq_detcable; member 496 struct rt8973a_muic_info, wq_detcable); in rt8973a_muic_detect_cable_wq() 644 INIT_DELAYED_WORK(&info->wq_detcable, rt8973a_muic_detect_cable_wq); in rt8973a_muic_i2c_probe() 645 queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, in rt8973a_muic_i2c_probe()
|
D | extcon-max77843.c | 41 struct delayed_work wq_detcable; member 711 struct max77843_muic_info, wq_detcable); in max77843_muic_detect_cable_wq() 912 INIT_DELAYED_WORK(&info->wq_detcable, max77843_muic_detect_cable_wq); in max77843_muic_probe() 914 &info->wq_detcable, msecs_to_jiffies(DELAY_MS_DEFAULT)); in max77843_muic_probe()
|
D | extcon-max77693.c | 95 struct delayed_work wq_detcable; member 1072 struct max77693_muic_info, wq_detcable); in max77693_muic_detect_cable_wq() 1248 INIT_DELAYED_WORK(&info->wq_detcable, max77693_muic_detect_cable_wq); in max77693_muic_probe() 1249 queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, in max77693_muic_probe()
|