Lines Matching refs:usb_endpoint_descriptor
255 static struct usb_endpoint_descriptor fs_ep_int_desc = {
265 static struct usb_endpoint_descriptor hs_ep_int_desc = {
274 static struct usb_endpoint_descriptor ss_ep_int_desc = {
330 static struct usb_endpoint_descriptor fs_epout_desc = {
340 static struct usb_endpoint_descriptor hs_epout_desc = {
349 static struct usb_endpoint_descriptor ss_epout_desc = {
380 static struct usb_endpoint_descriptor fs_epin_fback_desc = {
390 static struct usb_endpoint_descriptor hs_epin_fback_desc = {
399 static struct usb_endpoint_descriptor ss_epin_fback_desc = {
464 static struct usb_endpoint_descriptor fs_epin_desc = {
474 static struct usb_endpoint_descriptor hs_epin_desc = {
483 static struct usb_endpoint_descriptor ss_epin_desc = {
644 struct usb_endpoint_descriptor *ep_desc, in set_ep_max_packet_size()
724 struct usb_endpoint_descriptor *epout_desc; in setup_headers()
725 struct usb_endpoint_descriptor *epin_desc; in setup_headers()
726 struct usb_endpoint_descriptor *epin_fback_desc; in setup_headers()
727 struct usb_endpoint_descriptor *ep_int_desc; in setup_headers()