Lines Matching refs:devs

1215 		if (!udev->slot_id || !xhci->devs[udev->slot_id]) {  in xhci_check_args()
1221 virt_dev = xhci->devs[udev->slot_id]; in xhci_check_args()
1256 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
1281 command->in_ctx = xhci->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
1290 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
1291 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1406 if (xhci->devs[slot_id]->eps[ep_index].ep_state & in xhci_urb_enqueue()
1411 } else if (xhci->devs[slot_id]->eps[ep_index].ep_state & in xhci_urb_enqueue()
1472 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_urb_to_transfer_ring()
1554 i < urb_priv->length && xhci->devs[urb->dev->slot_id]; in xhci_urb_dequeue()
1584 ep = &xhci->devs[urb->dev->slot_id]->eps[ep_index]; in xhci_urb_dequeue()
1671 in_ctx = xhci->devs[udev->slot_id]->in_ctx; in xhci_drop_endpoint()
1672 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint()
1690 if (xhci->devs[udev->slot_id]->eps[ep_index].ring != NULL) in xhci_drop_endpoint()
1702 xhci_endpoint_zero(xhci, xhci->devs[udev->slot_id], ep); in xhci_drop_endpoint()
1758 virt_dev = xhci->devs[udev->slot_id]; in xhci_add_endpoint()
1909 struct xhci_virt_device *virt_dev = xhci->devs[udev->slot_id]; in xhci_evaluate_context_result()
2401 xhci->devs[udev->slot_id]->bw_table->ss_bw_in -= in xhci_drop_ep_from_interval_table()
2404 xhci->devs[udev->slot_id]->bw_table->ss_bw_out -= in xhci_drop_ep_from_interval_table()
2465 xhci->devs[udev->slot_id]->bw_table->ss_bw_in += in xhci_add_ep_to_interval_table()
2468 xhci->devs[udev->slot_id]->bw_table->ss_bw_out += in xhci_add_ep_to_interval_table()
2649 virt_dev = xhci->devs[udev->slot_id]; in xhci_configure_endpoint()
2762 virt_dev = xhci->devs[udev->slot_id]; in xhci_check_bandwidth()
2859 virt_dev = xhci->devs[udev->slot_id]; in xhci_reset_bandwidth()
2895 in_ctx = xhci->devs[slot_id]->in_ctx; in xhci_setup_input_ctx_for_quirk()
2903 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx, in xhci_setup_input_ctx_for_quirk()
2904 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_setup_input_ctx_for_quirk()
2919 xhci_setup_input_ctx_for_config_ep(xhci, xhci->devs[slot_id]->in_ctx, in xhci_setup_input_ctx_for_quirk()
2920 xhci->devs[slot_id]->out_ctx, ctrl_ctx, in xhci_setup_input_ctx_for_quirk()
2933 ep = &xhci->devs[udev->slot_id]->eps[ep_index]; in xhci_cleanup_stalled_ring()
3015 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_check_streams_endpoint()
3025 if (!list_empty(&xhci->devs[slot_id]->eps[ep_index].ring->td_list)) { in xhci_check_streams_endpoint()
3103 if (!xhci->devs[slot_id]) in xhci_calculate_no_streams_bitmask()
3108 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_calculate_no_streams_bitmask()
3213 vdev = xhci->devs[udev->slot_id]; in xhci_alloc_streams()
3324 vdev = xhci->devs[udev->slot_id]; in xhci_free_streams()
3354 xhci->devs[udev->slot_id]->eps[ep_index].ep_state |= in xhci_free_streams()
3459 virt_dev = xhci->devs[slot_id]; in xhci_discover_or_reset_device()
3637 virt_dev = xhci->devs[udev->slot_id]; in xhci_free_dev()
3815 virt_dev = xhci->devs[udev->slot_id]; in xhci_setup_device()
4015 virt_dev = xhci->devs[udev->slot_id]; in xhci_change_max_exit_latency()
4676 !xhci->devs[udev->slot_id]) in xhci_enable_usb3_lpm_timeout()
4701 !xhci->devs[udev->slot_id]) in xhci_disable_usb3_lpm_timeout()
4754 vdev = xhci->devs[hdev->slot_id]; in xhci_update_hub_device()