/Linux-v5.4/include/uapi/linux/usb/ |
D | ch9.h | 400 struct usb_endpoint_descriptor { struct 462 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd) in usb_endpoint_num() 474 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type() 485 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_in() 497 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out() 509 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk() 522 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control() 536 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int() 550 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc() 564 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in() [all …]
|
/Linux-v5.4/drivers/usb/core/ |
D | usb.c | 76 static bool match_endpoint(struct usb_endpoint_descriptor *epd, in match_endpoint() 77 struct usb_endpoint_descriptor **bulk_in, in match_endpoint() 78 struct usb_endpoint_descriptor **bulk_out, in match_endpoint() 79 struct usb_endpoint_descriptor **int_in, in match_endpoint() 80 struct usb_endpoint_descriptor **int_out) in match_endpoint() 137 struct usb_endpoint_descriptor **bulk_in, in usb_find_common_endpoints() 138 struct usb_endpoint_descriptor **bulk_out, in usb_find_common_endpoints() 139 struct usb_endpoint_descriptor **int_in, in usb_find_common_endpoints() 140 struct usb_endpoint_descriptor **int_out) in usb_find_common_endpoints() 142 struct usb_endpoint_descriptor *epd; in usb_find_common_endpoints() [all …]
|
D | endpoint.c | 21 struct usb_endpoint_descriptor *desc; 31 struct usb_endpoint_descriptor *, char *);
|
/Linux-v5.4/drivers/usb/gadget/function/ |
D | storage_common.h | 191 extern struct usb_endpoint_descriptor fsg_fs_bulk_in_desc; 192 extern struct usb_endpoint_descriptor fsg_fs_bulk_out_desc; 195 extern struct usb_endpoint_descriptor fsg_hs_bulk_in_desc; 196 extern struct usb_endpoint_descriptor fsg_hs_bulk_out_desc; 199 extern struct usb_endpoint_descriptor fsg_ss_bulk_in_desc; 201 extern struct usb_endpoint_descriptor fsg_ss_bulk_out_desc;
|
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 = {
|
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 = {
|
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 = {
|
D | f_ecm.c | 187 static struct usb_endpoint_descriptor fs_ecm_notify_desc = { 197 static struct usb_endpoint_descriptor fs_ecm_in_desc = { 205 static struct usb_endpoint_descriptor fs_ecm_out_desc = { 234 static struct usb_endpoint_descriptor hs_ecm_notify_desc = { 244 static struct usb_endpoint_descriptor hs_ecm_in_desc = { 253 static struct usb_endpoint_descriptor hs_ecm_out_desc = { 283 static struct usb_endpoint_descriptor ss_ecm_notify_desc = { 303 static struct usb_endpoint_descriptor ss_ecm_in_desc = { 312 static struct usb_endpoint_descriptor ss_ecm_out_desc = {
|
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 = {
|
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 = {
|
D | f_eem.c | 56 static struct usb_endpoint_descriptor eem_fs_in_desc = { 64 static struct usb_endpoint_descriptor eem_fs_out_desc = { 82 static struct usb_endpoint_descriptor eem_hs_in_desc = { 91 static struct usb_endpoint_descriptor eem_hs_out_desc = { 110 static struct usb_endpoint_descriptor eem_ss_in_desc = { 119 static struct usb_endpoint_descriptor eem_ss_out_desc = {
|
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 …]
|
D | f_rndis.c | 185 static struct usb_endpoint_descriptor fs_notify_desc = { 195 static struct usb_endpoint_descriptor fs_in_desc = { 203 static struct usb_endpoint_descriptor fs_out_desc = { 231 static struct usb_endpoint_descriptor hs_notify_desc = { 241 static struct usb_endpoint_descriptor hs_in_desc = { 250 static struct usb_endpoint_descriptor hs_out_desc = { 279 static struct usb_endpoint_descriptor ss_notify_desc = { 299 static struct usb_endpoint_descriptor ss_in_desc = { 308 static struct usb_endpoint_descriptor ss_out_desc = {
|
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 = {
|
D | f_printer.c | 119 static struct usb_endpoint_descriptor fs_ep_in_desc = { 126 static struct usb_endpoint_descriptor fs_ep_out_desc = { 145 static struct usb_endpoint_descriptor hs_ep_in_desc = { 152 static struct usb_endpoint_descriptor hs_ep_out_desc = { 170 static struct usb_endpoint_descriptor ss_ep_in_desc = { 182 static struct usb_endpoint_descriptor ss_ep_out_desc = { 204 static inline struct usb_endpoint_descriptor *ep_desc(struct usb_gadget *gadget, in ep_desc() 205 struct usb_endpoint_descriptor *fs, in ep_desc() 206 struct usb_endpoint_descriptor *hs, in ep_desc() 207 struct usb_endpoint_descriptor *ss) in ep_desc()
|
D | f_ncm.c | 243 static struct usb_endpoint_descriptor fs_ncm_notify_desc = { 253 static struct usb_endpoint_descriptor fs_ncm_in_desc = { 261 static struct usb_endpoint_descriptor fs_ncm_out_desc = { 288 static struct usb_endpoint_descriptor hs_ncm_notify_desc = { 297 static struct usb_endpoint_descriptor hs_ncm_in_desc = { 306 static struct usb_endpoint_descriptor hs_ncm_out_desc = { 335 static struct usb_endpoint_descriptor ss_ncm_notify_desc = { 355 static struct usb_endpoint_descriptor ss_ncm_in_desc = { 364 static struct usb_endpoint_descriptor ss_ncm_out_desc = {
|
/Linux-v5.4/include/linux/ |
D | usb.h | 68 struct usb_endpoint_descriptor desc; 105 struct usb_endpoint_descriptor **bulk_in, 106 struct usb_endpoint_descriptor **bulk_out, 107 struct usb_endpoint_descriptor **int_in, 108 struct usb_endpoint_descriptor **int_out); 112 struct usb_endpoint_descriptor **bulk_in, 113 struct usb_endpoint_descriptor **bulk_out, 114 struct usb_endpoint_descriptor **int_in, 115 struct usb_endpoint_descriptor **int_out); 119 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint() [all …]
|
/Linux-v5.4/include/linux/usb/ |
D | gadget.h | 134 const struct usb_endpoint_descriptor *desc); 237 const struct usb_endpoint_descriptor *desc; 323 struct usb_endpoint_descriptor *, 871 struct usb_ep *ep, struct usb_endpoint_descriptor *desc, 884 struct usb_endpoint_descriptor *); 888 struct usb_endpoint_descriptor *,
|
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];
|
D | cdc-wdm.h | 18 struct usb_endpoint_descriptor *ep,
|
/Linux-v5.4/drivers/usb/gadget/ |
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-v5.4/drivers/media/rc/ |
D | imon_raw.c | 122 struct usb_endpoint_descriptor *ir_ep = NULL; in imon_probe() 133 struct usb_endpoint_descriptor *ep = &idesc->endpoint[i].desc; in imon_probe()
|
/Linux-v5.4/drivers/usb/gadget/legacy/ |
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()
|
/Linux-v5.4/drivers/usb/isp1760/ |
D | isp1760-udc.h | 40 const struct usb_endpoint_descriptor *desc;
|
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | vmk80xx.c | 144 struct usb_endpoint_descriptor *ep_rx; 145 struct usb_endpoint_descriptor *ep_tx; 182 struct usb_endpoint_descriptor *ep; in vmk80xx_read_packet() 201 struct usb_endpoint_descriptor *ep; in vmk80xx_write_packet() 643 struct usb_endpoint_descriptor *ep_desc; in vmk80xx_find_usb_endpoints()
|