Searched defs:xhci_virt_ep (Results 1 – 1 of 1) sorted by relevance
926 struct xhci_virt_ep { struct927 struct xhci_virt_device *vdev; /* parent */928 unsigned int ep_index;929 struct xhci_ring *ring;931 struct xhci_stream_info *stream_info;935 struct xhci_ring *new_ring;936 unsigned int ep_state;950 struct list_head cancelled_td_list;951 struct xhci_hcd *xhci;956 struct xhci_segment *queued_deq_seg;[all …]