Searched refs:PortCount (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_rh.cpp194 sEHCIRootHubConfig.hub.num_ports = ehci->PortCount();
217 sEHCIRootHubConfig.hub.num_ports = ehci->PortCount();
H A Dohci_rh.cpp196 sOHCIRootHubConfig.hub.num_ports = ohci->PortCount();
219 sOHCIRootHubConfig.hub.num_ports = ohci->PortCount();
H A Dxhci_rh.cpp205 sXHCIRootHubConfig.hub.num_ports = xhci->PortCount();
228 sXHCIRootHubConfig.hub.num_ports = xhci->PortCount();
H A Dehci.h78 uint8 PortCount() { return fPortCount; } function in class:EHCI
H A Dohci.h50 uint8 PortCount() { return fPortCount; }; function in class:OHCI
H A Dxhci.h119 uint8 PortCount() const { return fPortCount; } function in class:XHCI

Completed in 51 milliseconds