HomeSort by: relevance | last modified time | path
    Searched refs:bNbrPorts (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/usb/
uhub.c 228 nports = hssd.bNbrPorts;
232 nports = hd->bNbrPorts = UHD_SS_NPORTS_MAX;
239 hd->bNbrPorts = hssd.bNbrPorts;
252 nports = hd->bNbrPorts;
352 nports = hubdesc.bNbrPorts;
563 for (port = 1; port <= hd->bNbrPorts; port++) {
598 for (port = 1; port <= hd->bNbrPorts; port++) {
924 nports = hub->uh_hubdesc.bNbrPorts;
1003 nports = devhub->ud_hub->uh_hubdesc.bNbrPorts;
    [all...]
usbroothub.c 333 .bNbrPorts = 1,
usb.h 499 uByte bNbrPorts;
530 uByte bNbrPorts;
usb_subr.c 1100 for (p=1; p <= hub->uh_hubdesc.bNbrPorts; ++p) {
1466 for (p = 1; p <= hub->ud_hub->uh_hubdesc.bNbrPorts; p++) {
1809 const int nports = dev->ud_hub->uh_hubdesc.bNbrPorts;
vhci.c 555 hubd.bNbrPorts = sc->sc_nports - 1;
xhci.c 3743 for (p = 1; p <= hub->ud_hub->uh_hubdesc.bNbrPorts; p++) {
3819 cp[1] |= XHCI_SCTX_1_NUM_PORTS_SET(hd->bNbrPorts);
3821 DPRINTFN(4, "nports=%jd ttt=%jd", hd->bNbrPorts, ttt, 0, 0);
4195 hubd.bNbrPorts = sc->sc_rhportcount[bn];
ohci.c 2550 hubd.bNbrPorts = sc->sc_noport;
uhci.c 3686 hubd.bNbrPorts = 2;
ehci.c 2543 hubd.bNbrPorts = sc->sc_noport;
  /src/sys/compat/common/
usb_subr_30.c 175 const u_int nports = dev->ud_hub->uh_hubdesc.bNbrPorts;
  /src/sys/arch/mips/adm5120/dev/
ahci.c 657 hubd.bNbrPorts = 2;
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 1675 hub_desc->bNbrPorts = 1;

Completed in 30 milliseconds