Lines Matching refs:xhci_container_ctx
123 static void xhci_free_container_ctx(struct xhci_container_ctx *ctx) in xhci_free_container_ctx()
416 static struct xhci_container_ctx
419 struct xhci_container_ctx *ctx; in xhci_alloc_container_ctx()
421 ctx = (struct xhci_container_ctx *) in xhci_alloc_container_ctx()
422 malloc(sizeof(struct xhci_container_ctx)); in xhci_alloc_container_ctx()
613 *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx) in xhci_get_input_control_ctx()
627 struct xhci_container_ctx *ctx) in xhci_get_slot_ctx()
645 struct xhci_container_ctx *ctx, in xhci_get_ep_ctx()
670 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy()
671 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy()
698 void xhci_slot_copy(struct xhci_ctrl *ctrl, struct xhci_container_ctx *in_ctx, in xhci_slot_copy()
699 struct xhci_container_ctx *out_ctx) in xhci_slot_copy()