Lines Matching refs:usb_endpoint_descriptor
92 static struct usb_endpoint_descriptor fs_ep_in = {
100 static struct usb_endpoint_descriptor fs_ep_out = {
108 static struct usb_endpoint_descriptor hs_ep_in = {
116 static struct usb_endpoint_descriptor hs_ep_out = {
124 static struct usb_endpoint_descriptor ss_ep_in = {
138 static struct usb_endpoint_descriptor ss_ep_out = {
185 static struct usb_endpoint_descriptor *
186 fb_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fb_ep_desc()
187 struct usb_endpoint_descriptor *hs, in fb_ep_desc()
188 struct usb_endpoint_descriptor *ss, in fb_ep_desc()
192 struct usb_endpoint_descriptor *speed_desc = NULL; in fb_ep_desc()
435 const struct usb_endpoint_descriptor *d; in fastboot_set_alt()