Searched refs:xhci_device (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h23 struct xhci_device;
56 xhci_device* device;
71 typedef struct xhci_device { struct
87 } xhci_device; typedef in typeref:struct:xhci_device
137 void CleanupDevice(xhci_device *device);
271 struct xhci_device fDevices[XHCI_MAX_DEVICES];
H A Dxhci.cpp1540 struct xhci_device *device = &fDevices[slot];
1612 struct xhci_device *parenthub = (struct xhci_device *)
1820 xhci_device* device = (xhci_device*)usbDevice->ControllerCookie();
1832 XHCI::CleanupDevice(xhci_device *device)
1846 memset(device, 0, sizeof(xhci_device));
1876 struct xhci_device *device = (struct xhci_device *)
1970 xhci_device *devic
[all...]

Completed in 45 milliseconds