Home
last modified time | relevance | path

Searched refs:extcon_work (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/power/supply/
H A 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()
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-bcm-ns2-usbdrd.c238 static void extcon_work(struct work_struct *work) in extcon_work() function
358 INIT_DELAYED_WORK(&driver->wq_extcon, extcon_work); in ns2_drd_phy_probe()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A 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()
2791 INIT_WORK(&usb3->extcon_work, renesas_usb3_extcon_work); in renesas_usb3_probe()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Drenesas_usb3.c344 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 10 milliseconds