Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp553 if (!object.IsSet() || (object->Type() & USB_OBJECT_HUB) == 0) in get_nth_child()
583 if (!parent || (parent->Type() & USB_OBJECT_HUB) == 0) in get_device_parent()
603 if (!object.IsSet() || (object->Type() & USB_OBJECT_HUB) == 0) in reset_port()
615 if (!object.IsSet() || (object->Type() & USB_OBJECT_HUB) == 0) in disable_port()
H A Dusb_private.h125 #define USB_OBJECT_HUB 0x00000080 macro
646 | USB_OBJECT_HUB; } in Type()
H A DHub.cpp371 if (!fChildren[i] || (fChildren[i]->Type() & USB_OBJECT_HUB) == 0) in Explore()
H A DDevice.cpp800 if (!Parent() || (Parent()->Type() & USB_OBJECT_HUB) == 0) in BuildDeviceName()