Searched refs:CreateDescriptorChain (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dehci.h147 status_t CreateDescriptorChain(Pipe *pipe,
H A Duhci.h175 status_t CreateDescriptorChain(Pipe *pipe,
H A Dxhci.h141 xhci_td * CreateDescriptorChain(size_t bufferSize);
H A Duhci.cpp956 status_t result = CreateDescriptorChain(pipe, &dataDescriptor,
2004 status_t result = CreateDescriptorChain(pipe, &firstDescriptor,
2114 UHCI::CreateDescriptorChain(Pipe *pipe, uhci_td **_firstDescriptor, function in class:UHCI
H A Dehci.cpp2043 status_t result = CreateDescriptorChain(pipe, &dataDescriptor,
2085 status_t result = CreateDescriptorChain(pipe, &firstDescriptor,
2161 EHCI::CreateDescriptorChain(Pipe *pipe, ehci_qtd **_firstDescriptor, function in class:EHCI
H A Dxhci.cpp562 xhci_td *descriptor = CreateDescriptorChain(transfer->DataLength());
704 XHCI::CreateDescriptorChain(size_t bufferSize) function in class:XHCI
722 TRACE("CreateDescriptorChain trbs %d for td %ld\n", trbs, i);
734 TRACE("CreateDescriptorChain allocated %ld for trb %d\n",

Completed in 49 milliseconds