HelenOS sources
xhci_slot_ctx_t 387 uspace/drv/bus/usb/xhci/debug.c xhci_slot_ctx_t *slot_ctx = XHCI_GET_SLOT_CTX(device_ctx, hc);
xhci_slot_ctx_t 328 uspace/drv/bus/usb/xhci/device.c void xhci_setup_slot_context(xhci_device_t *dev, xhci_slot_ctx_t *ctx)
xhci_slot_ctx_t 72 uspace/drv/bus/usb/xhci/device.h void xhci_setup_slot_context(xhci_device_t *, xhci_slot_ctx_t *);
xhci_slot_ctx_t 861 uspace/drv/bus/usb/xhci/hc.c xhci_slot_ctx_t *slot_ctx = XHCI_GET_SLOT_CTX(XHCI_GET_DEVICE_CTX(ictx, hc), hc);
xhci_slot_ctx_t 900 uspace/drv/bus/usb/xhci/hc.c xhci_slot_ctx_t *slot_ctx = XHCI_GET_SLOT_CTX(XHCI_GET_DEVICE_CTX(ictx, hc), hc);
xhci_slot_ctx_t 189 uspace/drv/bus/usb/xhci/hw_struct/context.h ((xhci_slot_ctx_t *) XHCI_GET_CTX_FIELD(device, (dev_ctx), (hc), 0))
HelenOS homepage, sources at GitHub