Lines Matching refs:xdev
1947 struct xhci_virt_device *xdev; in finish_td() local
1955 xdev = xhci->devs[slot_id]; in finish_td()
1958 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
2012 struct xhci_virt_device *xdev; in process_ctrl_td() local
2022 xdev = xhci->devs[slot_id]; in process_ctrl_td()
2024 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2307 struct xhci_virt_device *xdev; in handle_tx_event() local
2328 xdev = xhci->devs[slot_id]; in handle_tx_event()
2329 if (!xdev) { in handle_tx_event()
2335 ep = &xdev->eps[ep_index]; in handle_tx_event()
2337 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
2950 struct xhci_virt_device *xdev, in prepare_transfer() argument
2962 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
2964 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id); in prepare_transfer()
3865 struct xhci_virt_device *xdev; in xhci_queue_isoc_tx_prepare() local
3874 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3876 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
3877 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()