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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1754 Device *deviceObject = NULL; local
1789 deviceObject = new(std::nothrow) Hub(parent, hubAddress, hubPort,
1793 deviceObject = new(std::nothrow) Device(parent, hubAddress, hubPort,
1796 if (deviceObject == NULL || deviceObject->InitCheck() != B_OK) {
1797 if (deviceObject == NULL) {
1810 deviceObject->RegisterNode();
1813 return deviceObject;

Completed in 46 milliseconds