Searched refs:extcon_work (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/power/supply/ |
| A D | max8997_charger.c | 40 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()
|
| A D | rt5033_charger.c | 35 struct work_struct extcon_work; member 577 container_of(work, struct rt5033_charger, extcon_work); in rt5033_charger_extcon_work() 649 schedule_work(&charger->extcon_work); in rt5033_charger_extcon_notifier() 708 ret = devm_work_autocancel(charger->dev, &charger->extcon_work, in rt5033_charger_probe()
|
| /linux/drivers/phy/broadcom/ |
| A D | phy-bcm-ns2-usbdrd.c | 228 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/drivers/usb/gadget/udc/ |
| A D | renesas_usb3.c | 344 struct work_struct extcon_work; member 490 extcon_work); in renesas_usb3_extcon_work() 711 schedule_work(&usb3->extcon_work); in usb3_check_vbus() 790 schedule_work(&usb3->extcon_work); in usb3_check_id() 2885 INIT_WORK(&usb3->extcon_work, renesas_usb3_extcon_work); in renesas_usb3_probe()
|
Completed in 15 milliseconds