Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c243 static void extcon_work(struct work_struct *work) in extcon_work() function
363 INIT_DELAYED_WORK(&driver->wq_extcon, extcon_work); in ns2_drd_phy_probe()
/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c336 struct work_struct extcon_work; member
437 extcon_work); in renesas_usb3_extcon_work()
657 schedule_work(&usb3->extcon_work); in usb3_check_vbus()
723 schedule_work(&usb3->extcon_work); in usb3_check_id()
2682 INIT_WORK(&usb3->extcon_work, renesas_usb3_extcon_work); in renesas_usb3_probe()