Searched refs:EndpointAddress (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/platform/efi/protocol/
H A Dusb-io.h84 uint8_t EndpointAddress; member in struct:__anon48
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h337 uint8 EndpointAddress() const function in class:Pipe
H A Dusb.cpp117 requestData.Index = pipe->EndpointAddress()
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1099 endpoint->used, pipe, pipe->EndpointAddress());
1289 pipe->EndpointAddress());
1862 TRACE("insert endpoint for pipe %p (%d)\n", pipe, pipe->EndpointAddress());
1883 const uint8 id = (2 * pipe->EndpointAddress()
1955 TRACE("remove endpoint for pipe %p (%d)\n", pipe, pipe->EndpointAddress());
H A Dohci.cpp1835 pipe->DeviceAddress(), pipe->EndpointAddress());
1847 | OHCI_ENDPOINT_SET_ENDPOINT_NUMBER(pipe->EndpointAddress());
1951 pipe->DeviceAddress(), pipe->EndpointAddress());
H A Dehci.cpp1280 |= (pipe->EndpointAddress() << EHCI_ITD_ENDPOINT_SHIFT)
2302 | (pipe->EndpointAddress() << EHCI_QH_CHARS_EPT_SHIFT)
H A Duhci.cpp2174 result->token |= (pipe->EndpointAddress() << TD_TOKEN_ENDPTADDR_SHIFT)

Completed in 241 milliseconds