Home
last modified time | relevance | path

Searched refs:reset_ws (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/core/
H A Dmessage.c1896 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()
H A Dhub.c6392 if (schedule_work(&iface->reset_ws)) in usb_hub_adjust_deviceremovable()
/openbmc/linux/include/linux/
H A Dusb.h270 struct work_struct reset_ws; /* for resets in atomic context */ member