Searched refs:dr_work (Results 1 – 2 of 2) sorted by relevance
130 container_of(work, struct otg_switch_mtk, dr_work); in ssusb_mode_sw_work()182 queue_work(system_freezable_wq, &otg_sx->dr_work); in ssusb_set_mode()312 INIT_WORK(&otg_sx->dr_work, ssusb_mode_sw_work); in ssusb_otg_switch_init()328 cancel_work_sync(&otg_sx->dr_work); in ssusb_otg_switch_exit()
215 struct work_struct dr_work; member