Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/mtu3/
Dmtu3_dr.c192 container_of(work, struct otg_switch_mtk, id_work); in ssusb_id_work()
222 schedule_work(&otg_sx->id_work); in ssusb_id_notifier()
369 INIT_WORK(&otg_sx->id_work, ssusb_id_work); in ssusb_otg_switch_init()
386 cancel_work_sync(&otg_sx->id_work); in ssusb_otg_switch_exit()
Dmtu3.h216 struct work_struct id_work; member