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()
453 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
526 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_find_new_dequeue_state()
713 if (!xhci->devs[slot_id]) in xhci_handle_cmd_stop_ep()
723 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_stop_ep()
727 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
862 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
921 if (!xhci->devs[i]) in xhci_hc_died()
1048 dev = xhci->devs[slot_id]; in xhci_handle_cmd_set_deq()
1138 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_reset_ep()
1162 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep()
1167 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1189 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_disable_slot()
1220 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_config_ep()
1264 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_addr_dev()
1275 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_reset_dev()
1280 if (!xhci->devs[slot_id]) in xhci_handle_cmd_reset_dev()
1522 if (!xhci->devs[slot_id]) { in handle_device_notification()
1530 udev = xhci->devs[slot_id]->udev; in handle_device_notification()
1625 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1626 xhci->devs[slot_id]->flags |= VDEV_PORT_ERROR; in handle_port_status()
1684 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1831 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
1838 if (xhci->devs[slot_id]->flags & VDEV_PORT_ERROR) in xhci_cleanup_halted_endpoint()
1955 xdev = xhci->devs[slot_id]; in finish_td()
2022 xdev = xhci->devs[slot_id]; in process_ctrl_td()
2237 slot_ctx = xhci_get_slot_ctx(xhci, xhci->devs[slot_id]->out_ctx); in process_bulk_intr_td()
2328 xdev = xhci->devs[slot_id]; in handle_tx_event()
3112 ep_ctx = xhci_get_ep_ctx(xhci, xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3266 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3375 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3423 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_ctrl_tx()
3685 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
3686 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3721 ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, in xhci_queue_isoc_tx()
3874 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3875 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
4090 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()