Searched refs:id_work (Results 1 – 2 of 2) sorted by relevance
192 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()
216 struct work_struct id_work; member