Searched refs:bNbrPorts (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h45 uchar_t bNbrPorts; /* number of ports */ member in struct:usb_hub_descr
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c143 root_hub_descr->bNbrPorts = des_A & HCR_RHA_NDP;
145 length = root_hub_descr->bNbrPorts / 8;
218 for (i = 0; i < root_hub_descr->bNbrPorts; i++) {
744 for (p = 0; p < hub_descr->bNbrPorts; p++) {
770 for (p = 0; p < hub_descr->bNbrPorts; p++) {
1185 raw_descr[2] = root_hub_descr->bNbrPorts;
1615 for (i = 0; i < hub_descr->bNbrPorts; i++) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c164 root_hub_descr->bNbrPorts = MAX_RH_PORTS;
166 length = root_hub_descr->bNbrPorts / 8;
648 raw_descr[2] = root_hub_descr->bNbrPorts;
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c143 root_hub_descr->bNbrPorts = capability & EHCI_HCS_NUM_PORTS;
145 length = root_hub_descr->bNbrPorts / 8;
212 for (i = 0; i < root_hub_descr->bNbrPorts; i++) {
1330 raw_descr[2] = root_hub_descr->bNbrPorts;
1922 for (i = 0; i < root_hub_descr->bNbrPorts; i++) {
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c680 for (portno = 1; portno <= hubd->h_hub_descr.bNbrPorts; portno++) {
713 for (port = 1; port <= hubd->h_hub_descr.bNbrPorts; port++) {
719 ASSERT(port <= hubd->h_hub_descr.bNbrPorts);
755 (port <= hubd->h_hub_descr.bNbrPorts); port++) {
1442 for (port = 1; port <= hubd->h_hub_descr.bNbrPorts; port++) {
1465 for (port = 1; port <= hubd->h_hub_descr.bNbrPorts; port++) {
2025 "#ports=0x%x", hubd->h_hub_descr.bNbrPorts);
2027 for (i = 1; i <= hubd->h_hub_descr.bNbrPorts; i++) {
2046 ports_count = hubd->h_hub_descr.bNbrPorts;
2334 for (port = 1; port <= hubd->h_hub_descr.bNbrPorts; por
[all...]

Completed in 74 milliseconds