Searched refs:id_work (Results 1 – 2 of 2) sorted by relevance
180 container_of(work, struct otg_switch_mtk, id_work); in ssusb_id_work()210 schedule_work(&otg_sx->id_work); in ssusb_id_notifier()419 INIT_WORK(&otg_sx->id_work, ssusb_id_work); in ssusb_otg_switch_init()437 cancel_work_sync(&otg_sx->id_work); in ssusb_otg_switch_exit()
216 struct work_struct id_work; member