Home
last modified time | relevance | path

Searched refs:sc_config_msg (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c639 sc->sc_config_msg[0].hdr.pm_callback = &xhci_configure_msg; in xhci_init()
640 sc->sc_config_msg[0].bus = &sc->sc_bus; in xhci_init()
641 sc->sc_config_msg[1].hdr.pm_callback = &xhci_configure_msg; in xhci_init()
642 sc->sc_config_msg[1].bus = &sc->sc_bus; in xhci_init()
2900 &sc->sc_config_msg[0], &sc->sc_config_msg[1]); in xhci_transfer_insert()
3864 &sc->sc_config_msg[0], &sc->sc_config_msg[1]); in xhci_start_dma_delay()
Dxhci.h467 struct usb_bus_msg sc_config_msg[2]; member