Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/core/
H A Dmessage.c1899 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()
2140 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
H A Dhub.c6422 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
/linux-6.15/include/linux/
H A Dusb.h272 struct work_struct reset_ws; /* for resets in atomic context */ member