Searched defs:xhci_virt_ep (Results 1 – 1 of 1) sorted by relevance
649 struct xhci_virt_ep { struct650 struct xhci_virt_device *vdev; /* parent */651 unsigned int ep_index;652 struct xhci_ring *ring;654 struct xhci_stream_info *stream_info;658 struct xhci_ring *new_ring;659 unsigned int err_count;660 unsigned int ep_state;674 struct list_head cancelled_td_list;675 struct xhci_hcd *xhci;[all …]