Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
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()
492 struct xhci_container_ctx *in_ctx; in xhci_set_configuration() local
517 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
522 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
538 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
539 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()
543 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
[all …]
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()
/external/u-boot/include/usb/
Dxhci.h1086 struct xhci_container_ctx *in_ctx; member
1244 struct xhci_container_ctx *in_ctx,
1248 struct xhci_container_ctx *in_ctx,
/external/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp956 std::vector<wait_ctx> in_ctx(program->blocks.size(), wait_ctx(program)); in insert_wait_states() local
964 wait_ctx ctx = in_ctx[current.index]; in insert_wait_states()
987 in_ctx[current.index] = std::move(ctx); in insert_wait_states()
990 in_ctx[current.index] = ctx; in insert_wait_states()