Home
last modified time | relevance | path

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

12

/u-boot/include/linux/usb/
A Dch9.h366 struct usb_endpoint_descriptor { struct
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()
566 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_out()
579 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_in()
592 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_out()
[all …]
A Dcomposite.h198 static inline struct usb_endpoint_descriptor *
199 ep_choose(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_choose()
200 struct usb_endpoint_descriptor *fs) in ep_choose()
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()
477 struct usb_endpoint_descriptor *,
481 struct usb_endpoint_descriptor *);
967 struct usb_endpoint_descriptor *);
A Dusb_urb_compat.h29 struct usb_endpoint_descriptor desc;
/u-boot/drivers/usb/gadget/
A Dstorage_common.c417 static struct usb_endpoint_descriptor
427 static struct usb_endpoint_descriptor
439 static struct usb_endpoint_descriptor
479 static struct usb_endpoint_descriptor
489 static struct usb_endpoint_descriptor
502 static struct usb_endpoint_descriptor
535 static struct usb_endpoint_descriptor *
536 fsg_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fsg_ep_desc()
537 struct usb_endpoint_descriptor *hs) in fsg_ep_desc()
A Df_fastboot.c75 static struct usb_endpoint_descriptor fs_ep_in = {
83 static struct usb_endpoint_descriptor fs_ep_out = {
91 static struct usb_endpoint_descriptor hs_ep_in = {
99 static struct usb_endpoint_descriptor hs_ep_out = {
133 static struct usb_endpoint_descriptor ss_ep_in = {
141 static struct usb_endpoint_descriptor ss_ep_out = {
163 static struct usb_endpoint_descriptor *
164 fb_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fb_ep_desc()
165 struct usb_endpoint_descriptor *hs, in fb_ep_desc()
166 struct usb_endpoint_descriptor *ss) in fb_ep_desc()
[all …]
A Df_acm.c127 static struct usb_endpoint_descriptor acm_fs_notify_desc = {
136 static struct usb_endpoint_descriptor acm_fs_in_desc = {
143 static struct usb_endpoint_descriptor acm_fs_out_desc = {
164 static struct usb_endpoint_descriptor acm_hs_notify_desc = {
172 static struct usb_endpoint_descriptor acm_hs_in_desc = {
179 static struct usb_endpoint_descriptor acm_hs_out_desc = {
200 static inline struct usb_endpoint_descriptor *
201 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
202 struct usb_endpoint_descriptor *fs) in ep_desc()
326 const struct usb_endpoint_descriptor *d; in acm_start_data()
[all …]
A Df_thor.c364 static inline struct usb_endpoint_descriptor *
365 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
366 struct usb_endpoint_descriptor *fs) in ep_desc()
381 static struct usb_endpoint_descriptor fs_in_desc = {
389 static struct usb_endpoint_descriptor fs_out_desc = {
438 static struct usb_endpoint_descriptor fs_int_desc = {
461 static struct usb_endpoint_descriptor hs_in_desc = {
469 static struct usb_endpoint_descriptor hs_out_desc = {
477 static struct usb_endpoint_descriptor hs_int_desc = {
909 struct usb_endpoint_descriptor *d; in thor_eps_setup()
A Depautoconf.c49 struct usb_endpoint_descriptor *desc in ep_matches()
215 struct usb_endpoint_descriptor *desc in usb_ep_autoconfig()
A Ddwc2_udc_otg_priv.h55 const struct usb_endpoint_descriptor *desc;
A Df_rockusb.c28 static struct usb_endpoint_descriptor fs_ep_in = {
36 static struct usb_endpoint_descriptor fs_ep_out = {
44 static struct usb_endpoint_descriptor hs_ep_in = {
52 static struct usb_endpoint_descriptor hs_ep_out = {
130 static struct usb_endpoint_descriptor *rkusb_ep_desc( in rkusb_ep_desc()
132 struct usb_endpoint_descriptor *fs, in rkusb_ep_desc()
133 struct usb_endpoint_descriptor *hs) in rkusb_ep_desc()
250 const struct usb_endpoint_descriptor *d; in rockusb_set_alt()
A Dcore.c220 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor_index (struct usb_device_instance in usbd_device_endpoint_descriptor_index()
270 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor (struct usb_device_instance *device… in usbd_device_endpoint_descriptor()
272 struct usb_endpoint_descriptor *endpoint_descriptor; in usbd_device_endpoint_descriptor()
A Dci_udc.h96 const struct usb_endpoint_descriptor *desc;
A Dether.c107 const struct usb_endpoint_descriptor
542 static struct usb_endpoint_descriptor
635 static struct usb_endpoint_descriptor
645 static struct usb_endpoint_descriptor
715 static struct usb_endpoint_descriptor
726 static struct usb_endpoint_descriptor
735 static struct usb_endpoint_descriptor
811 static inline struct usb_endpoint_descriptor *
812 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
813 struct usb_endpoint_descriptor *fs) in ep_desc()
A Df_sdp.c162 static struct usb_endpoint_descriptor in_desc = {
172 static struct usb_endpoint_descriptor out_desc = {
182 static struct usb_endpoint_descriptor in_hs_desc = {
192 static struct usb_endpoint_descriptor out_hs_desc = {
A Dci_udc.c79 static struct usb_endpoint_descriptor ep0_desc = {
80 .bLength = sizeof(struct usb_endpoint_descriptor),
88 const struct usb_endpoint_descriptor *desc);
332 const struct usb_endpoint_descriptor *desc) in ci_ep_enable()
A Datmel_usba_udc.h268 const struct usb_endpoint_descriptor *desc;
/u-boot/drivers/serial/
A Dusbtty.c106 static struct usb_endpoint_descriptor *ep_descriptor_ptrs[NUM_ENDPOINTS];
137 struct usb_endpoint_descriptor notification_endpoint;
141 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS-1];
204 sizeof(struct usb_endpoint_descriptor),
230 sizeof(struct usb_endpoint_descriptor),
241 sizeof(struct usb_endpoint_descriptor),
271 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS];
310 sizeof(struct usb_endpoint_descriptor),
320 sizeof(struct usb_endpoint_descriptor),
330 sizeof(struct usb_endpoint_descriptor),
/u-boot/drivers/usb/emul/
A Dsandbox_keyb.c102 static struct usb_endpoint_descriptor keyb_endpoint0_in = {
136 static struct usb_endpoint_descriptor keyb_endpoint1_in = {
A Dsandbox_flash.c105 static struct usb_endpoint_descriptor flash_endpoint0_out = {
115 static struct usb_endpoint_descriptor flash_endpoint1_in = {
/u-boot/drivers/usb/host/
A Dxhci.c45 struct usb_endpoint_descriptor endpoint;
237 static unsigned int xhci_get_ep_index(struct usb_endpoint_descriptor *desc) in xhci_get_ep_index()
271 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_microframe_interval()
280 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_frame_interval()
290 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_exponent_interval()
322 struct usb_endpoint_descriptor *endpt_desc) in xhci_get_endpoint_interval()
378 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_mult()
389 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_max_burst()
410 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_max_esit_payload()
537 struct usb_endpoint_descriptor *endpt_desc = NULL; in xhci_set_configuration()
/u-boot/drivers/usb/musb-new/
A Dmusb_gadget.h62 const struct usb_endpoint_descriptor *desc;
/u-boot/include/
A Dusbdevice.h509 struct usb_endpoint_descriptor **endpoints_descriptor_array;
627 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor_index (struct usb_device_instance *…
630 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor (struct usb_device_instance *, int,…
A Dusbdescriptors.h181 struct usb_endpoint_descriptor { struct
457 struct usb_endpoint_descriptor endpoint;
/u-boot/cmd/
A Dusb.c221 static void usb_display_ep_desc(struct usb_endpoint_descriptor *epdesc) in usb_display_ep_desc()
250 struct usb_endpoint_descriptor *epdesc; in usb_display_config()

Completed in 60 milliseconds

12