Lines Matching defs:xhci_virt_ep
926 struct xhci_virt_ep { struct
927 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;
957 union xhci_trb *queued_deq_ptr;
965 bool skip;
967 struct xhci_bw_info bw_info;
968 struct list_head bw_endpoint_list;
970 int next_frame_id;
972 bool use_extended_tbc;