Searched refs:extcon_work (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/power/supply/ |
| H 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()
|
| H A D | max8971_charger.c | 110 struct delayed_work extcon_work; member 548 container_of(work, struct max8971_data, extcon_work.work); in max8971_extcon_evt_worker() 609 schedule_delayed_work(&priv->extcon_work, 0); in extcon_get_charger_type() 698 err = devm_delayed_work_autocancel(dev, &priv->extcon_work, in max8971_probe() 710 schedule_delayed_work(&priv->extcon_work, msecs_to_jiffies(1000)); in max8971_probe()
|
| /linux/drivers/phy/broadcom/ |
| H 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/ |
| H 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()
|