Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duhub.c228 nports = hssd.bNbrPorts; in usbd_get_hub_desc()
232 nports = hd->bNbrPorts = UHD_SS_NPORTS_MAX; in usbd_get_hub_desc()
239 hd->bNbrPorts = hssd.bNbrPorts; in usbd_get_hub_desc()
252 nports = hd->bNbrPorts; in usbd_get_hub_desc()
352 nports = hubdesc.bNbrPorts; in uhub_attach()
563 for (port = 1; port <= hd->bNbrPorts; port++) { in uhub_explore()
598 for (port = 1; port <= hd->bNbrPorts; port++) { in uhub_explore()
924 nports = hub->uh_hubdesc.bNbrPorts; in uhub_detach()
1003 nports = devhub->ud_hub->uh_hubdesc.bNbrPorts; in uhub_childdet()
Dusb.h499 uByte bNbrPorts; member
530 uByte bNbrPorts; member
Dusbroothub.c333 .bNbrPorts = 1,
Dusb_subr.c1096 for (p=1; p <= hub->uh_hubdesc.bNbrPorts; ++p) { in usbd_properties()
1461 for (p = 1; p <= hub->ud_hub->uh_hubdesc.bNbrPorts; p++) { in usbd_new_device()
1804 const int nports = dev->ud_hub->uh_hubdesc.bNbrPorts; in usbd_fill_deviceinfo()
Dxhci.c3712 for (p = 1; p <= hub->ud_hub->uh_hubdesc.bNbrPorts; p++) { in xhci_setup_route()
3788 cp[1] |= XHCI_SCTX_1_NUM_PORTS_SET(hd->bNbrPorts); in xhci_setup_tthub()
3790 DPRINTFN(4, "nports=%jd ttt=%jd", hd->bNbrPorts, ttt, 0, 0); in xhci_setup_tthub()
4163 hubd.bNbrPorts = sc->sc_rhportcount[bn]; in xhci_roothub_ctrl_locked()
Dvhci.c555 hubd.bNbrPorts = sc->sc_nports - 1; in vhci_roothub_ctrl()
Dohci.c2550 hubd.bNbrPorts = sc->sc_noport; in ohci_roothub_ctrl()
Duhci.c3686 hubd.bNbrPorts = 2; in uhci_roothub_ctrl()
Dehci.c2543 hubd.bNbrPorts = sc->sc_noport; in ehci_roothub_ctrl_locked()
/netbsd/src/sys/compat/common/
Dusb_subr_30.c175 const u_int nports = dev->ud_hub->uh_hubdesc.bNbrPorts; in usbd_fill_deviceinfo30()
/netbsd/src/sys/arch/mips/adm5120/dev/
Dahci.c657 hubd.bNbrPorts = 2; in ahci_roothub_ctrl()
/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcd.c1675 hub_desc->bNbrPorts = 1; in dwc2_hcd_hub_control()