Searched refs:xhci_device (Results 1 – 2 of 2) sorted by relevance
23 struct xhci_device;56 xhci_device* device;71 typedef struct xhci_device { struct87 } xhci_device; argument137 void CleanupDevice(xhci_device *device);271 struct xhci_device fDevices[XHCI_MAX_DEVICES];
1541 struct xhci_device *device = &fDevices[slot]; in AllocateDevice()1616 struct xhci_device *parenthub = (struct xhci_device *) in AllocateDevice()1824 xhci_device* device = (xhci_device*)usbDevice->ControllerCookie(); in FreeDevice()1836 XHCI::CleanupDevice(xhci_device *device) in CleanupDevice()1850 memset(device, 0, sizeof(xhci_device)); in CleanupDevice()1880 struct xhci_device *device = (struct xhci_device *) in _InsertEndpointForPipe()1974 xhci_device *device = endpoint->device; in _RemoveEndpointForPipe()2158 struct xhci_device* device = &fDevices[slot]; in ConfigureEndpoint()2641 xhci_device *device = &fDevices[slot]; in HandleTransferComplete()