Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/power/supply/
Dmax8997_charger.c39 struct work_struct extcon_work; member
101 cancel_work_sync(&charger->extcon_work); in max8997_battery_extcon_evt_stop_work()
107 container_of(work, struct charger_data, extcon_work); in max8997_battery_extcon_evt_worker()
154 schedule_work(&charger->extcon_work); in max8997_battery_extcon_evt()
258 INIT_WORK(&charger->extcon_work, max8997_battery_extcon_evt_worker); in max8997_battery_probe()
/Linux-v5.15/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c238 static void extcon_work(struct work_struct *work) in extcon_work() function
353 INIT_DELAYED_WORK(&driver->wq_extcon, extcon_work); in ns2_drd_phy_probe()
/Linux-v5.15/drivers/usb/gadget/udc/
Drenesas_usb3.c337 struct work_struct extcon_work; member
442 extcon_work); in renesas_usb3_extcon_work()
663 schedule_work(&usb3->extcon_work); in usb3_check_vbus()
732 schedule_work(&usb3->extcon_work); in usb3_check_id()
2788 INIT_WORK(&usb3->extcon_work, renesas_usb3_extcon_work); in renesas_usb3_probe()