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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DTransfer.cpp268 if (type & USB_OBJECT_ISO_PIPE)
281 if (type & USB_OBJECT_ISO_PIPE)
H A Dusb_private.h120 #define USB_OBJECT_ISO_PIPE 0x00000010 macro
491 | USB_OBJECT_ISO_PIPE; }
H A Dusb.cpp495 if (!object.IsSet() || (object->Type() & USB_OBJECT_ISO_PIPE) == 0)
511 if (!object.IsSet() || (object->Type() & USB_OBJECT_ISO_PIPE) == 0)
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp840 if (pipe->Type() & USB_OBJECT_ISO_PIPE)
844 if (pipe->Type() & USB_OBJECT_ISO_PIPE)
987 if (pipe->Type() & USB_OBJECT_ISO_PIPE)
2158 if (pipe->Type() & USB_OBJECT_ISO_PIPE)
H A Dohci.cpp669 if (type & USB_OBJECT_ISO_PIPE) {
708 if (pipe->Type() & USB_OBJECT_ISO_PIPE) {
1898 else if (type & USB_OBJECT_ISO_PIPE)
1910 if (pipe->Type() & USB_OBJECT_ISO_PIPE) {
H A Dxhci.cpp2167 if ((type & USB_OBJECT_ISO_PIPE) != 0)
2181 if ((type & USB_OBJECT_ISO_PIPE) != 0) {
2211 if ((type & USB_OBJECT_ISO_PIPE) == 0)
2217 | USB_OBJECT_ISO_PIPE)) != 0) {
2242 } else if ((type & USB_OBJECT_ISO_PIPE) != 0) {
2253 if ((type & (USB_OBJECT_INTERRUPT_PIPE | USB_OBJECT_ISO_PIPE)) != 0) {
H A Dehci.cpp1093 if ((pipe->Type() & USB_OBJECT_ISO_PIPE) != 0)
1742 if ((pipe->Type() & USB_OBJECT_ISO_PIPE) != 0)

Completed in 126 milliseconds