Searched refs:USB_OBJECT_HUB (Results 1 – 4 of 4) sorted by relevance
553 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()
125 #define USB_OBJECT_HUB 0x00000080 macro646 | USB_OBJECT_HUB; } in Type()
371 if (!fChildren[i] || (fChildren[i]->Type() & USB_OBJECT_HUB) == 0) in Explore()
800 if (!Parent() || (Parent()->Type() & USB_OBJECT_HUB) == 0) in BuildDeviceName()