Lines Matching refs:xhci_container_ctx
122 static void xhci_free_container_ctx(struct xhci_container_ctx *ctx) in xhci_free_container_ctx()
412 static struct xhci_container_ctx
415 struct xhci_container_ctx *ctx; in xhci_alloc_container_ctx()
417 ctx = (struct xhci_container_ctx *) in xhci_alloc_container_ctx()
418 malloc(sizeof(struct xhci_container_ctx)); in xhci_alloc_container_ctx()
609 *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx) in xhci_get_input_control_ctx()
623 struct xhci_container_ctx *ctx) in xhci_get_slot_ctx()
641 struct xhci_container_ctx *ctx, in xhci_get_ep_ctx()
666 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy()
667 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy()
694 void xhci_slot_copy(struct xhci_ctrl *ctrl, struct xhci_container_ctx *in_ctx, in xhci_slot_copy()
695 struct xhci_container_ctx *out_ctx) in xhci_slot_copy()