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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h237 Object * RootObject() const function in class:BusManager
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp815 fRootHub = new(std::nothrow) XHCIRootHub(RootObject(), 1);
1563 for (Device *hubDevice = parent; hubDevice != RootObject();
1565 if (hubDevice->Parent() == RootObject())
1871 if (usbDevice->Parent() == RootObject()) {
1960 if (usbDevice->Parent() == RootObject())
H A Duhci.cpp803 fRootHub = new(std::nothrow) UHCIRootHub(RootObject(), fRootHubAddress);
H A Dohci.cpp630 fRootHub = new(std::nothrow) OHCIRootHub(RootObject(), fRootHubAddress);
H A Dehci.cpp880 fRootHub = new(std::nothrow) EHCIRootHub(RootObject(), fRootHubAddress);

Completed in 102 milliseconds