Searched defs:xhci_virt_ep (Results 1 – 1 of 1) sorted by relevance
652 struct xhci_virt_ep { struct653 struct xhci_virt_device *vdev; /* parent */654 unsigned int ep_index;655 struct xhci_ring *ring;657 struct xhci_stream_info *stream_info;661 struct xhci_ring *new_ring;662 unsigned int err_count;663 unsigned int ep_state;677 struct list_head cancelled_td_list;678 struct xhci_hcd *xhci;[all …]