Searched refs:reset_ws (Results 1 – 3 of 3) sorted by relevance
1899 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()2101 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
6196 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
259 struct work_struct reset_ws; /* for resets in atomic context */ member