Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
2790 INIT_WORK(&usb3->extcon_work, renesas_usb3_extcon_work); in renesas_usb3_probe()