Searched refs:mode_switch_work (Results 1 – 2 of 2) sorted by relevance
66 struct work_struct mode_switch_work; member
257 intf = container_of(work, struct gb_interface, mode_switch_work); in gb_interface_mode_switch_work()339 if (!queue_work(system_long_wq, &intf->mode_switch_work)) { in gb_interface_request_mode_switch()696 cancel_work_sync(&intf->mode_switch_work); in gb_interface_release()802 INIT_WORK(&intf->mode_switch_work, gb_interface_mode_switch_work); in gb_interface_create()