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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp593 if (!object.IsSet() || (object->Type() & USB_OBJECT_HUB) == 0)
623 if (!parent || (parent->Type() & USB_OBJECT_HUB) == 0)
643 if (!object.IsSet() || (object->Type() & USB_OBJECT_HUB) == 0)
655 if (!object.IsSet() || (object->Type() & USB_OBJECT_HUB) == 0)
H A Dusb_private.h123 #define USB_OBJECT_HUB 0x00000080 macro
647 | USB_OBJECT_HUB; }
H A DHub.cpp370 if (!fChildren[i] || (fChildren[i]->Type() & USB_OBJECT_HUB) == 0)
H A DDevice.cpp794 if (!Parent() || (Parent()->Type() & USB_OBJECT_HUB) == 0)

Completed in 68 milliseconds