Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c107 static usb_proc_callback_t xhci_configure_msg; variable
639 sc->sc_config_msg[0].hdr.pm_callback = &xhci_configure_msg; in xhci_init()
641 sc->sc_config_msg[1].hdr.pm_callback = &xhci_configure_msg; in xhci_init()
3893 xhci_configure_msg(struct usb_proc_msg *pm) in xhci_configure_msg() function