Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c275 if ((bus->reset_msg[0].hdr.pm_qentry.tqe_prev != NULL) || in usb_bus_reset_async_locked()
276 (bus->reset_msg[1].hdr.pm_qentry.tqe_prev != NULL)) { in usb_bus_reset_async_locked()
284 &bus->reset_msg[0], &bus->reset_msg[1]); in usb_bus_reset_async_locked()
745 bus->reset_msg[0].hdr.pm_callback = &usb_bus_reset; in usb_attach_sub()
746 bus->reset_msg[0].bus = bus; in usb_attach_sub()
747 bus->reset_msg[1].hdr.pm_callback = &usb_bus_reset; in usb_attach_sub()
748 bus->reset_msg[1].bus = bus; in usb_attach_sub()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_bus.h83 struct usb_bus_msg reset_msg[2]; member

Completed in 3 milliseconds