Searched refs:reset_ws (Results 1 – 3 of 3) sorted by relevance
1896 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()2137 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
6392 if (schedule_work(&iface->reset_ws)) in usb_hub_adjust_deviceremovable()
270 struct work_struct reset_ws; /* for resets in atomic context */ member