Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/ !
Dmessage.c1899 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()
Dhub.c6196 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
/linux-6.1.9/include/linux/ !
Dusb.h259 struct work_struct reset_ws; /* for resets in atomic context */ member