Lines Matching refs:in_ctx

1598 		command->in_ctx = xhci->devs[slot_id]->in_ctx;  in xhci_check_maxpacket()
1599 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_maxpacket()
1607 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
1610 ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index); in xhci_check_maxpacket()
1917 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1940 in_ctx = xhci->devs[udev->slot_id]->in_ctx; in xhci_drop_endpoint()
1942 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_drop_endpoint()
2000 struct xhci_container_ctx *in_ctx; in xhci_add_endpoint() local
2031 in_ctx = virt_dev->in_ctx; in xhci_add_endpoint()
2032 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_add_endpoint()
2085 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_add_endpoint()
2104 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_zero_in_ctx()
2118 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_zero_in_ctx()
2123 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, i); in xhci_zero_in_ctx()
2821 struct xhci_container_ctx *in_ctx) in xhci_reserve_bandwidth() argument
2831 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_reserve_bandwidth()
2857 xhci_update_bw_info(xhci, virt_dev->in_ctx, ctrl_ctx, virt_dev); in xhci_reserve_bandwidth()
2935 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_configure_endpoint()
2952 xhci_reserve_bandwidth(xhci, virt_dev, command->in_ctx)) { in xhci_configure_endpoint()
2960 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx); in xhci_configure_endpoint()
2967 command->in_ctx->dma, in xhci_configure_endpoint()
2971 command->in_ctx->dma, in xhci_configure_endpoint()
3057 command->in_ctx = virt_dev->in_ctx; in xhci_check_bandwidth()
3060 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_bandwidth()
3078 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_check_bandwidth()
3157 struct xhci_container_ctx *in_ctx, in xhci_setup_input_ctx_for_config_ep() argument
3164 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep()
3312 ctrl_ctx = xhci_get_input_control_ctx(cfg_cmd->in_ctx); in xhci_endpoint_reset()
3321 xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx, in xhci_endpoint_reset()
3323 xhci_endpoint_copy(xhci, cfg_cmd->in_ctx, vdev->out_ctx, ep_index); in xhci_endpoint_reset()
3325 err = xhci_queue_configure_endpoint(xhci, cfg_cmd, cfg_cmd->in_ctx->dma, in xhci_endpoint_reset()
3541 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_alloc_streams()
3605 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index); in xhci_alloc_streams()
3607 xhci_endpoint_copy(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
3615 xhci_setup_input_ctx_for_config_ep(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
3702 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_free_streams()
3714 ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index); in xhci_free_streams()
3718 xhci_endpoint_copy(xhci, command->in_ctx, in xhci_free_streams()
3723 xhci_setup_input_ctx_for_config_ep(xhci, command->in_ctx, in xhci_free_streams()
4215 command->in_ctx = virt_dev->in_ctx; in xhci_setup_device()
4217 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_setup_device()
4218 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_setup_device()
4238 trace_xhci_address_ctx(xhci, virt_dev->in_ctx, in xhci_setup_device()
4244 ret = xhci_queue_address_device(xhci, command, virt_dev->in_ctx->dma, in xhci_setup_device()
4316 trace_xhci_address_ctx(xhci, virt_dev->in_ctx, in xhci_setup_device()
4400 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_change_max_exit_latency()
4409 xhci_slot_copy(xhci, command->in_ctx, virt_dev->out_ctx); in xhci_change_max_exit_latency()
4413 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx); in xhci_change_max_exit_latency()
5140 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_update_hub_device()
5157 xhci_slot_copy(xhci, config_cmd->in_ctx, vdev->out_ctx); in xhci_update_hub_device()
5159 slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx); in xhci_update_hub_device()