Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb.h586 uByte bNbrPorts; member
616 uByte bNbrPorts; member
630 uByte bNbrPorts; member
H A Dusb_hub.c1168 nports = hubdesc20.bNbrPorts; in uhub_query_info()
1183 nports = hubdesc30.bNbrPorts; in uhub_query_info()
1277 nports = hubdesc20.bNbrPorts; in uhub_attach()
1299 if (hubdesc20.bNbrPorts != nports) { in uhub_attach()
1322 nports = hubdesc30.bNbrPorts; in uhub_attach()
1344 if (hubdesc30.bNbrPorts != nports) { in uhub_attach()
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c2279 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ohci_roothub_exec()
H A Duhci.c2359 .bNbrPorts = 2,
H A Dehci.c3315 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ehci_roothub_exec()
H A Dxhci.c3490 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()