Lines Matching refs:devs

549 	memset(xhci->devs, 0, MAX_HC_SLOTS * sizeof(*xhci->devs));  in xhci_init()
1510 if (!udev->slot_id || !xhci->devs[udev->slot_id]) { in xhci_check_args()
1516 virt_dev = xhci->devs[udev->slot_id]; in xhci_check_args()
1661 if (xhci->devs[slot_id]->flags & VDEV_PORT_ERROR) { in xhci_urb_enqueue()
1674 ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_urb_enqueue()
1772 vdev = xhci->devs[urb->dev->slot_id]; in xhci_urb_dequeue()
1920 in_ctx = xhci->devs[udev->slot_id]->in_ctx; in xhci_drop_endpoint()
1921 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint()
1938 if (xhci->devs[udev->slot_id]->eps[ep_index].ring != NULL) in xhci_drop_endpoint()
1950 xhci_debugfs_remove_endpoint(xhci, xhci->devs[udev->slot_id], ep_index); in xhci_drop_endpoint()
1952 xhci_endpoint_zero(xhci, xhci->devs[udev->slot_id], ep); in xhci_drop_endpoint()
2010 virt_dev = xhci->devs[udev->slot_id]; in xhci_add_endpoint()
2653 xhci->devs[udev->slot_id]->bw_table->ss_bw_in -= in xhci_drop_ep_from_interval_table()
2656 xhci->devs[udev->slot_id]->bw_table->ss_bw_out -= in xhci_drop_ep_from_interval_table()
2715 xhci->devs[udev->slot_id]->bw_table->ss_bw_in += in xhci_add_ep_to_interval_table()
2718 xhci->devs[udev->slot_id]->bw_table->ss_bw_out += in xhci_add_ep_to_interval_table()
2949 virt_dev = xhci->devs[udev->slot_id]; in xhci_configure_endpoint()
3067 virt_dev = xhci->devs[udev->slot_id]; in xhci_check_bandwidth()
3159 virt_dev = xhci->devs[udev->slot_id]; in xhci_reset_bandwidth()
3238 vdev = xhci->devs[udev->slot_id]; in xhci_endpoint_disable()
3303 vdev = xhci->devs[udev->slot_id]; in xhci_endpoint_reset()
3316 vdev = xhci->devs[udev->slot_id]; in xhci_endpoint_reset()
3443 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_check_streams_endpoint()
3453 if (!list_empty(&xhci->devs[slot_id]->eps[ep_index].ring->td_list)) { in xhci_check_streams_endpoint()
3531 if (!xhci->devs[slot_id]) in xhci_calculate_no_streams_bitmask()
3536 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_calculate_no_streams_bitmask()
3641 vdev = xhci->devs[udev->slot_id]; in xhci_alloc_streams()
3758 vdev = xhci->devs[udev->slot_id]; in xhci_free_streams()
3788 xhci->devs[udev->slot_id]->eps[ep_index].ep_state |= in xhci_free_streams()
3895 virt_dev = xhci->devs[slot_id]; in xhci_discover_or_reset_device()
4082 virt_dev = xhci->devs[udev->slot_id]; in xhci_free_dev()
4228 vdev = xhci->devs[slot_id]; in xhci_alloc_dev()
4291 virt_dev = xhci->devs[udev->slot_id]; in xhci_setup_device()
4497 virt_dev = xhci->devs[udev->slot_id]; in xhci_change_max_exit_latency()
5147 !xhci->devs[udev->slot_id]) in xhci_enable_usb3_lpm_timeout()
5182 !xhci->devs[udev->slot_id]) in xhci_disable_usb3_lpm_timeout()
5235 vdev = xhci->devs[hdev->slot_id]; in xhci_update_hub_device()
5520 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT; in xhci_clear_tt_buffer_complete()