Home
last modified time | relevance | path

Searched defs:xhci_virt_ep (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/usb/host/
Dxhci.h923 struct xhci_virt_ep { struct
924 struct xhci_virt_device *vdev; /* parent */
925 unsigned int ep_index;
926 struct xhci_ring *ring;
928 struct xhci_stream_info *stream_info;
932 struct xhci_ring *new_ring;
933 unsigned int ep_state;
947 struct list_head cancelled_td_list;
949 struct timer_list stop_cmd_timer;
950 struct xhci_hcd *xhci;
[all …]