Home
last modified time | relevance | path

Searched refs:in_ctx (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c452 struct xhci_container_ctx *in_ctx; in xhci_configure_endpoints() local
458 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints()
460 xhci_flush_cache((uintptr_t)in_ctx->bytes, in_ctx->size); in xhci_configure_endpoints()
461 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints()
495 struct xhci_container_ctx *in_ctx; in xhci_set_configuration() local
520 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
525 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
541 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
542 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()
546 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
[all …]
H A Dxhci-mem.c156 if (virt_dev->in_ctx) in xhci_free_virt_devices()
157 xhci_free_container_ctx(virt_dev->in_ctx); in xhci_free_virt_devices()
474 virt_dev->in_ctx = xhci_alloc_container_ctx(ctrl, in xhci_alloc_virt_device()
476 if (!virt_dev->in_ctx) { in xhci_alloc_virt_device()
670 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy() argument
678 in_ep_ctx = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_endpoint_copy()
698 void xhci_slot_copy(struct xhci_ctrl *ctrl, struct xhci_container_ctx *in_ctx, in xhci_slot_copy() argument
704 in_slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_slot_copy()
740 ep0_ctx = xhci_get_ep_ctx(ctrl, virt_dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
741 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->in_ctx); in xhci_setup_addressable_virt_dev()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1087 struct xhci_container_ctx *in_ctx; member
1246 struct xhci_container_ctx *in_ctx,
1250 struct xhci_container_ctx *in_ctx,