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.c451 struct xhci_container_ctx *in_ctx; in xhci_configure_endpoints() local
457 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints()
459 xhci_flush_cache((uintptr_t)in_ctx->bytes, in_ctx->size); in xhci_configure_endpoints()
460 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints()
491 struct xhci_container_ctx *in_ctx; in xhci_set_configuration() local
516 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
521 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
537 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
538 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()
542 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
[all …]
Dxhci-mem.c155 if (virt_dev->in_ctx) in xhci_free_virt_devices()
156 xhci_free_container_ctx(virt_dev->in_ctx); in xhci_free_virt_devices()
470 virt_dev->in_ctx = xhci_alloc_container_ctx(ctrl, in xhci_alloc_virt_device()
472 if (!virt_dev->in_ctx) { in xhci_alloc_virt_device()
666 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy() argument
674 in_ep_ctx = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_endpoint_copy()
694 void xhci_slot_copy(struct xhci_ctrl *ctrl, struct xhci_container_ctx *in_ctx, in xhci_slot_copy() argument
700 in_slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_slot_copy()
736 ep0_ctx = xhci_get_ep_ctx(ctrl, virt_dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
737 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->in_ctx); in xhci_setup_addressable_virt_dev()
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/mesa/drivers/dri/i965/
Dbrw_performance_query.c839 bool in_ctx = true; in accumulate_oa_reports() local
913 if (in_ctx && report[2] != ctx_id) { in accumulate_oa_reports()
915 in_ctx = false; in accumulate_oa_reports()
917 } else if (in_ctx == false && report[2] == ctx_id) { in accumulate_oa_reports()
919 in_ctx = true; in accumulate_oa_reports()
933 } else if (in_ctx) { in accumulate_oa_reports()