Searched refs:USB_OBJECT_BULK_PIPE (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DTransfer.cpp77 if (!(fPipe->Type() & USB_OBJECT_BULK_PIPE)) {
H A Dusb_private.h119 #define USB_OBJECT_BULK_PIPE 0x00000008 macro
473 | USB_OBJECT_BULK_PIPE; }
H A Dusb.cpp446 if (!object.IsSet() || (object->Type() & USB_OBJECT_BULK_PIPE) == 0)
461 if (!object.IsSet() || (object->Type() & USB_OBJECT_BULK_PIPE) == 0)
476 if (!object.IsSet() || (object->Type() & USB_OBJECT_BULK_PIPE) == 0)
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp663 if ((type & USB_OBJECT_BULK_PIPE) || (type & USB_OBJECT_INTERRUPT_PIPE)) {
665 (type & USB_OBJECT_BULK_PIPE) ? "bulk" : "interrupt");
1602 if (pipe->Type() & USB_OBJECT_BULK_PIPE) {
1894 else if (type & USB_OBJECT_BULK_PIPE)
H A Dxhci.cpp2165 if ((type & USB_OBJECT_BULK_PIPE) != 0)
2174 if ((type & USB_OBJECT_BULK_PIPE) != 0

Completed in 63 milliseconds