Searched refs:out_ctx (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci.c | 493 struct xhci_container_ctx *out_ctx; in xhci_set_configuration() local 516 out_ctx = virt_dev->out_ctx; in xhci_set_configuration() 535 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration() 538 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration() 543 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration() 688 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device() 689 virt_dev->out_ctx->size); in xhci_address_device() 690 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->out_ctx); in xhci_address_device() 767 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local 774 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket() [all …]
|
D | xhci-mem.c | 158 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()
|
D | xhci-ring.c | 586 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_bulk_tx() 587 virt_dev->out_ctx->size); in xhci_bulk_tx() 589 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_bulk_tx() 786 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_ctrl_tx() 787 virt_dev->out_ctx->size); in xhci_ctrl_tx() 790 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_ctrl_tx()
|
/external/libepoxy/test/ |
D | egl_gl.c | 76 init_egl(EGLDisplay **out_dpy, EGLContext *out_ctx) in init_egl() argument 109 *out_ctx = ctx; in init_egl()
|
D | egl_epoxy_api.c | 84 init_egl(EGLDisplay *dpy, EGLContext *out_ctx) in init_egl() argument 115 *out_ctx = ctx; in init_egl()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_insert_waitcnt.cpp | 957 std::vector<wait_ctx> out_ctx(program->blocks.size(), wait_ctx(program)); in insert_wait_states() local 982 changed |= ctx.join(&out_ctx[b], false); in insert_wait_states() 984 changed |= ctx.join(&out_ctx[b], true); in insert_wait_states() 994 out_ctx[current.index] = std::move(ctx); in insert_wait_states() 1003 out_ctx[current.index] = std::move(ctx); in insert_wait_states() 1008 calculate_score(out_ctx, event_vmem | event_flat | event_vmem_store); in insert_wait_states() 1010 calculate_score(out_ctx, event_smem); in insert_wait_states()
|
/external/u-boot/include/usb/ |
D | xhci.h | 1084 struct xhci_container_ctx *out_ctx; member 1245 struct xhci_container_ctx *out_ctx, 1249 struct xhci_container_ctx *out_ctx);
|