Searched refs:_InsertEndpointForPipe (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci.h95 status_t _InsertEndpointForPipe(Pipe *pipe);
H A Dxhci.h108 status_t _InsertEndpointForPipe(Pipe *pipe);
H A Dohci.cpp524 return _InsertEndpointForPipe(pipe);
1423 OHCI::_InsertEndpointForPipe(Pipe *pipe) function in class:OHCI
H A Dxhci.cpp613 _InsertEndpointForPipe(pipe);
1137 XHCI::_InsertEndpointForPipe(Pipe *pipe) function in class:XHCI
1151 panic("_InsertEndpointForPipe device is NULL\n");
1176 TRACE("_InsertEndpointForPipe trbs device %p endpoint %p\n",
1178 TRACE("_InsertEndpointForPipe trb_addr device 0x%lx endpoint 0x%lx\n",
1226 TRACE("_InsertEndpointForPipe for pipe %p at id %d\n", pipe, id);

Completed in 280 milliseconds