Searched refs:ControllerCookie (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h365 void * ControllerCookie() const function in class:Pipe
603 void * ControllerCookie() const function in class:Device
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp865 xhci_endpoint *endpoint = (xhci_endpoint *)pipe->ControllerCookie();
951 xhci_endpoint *endpoint = (xhci_endpoint *)pipe->ControllerCookie();
1087 xhci_endpoint* endpoint = (xhci_endpoint*)pipe->ControllerCookie();
1202 xhci_endpoint *endpoint = (xhci_endpoint *)pipe->ControllerCookie();
1613 parent->ControllerCookie();
1820 xhci_device* device = (xhci_device*)usbDevice->ControllerCookie();
1864 if (pipe->ControllerCookie() != NULL
1877 usbDevice->ControllerCookie();
1963 xhci_endpoint *endpoint = (xhci_endpoint *)pipe->ControllerCookie();
H A Dohci.cpp1519 = (ohci_endpoint_descriptor *)transfer->TransferPipe()->ControllerCookie();
1573 = (ohci_endpoint_descriptor *)pipe->ControllerCookie();
1640 = (ohci_endpoint_descriptor *)pipe->ControllerCookie();
1954 = (ohci_endpoint_descriptor *)pipe->ControllerCookie();

Completed in 55 milliseconds