Home
last modified time | relevance | path

Searched refs:h_nports (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c683 for (portno = 1; portno <= hubd->h_nports; portno++) { in hubd_set_child_pwrlvl()
716 for (port = 1; port <= hubd->h_nports; port++) { in hubd_child_dip2port()
722 ASSERT(port <= hubd->h_nports); in hubd_child_dip2port()
758 (port <= hubd->h_nports); port++) { in hubd_can_suspend()
1443 for (port = 1; port <= hubd->h_nports; port++) { in hubd_bus_unconfig()
1466 for (port = 1; port <= hubd->h_nports; port++) { in hubd_bus_unconfig()
2020 hubd->h_nports, chars); in usba_hubdi_attach()
2065 "#ports=0x%x", hubd->h_nports); in usba_hubdi_attach()
2067 for (i = 1; i <= hubd->h_nports; i++) { in usba_hubdi_attach()
2086 ports_count = hubd->h_nports; in usba_hubdi_attach()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h179 uint8_t h_nports; /* from bNbrPorts */ member