Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/power/supply/
Dmax8997_charger.c40 struct work_struct extcon_work; member
101 container_of(work, struct charger_data, extcon_work); in max8997_battery_extcon_evt_worker()
148 schedule_work(&charger->extcon_work); in max8997_battery_extcon_evt()
252 ret = devm_work_autocancel(&pdev->dev, &charger->extcon_work, in max8997_battery_probe()
/Linux-v6.1/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c228 static void extcon_work(struct work_struct *work) in extcon_work() function
343 INIT_DELAYED_WORK(&driver->wq_extcon, extcon_work); in ns2_drd_phy_probe()
/Linux-v6.1/drivers/usb/gadget/udc/
Drenesas_usb3.c343 struct work_struct extcon_work; member
449 extcon_work); in renesas_usb3_extcon_work()
670 schedule_work(&usb3->extcon_work); in usb3_check_vbus()
749 schedule_work(&usb3->extcon_work); in usb3_check_id()
2846 INIT_WORK(&usb3->extcon_work, renesas_usb3_extcon_work); in renesas_usb3_probe()