Home
last modified time | relevance | path

Searched refs:out_ctx (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c496 struct xhci_container_ctx *out_ctx; in xhci_set_configuration() local
519 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()
538 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration()
541 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
546 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
694 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device()
695 virt_dev->out_ctx->size); in xhci_address_device()
696 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->out_ctx); in xhci_address_device()
776 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
783 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
[all …]
H A Dxhci-mem.c158 if (virt_dev->out_ctx) in xhci_free_virt_devices()
159 xhci_free_container_ctx(virt_dev->out_ctx); in xhci_free_virt_devices()
466 virt_dev->out_ctx = xhci_alloc_container_ctx(ctrl, in xhci_alloc_virt_device()
468 if (!virt_dev->out_ctx) { in xhci_alloc_virt_device()
484 byte_64 = (uintptr_t)(virt_dev->out_ctx->bytes); in xhci_alloc_virt_device()
671 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument
677 out_ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_endpoint_copy()
699 struct xhci_container_ctx *out_ctx) in xhci_slot_copy() argument
705 out_slot_ctx = xhci_get_slot_ctx(ctrl, out_ctx); in xhci_slot_copy()
H A Dxhci-ring.c628 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_bulk_tx()
629 virt_dev->out_ctx->size); in xhci_bulk_tx()
631 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_bulk_tx()
828 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_ctrl_tx()
829 virt_dev->out_ctx->size); in xhci_ctrl_tx()
832 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_ctrl_tx()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1085 struct xhci_container_ctx *out_ctx; member
1247 struct xhci_container_ctx *out_ctx,
1251 struct xhci_container_ctx *out_ctx);