Lines Matching refs:usb_endpoint_descriptor
256 static struct usb_endpoint_descriptor fs_ep_int_desc = {
266 static struct usb_endpoint_descriptor hs_ep_int_desc = {
275 static struct usb_endpoint_descriptor ss_ep_int_desc = {
331 static struct usb_endpoint_descriptor fs_epout_desc = {
341 static struct usb_endpoint_descriptor hs_epout_desc = {
350 static struct usb_endpoint_descriptor ss_epout_desc = {
381 static struct usb_endpoint_descriptor fs_epin_fback_desc = {
391 static struct usb_endpoint_descriptor hs_epin_fback_desc = {
400 static struct usb_endpoint_descriptor ss_epin_fback_desc = {
465 static struct usb_endpoint_descriptor fs_epin_desc = {
475 static struct usb_endpoint_descriptor hs_epin_desc = {
484 static struct usb_endpoint_descriptor ss_epin_desc = {
645 struct usb_endpoint_descriptor *ep_desc, in set_ep_max_packet_size()
726 struct usb_endpoint_descriptor *epout_desc; in setup_headers()
727 struct usb_endpoint_descriptor *epin_desc; in setup_headers()
728 struct usb_endpoint_descriptor *epin_fback_desc; in setup_headers()
729 struct usb_endpoint_descriptor *ep_int_desc; in setup_headers()