Home
last modified time | relevance | path

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

12345678910>>...13

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h366 struct usb_endpoint_descriptor { struct
451 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd) in usb_endpoint_num()
463 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type()
474 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_in()
486 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out()
498 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk()
511 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control()
525 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int()
539 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc()
553 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in()
[all …]
H A Dcomposite.h148 static inline struct usb_endpoint_descriptor *
149 ep_choose(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_choose()
150 struct usb_endpoint_descriptor *fs) in ep_choose()
H A Dgadget.h115 const struct usb_endpoint_descriptor *desc);
186 const struct usb_endpoint_descriptor *desc;
231 const struct usb_endpoint_descriptor *desc) in usb_ep_enable()
473 struct usb_endpoint_descriptor *,
960 struct usb_endpoint_descriptor *);
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c416 static struct usb_endpoint_descriptor
426 static struct usb_endpoint_descriptor
438 static struct usb_endpoint_descriptor
478 static struct usb_endpoint_descriptor
488 static struct usb_endpoint_descriptor
501 static struct usb_endpoint_descriptor
533 static struct usb_endpoint_descriptor
550 static struct usb_endpoint_descriptor
568 static struct usb_endpoint_descriptor *
569 fsg_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fsg_ep_desc()
[all …]
H A Df_thor.c360 static inline struct usb_endpoint_descriptor *
361 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
362 struct usb_endpoint_descriptor *fs) in ep_desc()
377 static struct usb_endpoint_descriptor fs_in_desc = {
385 static struct usb_endpoint_descriptor fs_out_desc = {
434 static struct usb_endpoint_descriptor fs_int_desc = {
457 static struct usb_endpoint_descriptor hs_in_desc = {
465 static struct usb_endpoint_descriptor hs_out_desc = {
473 static struct usb_endpoint_descriptor hs_int_desc = {
903 struct usb_endpoint_descriptor *d; in thor_eps_setup()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A 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 …]
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.h129 struct usb_endpoint_descriptor *intr_ep;
130 struct usb_endpoint_descriptor *bulk_tx_ep;
131 struct usb_endpoint_descriptor *bulk_rx_ep;
132 struct usb_endpoint_descriptor *isoc_tx_ep;
133 struct usb_endpoint_descriptor *isoc_rx_ep;
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A 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;
H A 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 = {
H A 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 = {
H A 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 = {
H A 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 = {
H A 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 = {
H A 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 = {
H A 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 …]
H A 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 = {
H A 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 = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h69 struct usb_endpoint_descriptor desc;
106 struct usb_endpoint_descriptor **bulk_in,
107 struct usb_endpoint_descriptor **bulk_out,
108 struct usb_endpoint_descriptor **int_in,
109 struct usb_endpoint_descriptor **int_out);
113 struct usb_endpoint_descriptor **bulk_in,
114 struct usb_endpoint_descriptor **bulk_out,
115 struct usb_endpoint_descriptor **int_in,
116 struct usb_endpoint_descriptor **int_out);
120 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DStructs.h91 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type()
104 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_in()
116 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out()
129 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c105 static struct usb_endpoint_descriptor *ep_descriptor_ptrs[NUM_ENDPOINTS];
150 struct usb_endpoint_descriptor notification_endpoint;
154 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS-1];
217 sizeof(struct usb_endpoint_descriptor),
243 sizeof(struct usb_endpoint_descriptor),
254 sizeof(struct usb_endpoint_descriptor),
284 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS];
323 sizeof(struct usb_endpoint_descriptor),
333 sizeof(struct usb_endpoint_descriptor),
343 sizeof(struct usb_endpoint_descriptor),
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h141 const struct usb_endpoint_descriptor *desc);
246 const struct usb_endpoint_descriptor *desc;
337 struct usb_endpoint_descriptor *,
928 struct usb_ep *ep, struct usb_endpoint_descriptor *desc,
941 struct usb_endpoint_descriptor *);
945 struct usb_endpoint_descriptor *,
H A Dserial.h183 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];
184 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];
185 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];
186 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];

12345678910>>...13