Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1758 Device *deviceObject = NULL; in AllocateDevice() local
1793 deviceObject = new(std::nothrow) Hub(parent, hubAddress, hubPort, in AllocateDevice()
1797 deviceObject = new(std::nothrow) Device(parent, hubAddress, hubPort, in AllocateDevice()
1800 if (deviceObject == NULL || deviceObject->InitCheck() != B_OK) { in AllocateDevice()
1801 if (deviceObject == NULL) { in AllocateDevice()
1814 deviceObject->RegisterNode(); in AllocateDevice()
1817 return deviceObject; in AllocateDevice()