Lines Matching refs:devs
392 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_ring_ep_doorbell()
418 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings()
446 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
519 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_find_new_dequeue_state()
702 if (!xhci->devs[slot_id]) in xhci_handle_cmd_stop_ep()
712 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_stop_ep()
716 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
851 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
910 if (!xhci->devs[i]) in xhci_hc_died()
1037 dev = xhci->devs[slot_id]; in xhci_handle_cmd_set_deq()
1127 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_reset_ep()
1151 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep()
1156 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1174 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_disable_slot()
1205 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_config_ep()
1249 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_addr_dev()
1260 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_reset_dev()
1265 if (!xhci->devs[slot_id]) in xhci_handle_cmd_reset_dev()
1507 if (!xhci->devs[slot_id]) { in handle_device_notification()
1515 udev = xhci->devs[slot_id]->udev; in handle_device_notification()
1620 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1746 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
1861 xdev = xhci->devs[slot_id]; in finish_td()
1928 xdev = xhci->devs[slot_id]; in process_ctrl_td()
2219 xdev = xhci->devs[slot_id]; in handle_tx_event()
3002 ep_ctx = xhci_get_ep_ctx(xhci, xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3151 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3253 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3301 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_ctrl_tx()
3553 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
3554 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3589 ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, in xhci_queue_isoc_tx()
3742 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3743 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
3958 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()