Home
last modified time | relevance | path

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

12345678910

/linux-5.19.10/include/uapi/linux/usb/
Dch9.h407 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 …]
/linux-5.19.10/drivers/usb/core/
Dusb.c74 static bool match_endpoint(struct usb_endpoint_descriptor *epd, in match_endpoint()
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()
136 struct usb_endpoint_descriptor **bulk_out, 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()
[all …]
Dendpoint.c21 struct usb_endpoint_descriptor *desc;
31 struct usb_endpoint_descriptor *, char *);
/linux-5.19.10/drivers/usb/gadget/function/
Dstorage_common.h186 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;
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_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_ecm.c188 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 = {
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.c187 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 = {
Df_eem.c61 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 = {
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_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_uac2.c265 static struct usb_endpoint_descriptor fs_ep_int_desc = {
275 static struct usb_endpoint_descriptor hs_ep_int_desc = {
284 static struct usb_endpoint_descriptor ss_ep_int_desc = {
346 static struct usb_endpoint_descriptor fs_epout_desc = {
356 static struct usb_endpoint_descriptor hs_epout_desc = {
365 static struct usb_endpoint_descriptor ss_epout_desc = {
396 static struct usb_endpoint_descriptor fs_epin_fback_desc = {
406 static struct usb_endpoint_descriptor hs_epin_fback_desc = {
415 static struct usb_endpoint_descriptor ss_epin_fback_desc = {
480 static struct usb_endpoint_descriptor fs_epin_desc = {
[all …]
Df_printer.c122 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()
/linux-5.19.10/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-5.19.10/include/linux/usb/
Dgadget.h138 const struct usb_endpoint_descriptor *desc);
241 const struct usb_endpoint_descriptor *desc;
330 struct usb_endpoint_descriptor *,
921 struct usb_ep *ep, struct usb_endpoint_descriptor *desc,
934 struct usb_endpoint_descriptor *);
938 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.h19 struct usb_endpoint_descriptor *ep,
Dch9.h54 unsigned int usb_decode_interval(const struct usb_endpoint_descriptor *epd,
/linux-5.19.10/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-5.19.10/sound/usb/
Dimplicit.c113 struct usb_endpoint_descriptor *epd; in add_generic_uac2_implicit_fb()
147 struct usb_endpoint_descriptor *epd; in add_roland_implicit_fb()
177 struct usb_endpoint_descriptor *epd; in add_roland_capture_quirk()
205 struct usb_endpoint_descriptor *epd; in is_pioneer_implicit_fb()
237 struct usb_endpoint_descriptor *epd; in __add_generic_implicit_fb()
/linux-5.19.10/drivers/media/rc/
Dimon_raw.c108 struct usb_endpoint_descriptor *ir_ep = NULL; in imon_probe()
119 struct usb_endpoint_descriptor *ep = &idesc->endpoint[i].desc; in imon_probe()
/linux-5.19.10/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()

12345678910