/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 366 struct usb_endpoint_descriptor { struct 451 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd) in usb_endpoint_num() 463 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type() 474 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_in() 486 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out() 498 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk() 511 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control() 525 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int() 539 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc() 553 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in() [all …]
|
H A D | composite.h | 143 static inline struct usb_endpoint_descriptor * 144 ep_choose(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_choose() 145 struct usb_endpoint_descriptor *fs) in ep_choose()
|
H A D | gadget.h | 115 const struct usb_endpoint_descriptor *desc); 166 const struct usb_endpoint_descriptor *desc; 211 const struct usb_endpoint_descriptor *desc) in usb_ep_enable() 924 struct usb_endpoint_descriptor *);
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 407 struct usb_endpoint_descriptor { struct 469 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd) in usb_endpoint_num() 481 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type() 492 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_in() 504 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out() 516 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk() 529 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control() 543 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int() 557 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc() 571 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in() [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 415 static struct usb_endpoint_descriptor 425 static struct usb_endpoint_descriptor 437 static struct usb_endpoint_descriptor 477 static struct usb_endpoint_descriptor 487 static struct usb_endpoint_descriptor 500 static struct usb_endpoint_descriptor 533 static struct usb_endpoint_descriptor * 534 fsg_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fsg_ep_desc() 535 struct usb_endpoint_descriptor *hs) in fsg_ep_desc()
|
H A D | f_fastboot.c | 53 static struct usb_endpoint_descriptor fs_ep_in = { 61 static struct usb_endpoint_descriptor fs_ep_out = { 69 static struct usb_endpoint_descriptor hs_ep_in = { 77 static struct usb_endpoint_descriptor hs_ep_out = { 109 static struct usb_endpoint_descriptor * 110 fb_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fb_ep_desc() 111 struct usb_endpoint_descriptor *hs) in fb_ep_desc() 244 const struct usb_endpoint_descriptor *d; in fastboot_set_alt()
|
H A D | f_thor.c | 359 static inline struct usb_endpoint_descriptor * 360 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc() 361 struct usb_endpoint_descriptor *fs) in ep_desc() 376 static struct usb_endpoint_descriptor fs_in_desc = { 384 static struct usb_endpoint_descriptor fs_out_desc = { 433 static struct usb_endpoint_descriptor fs_int_desc = { 456 static struct usb_endpoint_descriptor hs_in_desc = { 464 static struct usb_endpoint_descriptor hs_out_desc = { 472 static struct usb_endpoint_descriptor hs_int_desc = { 902 struct usb_endpoint_descriptor *d; in thor_eps_setup()
|
/openbmc/linux/drivers/usb/core/ |
H A D | usb.c | 75 static bool match_endpoint(struct usb_endpoint_descriptor *epd, in match_endpoint() 76 struct usb_endpoint_descriptor **bulk_in, in match_endpoint() 77 struct usb_endpoint_descriptor **bulk_out, in match_endpoint() 78 struct usb_endpoint_descriptor **int_in, in match_endpoint() 79 struct usb_endpoint_descriptor **int_out) in match_endpoint() 136 struct usb_endpoint_descriptor **bulk_in, in usb_find_common_endpoints() 137 struct usb_endpoint_descriptor **bulk_out, in usb_find_common_endpoints() 138 struct usb_endpoint_descriptor **int_in, in usb_find_common_endpoints() 139 struct usb_endpoint_descriptor **int_out) in usb_find_common_endpoints() 141 struct usb_endpoint_descriptor *epd; in usb_find_common_endpoints() [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | storage_common.h | 186 extern struct usb_endpoint_descriptor fsg_fs_bulk_in_desc; 187 extern struct usb_endpoint_descriptor fsg_fs_bulk_out_desc; 190 extern struct usb_endpoint_descriptor fsg_hs_bulk_in_desc; 191 extern struct usb_endpoint_descriptor fsg_hs_bulk_out_desc; 194 extern struct usb_endpoint_descriptor fsg_ss_bulk_in_desc; 196 extern struct usb_endpoint_descriptor fsg_ss_bulk_out_desc;
|
H A D | f_serial.c | 55 static struct usb_endpoint_descriptor gser_fs_in_desc = { 62 static struct usb_endpoint_descriptor gser_fs_out_desc = { 78 static struct usb_endpoint_descriptor gser_hs_in_desc = { 85 static struct usb_endpoint_descriptor gser_hs_out_desc = { 99 static struct usb_endpoint_descriptor gser_ss_in_desc = { 106 static struct usb_endpoint_descriptor gser_ss_out_desc = {
|
H A D | f_subset.c | 137 static struct usb_endpoint_descriptor fs_subset_in_desc = { 145 static struct usb_endpoint_descriptor fs_subset_out_desc = { 166 static struct usb_endpoint_descriptor hs_subset_in_desc = { 174 static struct usb_endpoint_descriptor hs_subset_out_desc = { 195 static struct usb_endpoint_descriptor ss_subset_in_desc = { 203 static struct usb_endpoint_descriptor ss_subset_out_desc = {
|
H A D | storage_common.c | 50 struct usb_endpoint_descriptor fsg_fs_bulk_in_desc = { 60 struct usb_endpoint_descriptor fsg_fs_bulk_out_desc = { 85 struct usb_endpoint_descriptor fsg_hs_bulk_in_desc = { 95 struct usb_endpoint_descriptor fsg_hs_bulk_out_desc = { 115 struct usb_endpoint_descriptor fsg_ss_bulk_in_desc = { 133 struct usb_endpoint_descriptor fsg_ss_bulk_out_desc = {
|
H A D | f_ecm.c | 177 static struct usb_endpoint_descriptor fs_ecm_notify_desc = { 187 static struct usb_endpoint_descriptor fs_ecm_in_desc = { 195 static struct usb_endpoint_descriptor fs_ecm_out_desc = { 224 static struct usb_endpoint_descriptor hs_ecm_notify_desc = { 234 static struct usb_endpoint_descriptor hs_ecm_in_desc = { 243 static struct usb_endpoint_descriptor hs_ecm_out_desc = { 273 static struct usb_endpoint_descriptor ss_ecm_notify_desc = { 293 static struct usb_endpoint_descriptor ss_ecm_in_desc = { 302 static struct usb_endpoint_descriptor ss_ecm_out_desc = {
|
H A D | f_loopback.c | 56 static struct usb_endpoint_descriptor fs_loop_source_desc = { 64 static struct usb_endpoint_descriptor fs_loop_sink_desc = { 81 static struct usb_endpoint_descriptor hs_loop_source_desc = { 89 static struct usb_endpoint_descriptor hs_loop_sink_desc = { 106 static struct usb_endpoint_descriptor ss_loop_source_desc = { 122 static struct usb_endpoint_descriptor ss_loop_sink_desc = {
|
H A D | f_acm.c | 152 static struct usb_endpoint_descriptor acm_fs_notify_desc = { 161 static struct usb_endpoint_descriptor acm_fs_in_desc = { 168 static struct usb_endpoint_descriptor acm_fs_out_desc = { 190 static struct usb_endpoint_descriptor acm_hs_notify_desc = { 199 static struct usb_endpoint_descriptor acm_hs_in_desc = { 206 static struct usb_endpoint_descriptor acm_hs_out_desc = { 227 static struct usb_endpoint_descriptor acm_ss_in_desc = { 234 static struct usb_endpoint_descriptor acm_ss_out_desc = {
|
H A D | f_sourcesink.c | 82 static struct usb_endpoint_descriptor fs_source_desc = { 90 static struct usb_endpoint_descriptor fs_sink_desc = { 98 static struct usb_endpoint_descriptor fs_iso_source_desc = { 108 static struct usb_endpoint_descriptor fs_iso_sink_desc = { 133 static struct usb_endpoint_descriptor hs_source_desc = { 141 static struct usb_endpoint_descriptor hs_sink_desc = { 149 static struct usb_endpoint_descriptor hs_iso_source_desc = { 158 static struct usb_endpoint_descriptor hs_iso_sink_desc = { 182 static struct usb_endpoint_descriptor ss_source_desc = { 199 static struct usb_endpoint_descriptor ss_sink_desc = { [all …]
|
H A D | f_rndis.c | 174 static struct usb_endpoint_descriptor fs_notify_desc = { 184 static struct usb_endpoint_descriptor fs_in_desc = { 192 static struct usb_endpoint_descriptor fs_out_desc = { 220 static struct usb_endpoint_descriptor hs_notify_desc = { 230 static struct usb_endpoint_descriptor hs_in_desc = { 239 static struct usb_endpoint_descriptor hs_out_desc = { 268 static struct usb_endpoint_descriptor ss_notify_desc = { 288 static struct usb_endpoint_descriptor ss_in_desc = { 297 static struct usb_endpoint_descriptor ss_out_desc = {
|
H A D | f_eem.c | 61 static struct usb_endpoint_descriptor eem_fs_in_desc = { 69 static struct usb_endpoint_descriptor eem_fs_out_desc = { 87 static struct usb_endpoint_descriptor eem_hs_in_desc = { 96 static struct usb_endpoint_descriptor eem_hs_out_desc = { 115 static struct usb_endpoint_descriptor eem_ss_in_desc = { 124 static struct usb_endpoint_descriptor eem_ss_out_desc = {
|
/openbmc/linux/include/linux/ |
H A D | usb.h | 67 struct usb_endpoint_descriptor desc; 104 struct usb_endpoint_descriptor **bulk_in, 105 struct usb_endpoint_descriptor **bulk_out, 106 struct usb_endpoint_descriptor **int_in, 107 struct usb_endpoint_descriptor **int_out); 111 struct usb_endpoint_descriptor **bulk_in, 112 struct usb_endpoint_descriptor **bulk_out, 113 struct usb_endpoint_descriptor **int_in, 114 struct usb_endpoint_descriptor **int_out); 118 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint() [all …]
|
/openbmc/u-boot/drivers/serial/ |
H A D | usbtty.c | 104 static struct usb_endpoint_descriptor *ep_descriptor_ptrs[NUM_ENDPOINTS]; 149 struct usb_endpoint_descriptor notification_endpoint; 153 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS-1]; 216 sizeof(struct usb_endpoint_descriptor), 242 sizeof(struct usb_endpoint_descriptor), 253 sizeof(struct usb_endpoint_descriptor), 283 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS]; 322 sizeof(struct usb_endpoint_descriptor), 332 sizeof(struct usb_endpoint_descriptor), 342 sizeof(struct usb_endpoint_descriptor),
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget.h | 137 const struct usb_endpoint_descriptor *desc); 240 const struct usb_endpoint_descriptor *desc; 331 struct usb_endpoint_descriptor *, 939 struct usb_ep *ep, struct usb_endpoint_descriptor *desc, 952 struct usb_endpoint_descriptor *); 956 struct usb_endpoint_descriptor *,
|
H A D | serial.h | 179 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS]; 180 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS]; 181 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS]; 182 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
|
/openbmc/linux/sound/usb/ |
H A D | implicit.c | 116 struct usb_endpoint_descriptor *epd; in add_generic_uac2_implicit_fb() 150 struct usb_endpoint_descriptor *epd; in add_roland_implicit_fb() 180 struct usb_endpoint_descriptor *epd; in add_roland_capture_quirk() 208 struct usb_endpoint_descriptor *epd; in is_pioneer_implicit_fb() 240 struct usb_endpoint_descriptor *epd; in __add_generic_implicit_fb()
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | epautoconf.c | 65 struct usb_endpoint_descriptor *desc, in usb_ep_autoconfig_ss() 151 struct usb_endpoint_descriptor *desc in usb_ep_autoconfig()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 42 struct usb_endpoint_descriptor endpoint; 246 static unsigned int xhci_get_ep_index(struct usb_endpoint_descriptor *desc) in xhci_get_ep_index() 280 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_microframe_interval() 289 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_frame_interval() 299 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_exponent_interval() 331 struct usb_endpoint_descriptor *endpt_desc) in xhci_get_endpoint_interval() 387 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_mult() 398 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_max_burst() 419 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_max_esit_payload() 546 struct usb_endpoint_descriptor *endpt_desc = NULL; in xhci_set_configuration()
|