Lines Matching refs:devs

331 	struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index];  in xhci_ring_ep_doorbell()
357 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings()
381 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
441 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_find_new_dequeue_state()
649 if (!xhci->devs[slot_id]) in xhci_handle_cmd_stop_ep()
658 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
778 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
885 if (!xhci->devs[i]) in xhci_stop_endpoint_command_watchdog()
966 dev = xhci->devs[slot_id]; in xhci_handle_cmd_set_deq()
1073 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep()
1078 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1095 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_disable_slot()
1121 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_config_ep()
1161 if (!xhci->devs[slot_id]) in xhci_handle_cmd_reset_dev()
1469 if (!xhci->devs[slot_id]) { in handle_device_notification()
1477 udev = xhci->devs[slot_id]->udev; in handle_device_notification()
1609 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1738 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
1815 xdev = xhci->devs[slot_id]; in finish_td()
1905 xdev = xhci->devs[slot_id]; in process_ctrl_td()
2245 xdev = xhci->devs[slot_id]; in handle_tx_event()
2976 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3074 ret = prepare_transfer(xhci, xhci->devs[slot_id], in queue_bulk_sg_tx()
3088 ret = prepare_transfer(xhci, xhci->devs[slot_id], in queue_bulk_sg_tx()
3259 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3273 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3401 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_ctrl_tx()
3581 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3618 ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, in xhci_queue_isoc_tx()
3760 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3964 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()