Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h47 uchar_t bNbrPorts; /* number of ports */ member
67 uint8_t bNbrPorts; /* number of ports */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c143 root_hub_descr->bNbrPorts = des_A & HCR_RHA_NDP; in ohci_init_root_hub()
145 length = root_hub_descr->bNbrPorts / 8; in ohci_init_root_hub()
218 for (i = 0; i < root_hub_descr->bNbrPorts; i++) { in ohci_init_root_hub()
744 for (p = 0; p < hub_descr->bNbrPorts; p++) { in ohci_handle_port_power()
770 for (p = 0; p < hub_descr->bNbrPorts; p++) { in ohci_handle_port_power()
1185 raw_descr[2] = root_hub_descr->bNbrPorts; in ohci_handle_get_hub_descriptor()
1615 for (i = 0; i < hub_descr->bNbrPorts; i++) { in ohci_handle_root_hub_status_change()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h597 uByte bNbrPorts; member
627 uByte bNbrPorts; member
641 uByte bNbrPorts; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c164 root_hub_descr->bNbrPorts = MAX_RH_PORTS; in uhci_init_root_hub()
166 length = root_hub_descr->bNbrPorts / 8; in uhci_init_root_hub()
648 raw_descr[2] = root_hub_descr->bNbrPorts; in uhci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c143 root_hub_descr->bNbrPorts = capability & EHCI_HCS_NUM_PORTS; in ehci_init_root_hub()
145 length = root_hub_descr->bNbrPorts / 8; in ehci_init_root_hub()
212 for (i = 0; i < root_hub_descr->bNbrPorts; i++) { in ehci_init_root_hub()
1330 raw_descr[2] = root_hub_descr->bNbrPorts; in ehci_handle_get_hub_descriptor()
1922 for (i = 0; i < root_hub_descr->bNbrPorts; i++) { in ehci_handle_root_hub_status_change()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c760 hdp->bNbrPorts = xhcip->xhci_caps.xcap_max_ports; in xhci_root_hub_fill_hub_desc()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3279 hubd->h_nports = hub_descr.bNbrPorts; in hubd_get_hub_descriptor()
3294 hubd->h_nports = hub_descr.bNbrPorts; in hubd_get_hub_descriptor()