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/
Dusb_controller.c174 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()
178 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()
726 bus->detach_msg[0].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()
727 bus->detach_msg[0].bus = bus; in usb_attach_sub()
728 bus->detach_msg[1].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()
729 bus->detach_msg[1].bus = bus; in usb_attach_sub()
/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h80 struct usb_bus_msg detach_msg[2]; member