Home
last modified time | relevance | path

Searched refs:detach_msg (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c173 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()
177 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()
725 bus->detach_msg[0].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()
726 bus->detach_msg[0].bus = bus; in usb_attach_sub()
727 bus->detach_msg[1].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()
728 bus->detach_msg[1].bus = bus; in usb_attach_sub()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_bus.h79 struct usb_bus_msg detach_msg[2]; member

Completed in 2 milliseconds