Home
last modified time | relevance | path

Searched refs:usb_endpoint_descriptor (Results 1 – 25 of 234) sorted by relevance

12345678910

/Linux-v5.4/include/uapi/linux/usb/
Dch9.h400 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/
Dusb.c76 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 …]
Dendpoint.c21 struct usb_endpoint_descriptor *desc;
31 struct usb_endpoint_descriptor *, char *);
/Linux-v5.4/drivers/usb/gadget/function/
Dstorage_common.h191 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;
Df_serial.c55 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 = {
Df_subset.c137 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 = {
Dstorage_common.c49 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 = {
Df_ecm.c187 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 = {
Df_loopback.c56 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 = {
Df_acm.c162 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 = {
Df_eem.c56 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 = {
Df_sourcesink.c82 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 …]
Df_rndis.c185 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 = {
Df_obex.c125 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 = {
Df_printer.c119 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()
Df_ncm.c243 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/
Dusb.h68 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/
Dgadget.h134 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 *,
Dserial.h184 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];
Dcdc-wdm.h18 struct usb_endpoint_descriptor *ep,
/Linux-v5.4/drivers/usb/gadget/
Depautoconf.c65 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/
Dimon_raw.c122 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/
Ddbgp.c51 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/
Disp1760-udc.h40 const struct usb_endpoint_descriptor *desc;
/Linux-v5.4/drivers/staging/comedi/drivers/
Dvmk80xx.c144 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()

12345678910