Lines Matching refs:xdev
1853 struct xhci_virt_device *xdev; in finish_td() local
1861 xdev = xhci->devs[slot_id]; in finish_td()
1864 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
1918 struct xhci_virt_device *xdev; in process_ctrl_td() local
1928 xdev = xhci->devs[slot_id]; in process_ctrl_td()
1930 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2198 struct xhci_virt_device *xdev; in handle_tx_event() local
2219 xdev = xhci->devs[slot_id]; in handle_tx_event()
2220 if (!xdev) { in handle_tx_event()
2226 ep = &xdev->eps[ep_index]; in handle_tx_event()
2228 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
2840 struct xhci_virt_device *xdev, in prepare_transfer() argument
2852 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
2854 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id); in prepare_transfer()
3733 struct xhci_virt_device *xdev; in xhci_queue_isoc_tx_prepare() local
3742 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3744 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
3745 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()