/linux/include/uapi/linux/usb/ |
A D | ch9.h | 407 struct usb_endpoint_descriptor { struct 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() 584 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_out() 597 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_in() 610 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_out() [all …]
|
/linux/drivers/usb/core/ |
A D | usb.c | 75 struct usb_endpoint_descriptor **bulk_in, in match_endpoint() 76 struct usb_endpoint_descriptor **bulk_out, in match_endpoint() 77 struct usb_endpoint_descriptor **int_in, in match_endpoint() 78 struct usb_endpoint_descriptor **int_out) in match_endpoint() 135 struct usb_endpoint_descriptor **bulk_in, in usb_find_common_endpoints() 137 struct usb_endpoint_descriptor **int_in, in usb_find_common_endpoints() 138 struct usb_endpoint_descriptor **int_out) in usb_find_common_endpoints() 140 struct usb_endpoint_descriptor *epd; in usb_find_common_endpoints() 181 struct usb_endpoint_descriptor **bulk_in, in usb_find_common_endpoints_reverse() 183 struct usb_endpoint_descriptor **int_in, in usb_find_common_endpoints_reverse() [all …]
|
A D | endpoint.c | 21 struct usb_endpoint_descriptor *desc; 31 struct usb_endpoint_descriptor *, char *);
|
/linux/drivers/usb/gadget/function/ |
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;
|
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 = {
|
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 = {
|
A D | storage_common.c | 49 struct usb_endpoint_descriptor fsg_fs_bulk_in_desc = { 59 struct usb_endpoint_descriptor fsg_fs_bulk_out_desc = { 84 struct usb_endpoint_descriptor fsg_hs_bulk_in_desc = { 94 struct usb_endpoint_descriptor fsg_hs_bulk_out_desc = { 114 struct usb_endpoint_descriptor fsg_ss_bulk_in_desc = { 132 struct usb_endpoint_descriptor fsg_ss_bulk_out_desc = {
|
A D | f_ecm.c | 188 static struct usb_endpoint_descriptor fs_ecm_notify_desc = { 198 static struct usb_endpoint_descriptor fs_ecm_in_desc = { 206 static struct usb_endpoint_descriptor fs_ecm_out_desc = { 235 static struct usb_endpoint_descriptor hs_ecm_notify_desc = { 245 static struct usb_endpoint_descriptor hs_ecm_in_desc = { 254 static struct usb_endpoint_descriptor hs_ecm_out_desc = { 284 static struct usb_endpoint_descriptor ss_ecm_notify_desc = { 304 static struct usb_endpoint_descriptor ss_ecm_in_desc = { 313 static struct usb_endpoint_descriptor ss_ecm_out_desc = {
|
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 = {
|
A D | f_acm.c | 162 static struct usb_endpoint_descriptor acm_fs_notify_desc = { 171 static struct usb_endpoint_descriptor acm_fs_in_desc = { 178 static struct usb_endpoint_descriptor acm_fs_out_desc = { 200 static struct usb_endpoint_descriptor acm_hs_notify_desc = { 209 static struct usb_endpoint_descriptor acm_hs_in_desc = { 216 static struct usb_endpoint_descriptor acm_hs_out_desc = { 237 static struct usb_endpoint_descriptor acm_ss_in_desc = { 244 static struct usb_endpoint_descriptor acm_ss_out_desc = {
|
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 …]
|
A D | f_rndis.c | 187 static struct usb_endpoint_descriptor fs_notify_desc = { 197 static struct usb_endpoint_descriptor fs_in_desc = { 205 static struct usb_endpoint_descriptor fs_out_desc = { 233 static struct usb_endpoint_descriptor hs_notify_desc = { 243 static struct usb_endpoint_descriptor hs_in_desc = { 252 static struct usb_endpoint_descriptor hs_out_desc = { 281 static struct usb_endpoint_descriptor ss_notify_desc = { 301 static struct usb_endpoint_descriptor ss_in_desc = { 310 static struct usb_endpoint_descriptor ss_out_desc = {
|
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 = {
|
A D | f_uac2.c | 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 = { 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() [all …]
|
A D | f_obex.c | 125 static struct usb_endpoint_descriptor obex_hs_ep_out_desc = { 134 static struct usb_endpoint_descriptor obex_hs_ep_in_desc = { 158 static struct usb_endpoint_descriptor obex_fs_ep_in_desc = { 166 static struct usb_endpoint_descriptor obex_fs_ep_out_desc = {
|
A D | f_printer.c | 122 static struct usb_endpoint_descriptor fs_ep_in_desc = { 129 static struct usb_endpoint_descriptor fs_ep_out_desc = { 148 static struct usb_endpoint_descriptor hs_ep_in_desc = { 155 static struct usb_endpoint_descriptor hs_ep_out_desc = { 173 static struct usb_endpoint_descriptor ss_ep_in_desc = { 185 static struct usb_endpoint_descriptor ss_ep_out_desc = { 207 static inline struct usb_endpoint_descriptor *ep_desc(struct usb_gadget *gadget, in ep_desc() 208 struct usb_endpoint_descriptor *fs, in ep_desc() 209 struct usb_endpoint_descriptor *hs, in ep_desc() 210 struct usb_endpoint_descriptor *ss) in ep_desc()
|
A D | f_ncm.c | 244 static struct usb_endpoint_descriptor fs_ncm_notify_desc = { 254 static struct usb_endpoint_descriptor fs_ncm_in_desc = { 262 static struct usb_endpoint_descriptor fs_ncm_out_desc = { 289 static struct usb_endpoint_descriptor hs_ncm_notify_desc = { 298 static struct usb_endpoint_descriptor hs_ncm_in_desc = { 307 static struct usb_endpoint_descriptor hs_ncm_out_desc = { 336 static struct usb_endpoint_descriptor ss_ncm_notify_desc = { 356 static struct usb_endpoint_descriptor ss_ncm_in_desc = { 365 static struct usb_endpoint_descriptor ss_ncm_out_desc = {
|
/linux/include/linux/ |
A D | usb.h | 68 struct usb_endpoint_descriptor desc; 105 struct usb_endpoint_descriptor **bulk_in, 107 struct usb_endpoint_descriptor **int_in, 112 struct usb_endpoint_descriptor **bulk_in, 114 struct usb_endpoint_descriptor **int_in, 119 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint() 133 struct usb_endpoint_descriptor **int_in) in usb_find_int_in_endpoint() 140 struct usb_endpoint_descriptor **int_out) in usb_find_int_out_endpoint() 147 struct usb_endpoint_descriptor **bulk_in) in usb_find_last_bulk_in_endpoint() 161 struct usb_endpoint_descriptor **int_in) in usb_find_last_int_in_endpoint() [all …]
|
/linux/include/linux/usb/ |
A D | gadget.h | 138 const struct usb_endpoint_descriptor *desc); 241 const struct usb_endpoint_descriptor *desc; 330 struct usb_endpoint_descriptor *, 911 struct usb_ep *ep, struct usb_endpoint_descriptor *desc, 924 struct usb_endpoint_descriptor *); 928 struct usb_endpoint_descriptor *,
|
A D | serial.h | 184 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS]; 185 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS]; 186 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS]; 187 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
|
/linux/sound/usb/ |
A D | implicit.c | 118 struct usb_endpoint_descriptor *epd; in add_generic_uac2_implicit_fb() 152 struct usb_endpoint_descriptor *epd; in add_roland_implicit_fb() 182 struct usb_endpoint_descriptor *epd; in add_roland_capture_quirk() 210 struct usb_endpoint_descriptor *epd; in is_pioneer_implicit_fb() 242 struct usb_endpoint_descriptor *epd; in __add_generic_implicit_fb()
|
/linux/drivers/usb/gadget/ |
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()
|
/linux/drivers/media/rc/ |
A D | imon_raw.c | 108 struct usb_endpoint_descriptor *ir_ep = NULL; in imon_probe() 119 struct usb_endpoint_descriptor *ep = &idesc->endpoint[i].desc; in imon_probe()
|
/linux/drivers/comedi/drivers/ |
A D | vmk80xx.c | 147 struct usb_endpoint_descriptor *ep_rx; 148 struct usb_endpoint_descriptor *ep_tx; 184 struct usb_endpoint_descriptor *ep; in vmk80xx_read_packet() 203 struct usb_endpoint_descriptor *ep; in vmk80xx_write_packet() 645 struct usb_endpoint_descriptor *ep_desc; in vmk80xx_find_usb_endpoints()
|
/linux/drivers/usb/gadget/legacy/ |
A D | dbgp.c | 51 static struct usb_endpoint_descriptor i_desc = { 58 static struct usb_endpoint_descriptor o_desc = { 167 static int __enable_ep(struct usb_ep *ep, struct usb_endpoint_descriptor *desc) in __enable_ep()
|