HelenOS sources
xhci_device_get 183 uspace/drv/bus/usb/xhci/device.c xhci_device_t *xhci_dev = xhci_device_get(dev);
xhci_device_get 186 uspace/drv/bus/usb/xhci/device.c xhci_device_t *xhci_hub = xhci_device_get(dev->hub);
xhci_device_get 262 uspace/drv/bus/usb/xhci/device.c xhci_device_t *xhci_dev = xhci_device_get(dev);
xhci_device_get 286 uspace/drv/bus/usb/xhci/device.c xhci_device_t *dev = xhci_device_get(dev_base);
xhci_device_get 312 uspace/drv/bus/usb/xhci/device.c xhci_device_t *dev = xhci_device_get(dev_base);
xhci_device_get 349 uspace/drv/bus/usb/xhci/device.c xhci_device_t *hub = xhci_device_get(dev->base.tt.dev);
xhci_device_get 215 uspace/drv/bus/usb/xhci/endpoint.c xhci_device_t *dev = xhci_device_get(ep->device);
xhci_device_get 265 uspace/drv/bus/usb/xhci/endpoint.c xhci_device_t *dev = xhci_device_get(ep_base->device);
xhci_device_get 149 uspace/drv/bus/usb/xhci/endpoint.h return xhci_device_get(ep->base.device);
xhci_device_get 183 uspace/drv/bus/usb/xhci/rh.c port->device = xhci_device_get(dev);
HelenOS homepage, sources at GitHub