Home
last modified time | relevance | path

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

12345678910

/linux-6.14.4/include/uapi/linux/usb/
Dch9.h411 struct usb_endpoint_descriptor { struct
473 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd) in usb_endpoint_num()
485 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type()
496 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_in()
508 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out()
520 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk()
533 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control()
547 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int()
561 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc()
575 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in()
[all …]
/linux-6.14.4/drivers/usb/core/
Dusb.c75 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 …]
Dendpoint.c22 struct usb_endpoint_descriptor *desc;
32 struct usb_endpoint_descriptor *, char *);
/linux-6.14.4/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.c50 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 = {
Df_ecm.c178 static struct usb_endpoint_descriptor fs_ecm_notify_desc = {
188 static struct usb_endpoint_descriptor fs_ecm_in_desc = {
196 static struct usb_endpoint_descriptor fs_ecm_out_desc = {
225 static struct usb_endpoint_descriptor hs_ecm_notify_desc = {
235 static struct usb_endpoint_descriptor hs_ecm_in_desc = {
244 static struct usb_endpoint_descriptor hs_ecm_out_desc = {
274 static struct usb_endpoint_descriptor ss_ecm_notify_desc = {
294 static struct usb_endpoint_descriptor ss_ecm_in_desc = {
303 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_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.c174 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 = {
Df_acm.c153 static struct usb_endpoint_descriptor acm_fs_notify_desc = {
162 static struct usb_endpoint_descriptor acm_fs_in_desc = {
169 static struct usb_endpoint_descriptor acm_fs_out_desc = {
191 static struct usb_endpoint_descriptor acm_hs_notify_desc = {
200 static struct usb_endpoint_descriptor acm_hs_in_desc = {
207 static struct usb_endpoint_descriptor acm_hs_out_desc = {
228 static struct usb_endpoint_descriptor acm_ss_in_desc = {
235 static struct usb_endpoint_descriptor acm_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_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.c252 static struct usb_endpoint_descriptor fs_ep_int_desc = {
262 static struct usb_endpoint_descriptor hs_ep_int_desc = {
271 static struct usb_endpoint_descriptor ss_ep_int_desc = {
333 static struct usb_endpoint_descriptor fs_epout_desc = {
343 static struct usb_endpoint_descriptor hs_epout_desc = {
352 static struct usb_endpoint_descriptor ss_epout_desc = {
383 static struct usb_endpoint_descriptor fs_epin_fback_desc = {
393 static struct usb_endpoint_descriptor hs_epin_fback_desc = {
402 static struct usb_endpoint_descriptor ss_epin_fback_desc = {
467 static struct usb_endpoint_descriptor fs_epin_desc = {
[all …]
Df_printer.c125 static struct usb_endpoint_descriptor fs_ep_in_desc = {
132 static struct usb_endpoint_descriptor fs_ep_out_desc = {
151 static struct usb_endpoint_descriptor hs_ep_in_desc = {
158 static struct usb_endpoint_descriptor hs_ep_out_desc = {
176 static struct usb_endpoint_descriptor ss_ep_in_desc = {
188 static struct usb_endpoint_descriptor ss_ep_out_desc = {
210 static inline struct usb_endpoint_descriptor *ep_desc(struct usb_gadget *gadget, in ep_desc()
211 struct usb_endpoint_descriptor *fs, in ep_desc()
212 struct usb_endpoint_descriptor *hs, in ep_desc()
213 struct usb_endpoint_descriptor *ss) in ep_desc()
/linux-6.14.4/include/linux/
Dusb.h67 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 …]
/linux-6.14.4/include/linux/usb/
Dgadget.h139 const struct usb_endpoint_descriptor *desc);
232 const struct usb_endpoint_descriptor *desc;
333 struct usb_endpoint_descriptor *,
950 struct usb_ep *ep, struct usb_endpoint_descriptor *desc,
963 struct usb_endpoint_descriptor *);
967 struct usb_endpoint_descriptor *,
Dserial.h179 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];
Dcdc-wdm.h15 struct usb_endpoint_descriptor *ep,
/linux-6.14.4/sound/usb/
Dimplicit.c116 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()
/linux-6.14.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-6.14.4/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-6.14.4/net/9p/
Dtrans_usbg.c528 static struct usb_endpoint_descriptor fs_usb9pfs_source_desc = {
536 static struct usb_endpoint_descriptor fs_usb9pfs_sink_desc = {
553 static struct usb_endpoint_descriptor hs_usb9pfs_source_desc = {
561 static struct usb_endpoint_descriptor hs_usb9pfs_sink_desc = {
578 static struct usb_endpoint_descriptor ss_usb9pfs_source_desc = {
594 static struct usb_endpoint_descriptor ss_usb9pfs_sink_desc = {
/linux-6.14.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()

12345678910