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

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp830 Pipe *pipe = transfer->TransferPipe();
879 if ((transfer->TransferPipe()->Type() & USB_OBJECT_CONTROL_PIPE) != 0)
934 if (transfer->TransferPipe()->Direction() == Pipe::In) {
946 transfer->TransferPipe()->SetDataToggle(lastDataToggle == 0);
1001 if (current->transfer && current->transfer->TransferPipe() == pipe) {
1054 if (current->transfer->TransferPipe() == pipe) {
1080 Pipe *pipe = transfer->TransferPipe();
1188 if (it->transfer && it->transfer->TransferPipe() == transfer->TransferPipe()
1256 Pipe *pipe = transfer->TransferPipe();
[all...]
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.cpp909 Pipe *pipe = transfer->TransferPipe();
1033 transfer->TransferPipe()->SetDataToggle(nextDataToggle);
1089 if (transfer->TransferPipe()->DeviceAddress() == fRootHubAddress)
1092 Pipe *pipe = transfer->TransferPipe();
1160 Pipe *pipe = transfer->TransferPipe();
1675 if (it->transfer && it->transfer->TransferPipe() == transfer->TransferPipe()
1756 if (current->transfer && current->transfer->TransferPipe() == pipe) {
1810 if (current->transfer->TransferPipe() == pipe) {
1996 fProcessingPipe = transfer->transfer->TransferPipe();
[all...]
H A Dohci.cpp654 if (transfer->TransferPipe()->DeviceAddress() == fRootHubAddress)
657 uint32 type = transfer->TransferPipe()->Type();
694 if (current->transfer && current->transfer->TransferPipe() == pipe) {
1250 fProcessingPipe = transfer->transfer->TransferPipe();
1281 transfer->transfer->TransferPipe()->SetDataToggle(
1420 fProcessingPipe = transfer->transfer->TransferPipe();
1519 = (ohci_endpoint_descriptor *)transfer->TransferPipe()->ControllerCookie();
1544 Pipe *pipe = transfer->TransferPipe();
1580 if (it->transfer && it->transfer->TransferPipe() == pipe && it->transfer->IsFragmented()) {
1614 Pipe *pipe = transfer->TransferPipe();
[all...]
H A Dxhci.cpp845 if (transfer->TransferPipe()->DeviceAddress() == 1)
849 Pipe *pipe = transfer->TransferPipe();
859 Pipe *pipe = transfer->TransferPipe();
947 Pipe *pipe = transfer->TransferPipe();
1201 Pipe *pipe = transfer->TransferPipe();
1257 bool directionIn = (transfer->TransferPipe()->Direction() != Pipe::Out);
2708 (td->transfer->TransferPipe()->Direction() != Pipe::Out));
3144 bool directionIn = (transfer->TransferPipe()->Direction() != Pipe::Out);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h706 Pipe * TransferPipe() const { return fPipe; } function in class:Transfer

Completed in 117 milliseconds