mode_switch_work  258 drivers/greybus/interface.c 	intf = container_of(work, struct gb_interface, mode_switch_work);
mode_switch_work  340 drivers/greybus/interface.c 	if (!queue_work(system_long_wq, &intf->mode_switch_work)) {
mode_switch_work  802 drivers/greybus/interface.c 	INIT_WORK(&intf->mode_switch_work, gb_interface_mode_switch_work);
mode_switch_work   66 include/linux/greybus/interface.h 	struct work_struct mode_switch_work;