Searched refs:USB_OBJECT_CONTROL_PIPE (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_rh.cpp136 if ((transfer->TransferPipe()->Type() & USB_OBJECT_CONTROL_PIPE) == 0)
H A Dohci_rh.cpp138 if ((transfer->TransferPipe()->Type() & USB_OBJECT_CONTROL_PIPE) == 0)
H A Duhci_rh.cpp137 if ((transfer->TransferPipe()->Type() & USB_OBJECT_CONTROL_PIPE) == 0)
H A Dxhci_rh.cpp147 if ((transfer->TransferPipe()->Type() & USB_OBJECT_CONTROL_PIPE) == 0)
H A Dehci.cpp916 if ((pipe->Type() & USB_OBJECT_CONTROL_PIPE) != 0) {
1115 if ((pipe->Type() & USB_OBJECT_CONTROL_PIPE) != 0) {
2308 if ((pipe->Type() & USB_OBJECT_CONTROL_PIPE) != 0)
H A Duhci.cpp835 if (pipe->Type() & USB_OBJECT_CONTROL_PIPE)
879 if ((transfer->TransferPipe()->Type() & USB_OBJECT_CONTROL_PIPE) != 0)
H A Dxhci.cpp850 if ((pipe->Type() & USB_OBJECT_CONTROL_PIPE) != 0)
1677 if (ConfigureEndpoint(endpoint0, slot, 0, USB_OBJECT_CONTROL_PIPE, false,
2175 || (type & USB_OBJECT_CONTROL_PIPE) != 0) {
2238 if ((type & USB_OBJECT_CONTROL_PIPE) != 0) {
H A Dohci.cpp658 if (type & USB_OBJECT_CONTROL_PIPE) {
1892 if (type & USB_OBJECT_CONTROL_PIPE)
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h117 #define USB_OBJECT_CONTROL_PIPE 0x00000002 macro
406 | USB_OBJECT_CONTROL_PIPE; }

Completed in 77 milliseconds