Searched refs:in_ctx (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/usb/host/ |
| A D | xhci.c | 485 struct xhci_container_ctx *in_ctx; in xhci_configure_endpoints() local 491 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints() 493 xhci_flush_cache((uintptr_t)in_ctx->bytes, in_ctx->size); in xhci_configure_endpoints() 525 struct xhci_container_ctx *in_ctx; in xhci_set_configuration() local 550 in_ctx = virt_dev->in_ctx; in xhci_set_configuration() 571 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration() 807 struct xhci_container_ctx *in_ctx; in xhci_check_maxpacket() local 830 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket() 1452 struct xhci_container_ctx *in_ctx; in xhci_update_hub_device() local 1467 in_ctx = virt_dev->in_ctx; in xhci_update_hub_device() [all …]
|
| A D | xhci-mem.c | 158 if (virt_dev->in_ctx) in xhci_free_virt_devices() 159 xhci_free_container_ctx(virt_dev->in_ctx); in xhci_free_virt_devices() 482 virt_dev->in_ctx = xhci_alloc_container_ctx(ctrl, in xhci_alloc_virt_device() 484 if (!virt_dev->in_ctx) { in xhci_alloc_virt_device() 676 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy() argument 684 in_ep_ctx = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_endpoint_copy() 704 void xhci_slot_copy(struct xhci_ctrl *ctrl, struct xhci_container_ctx *in_ctx, in xhci_slot_copy() argument 710 in_slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_slot_copy() 746 ep0_ctx = xhci_get_ep_ctx(ctrl, virt_dev->in_ctx, 0); in xhci_setup_addressable_virt_dev() 747 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->in_ctx); in xhci_setup_addressable_virt_dev()
|
| /u-boot/include/usb/ |
| A D | xhci.h | 1080 struct xhci_container_ctx *in_ctx; member 1240 struct xhci_container_ctx *in_ctx, 1244 struct xhci_container_ctx *in_ctx,
|
Completed in 19 milliseconds