• Home
  • Raw
  • Download

Lines Matching refs:virt_dev

414 		struct xhci_virt_device *virt_dev,  in xhci_free_endpoint_ring()  argument
417 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_endpoint_ring()
418 virt_dev->eps[ep_index].ring = NULL; in xhci_free_endpoint_ring()
802 struct xhci_virt_device *virt_dev, in xhci_free_tt_info() argument
812 if (virt_dev->real_port == 0 || in xhci_free_tt_info()
813 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
818 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
832 struct xhci_virt_device *virt_dev, in xhci_alloc_tt_info() argument
855 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
856 tt_info->slot_id = virt_dev->udev->slot_id; in xhci_alloc_tt_info()
866 xhci_free_tt_info(xhci, virt_dev, virt_dev->udev->slot_id); in xhci_alloc_tt_info()
1051 struct xhci_virt_device *virt_dev; in xhci_copy_ep0_dequeue_into_input_ctx() local
1055 virt_dev = xhci->devs[udev->slot_id]; in xhci_copy_ep0_dequeue_into_input_ctx()
1056 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx()
1057 ep_ring = virt_dev->eps[0].ring; in xhci_copy_ep0_dequeue_into_input_ctx()
1428 struct xhci_virt_device *virt_dev, in xhci_endpoint_init() argument
1447 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_init()
1501 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()
1503 if (!virt_dev->eps[ep_index].new_ring) in xhci_endpoint_init()
1506 virt_dev->eps[ep_index].skip = false; in xhci_endpoint_init()
1507 ep_ring = virt_dev->eps[ep_index].new_ring; in xhci_endpoint_init()
1527 struct xhci_virt_device *virt_dev, in xhci_endpoint_zero() argument
1534 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_zero()
1558 struct xhci_virt_device *virt_dev) in xhci_update_bw_info() argument
1566 bw_info = &virt_dev->eps[i].bw_info; in xhci_update_bw_info()