Searched defs:usb_host_endpoint (Results 1 – 2 of 2) sorted by relevance
88872 struct usb_host_endpoint { struct88873 struct usb_endpoint_descriptor desc;88874 struct usb_ss_ep_comp_descriptor ss_ep_comp;88875 struct usb_ssp_isoc_ep_comp_descriptor ssp_isoc_ep_comp;88877 struct list_head urb_list;88878 void *hcpriv;88879 struct ep_device *ep_dev;88880 unsigned char *extra;88881 int extralen;88882 int enabled;[all …]
98608 struct usb_host_endpoint { struct98609 struct usb_endpoint_descriptor desc;98610 struct usb_ss_ep_comp_descriptor ss_ep_comp;98611 struct usb_ssp_isoc_ep_comp_descriptor ssp_isoc_ep_comp;98613 struct list_head urb_list;98614 void *hcpriv;98615 struct ep_device *ep_dev;98616 unsigned char *extra;98617 int extralen;98618 int enabled;[all …]