Lines Matching defs:xhci_virt_ep
929 struct xhci_virt_ep { struct
930 struct xhci_virt_device *vdev; /* parent */
931 unsigned int ep_index;
932 struct xhci_ring *ring;
934 struct xhci_stream_info *stream_info;
938 struct xhci_ring *new_ring;
939 unsigned int err_count;
940 unsigned int ep_state;
954 struct list_head cancelled_td_list;
955 struct xhci_hcd *xhci;
960 struct xhci_segment *queued_deq_seg;
961 union xhci_trb *queued_deq_ptr;
969 bool skip;
971 struct xhci_bw_info bw_info;
972 struct list_head bw_endpoint_list;
974 int next_frame_id;
976 bool use_extended_tbc;