Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb.h609 uByte bNbrPorts; member
639 uByte bNbrPorts; member
653 uByte bNbrPorts; member
Dusb_hub.c1217 nports = hubdesc20.bNbrPorts; in uhub_query_info()
1232 nports = hubdesc30.bNbrPorts; in uhub_query_info()
1339 nports = hubdesc20.bNbrPorts; in uhub_attach()
1361 if (hubdesc20.bNbrPorts != nports) { in uhub_attach()
1384 nports = hubdesc30.bNbrPorts; in uhub_attach()
1406 if (hubdesc30.bNbrPorts != nports) { in uhub_attach()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3247 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
Dxhci.c3451 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()