Home
last modified time | relevance | path

Searched refs:usb_endpoint_descriptor (Results 1 – 25 of 49) 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 *);
/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 = {
132 static struct usb_endpoint_descriptor ss_ep_in = {
140 static struct usb_endpoint_descriptor ss_ep_out = {
162 static struct usb_endpoint_descriptor *
163 fb_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fb_ep_desc()
164 struct usb_endpoint_descriptor *hs, in fb_ep_desc()
165 struct usb_endpoint_descriptor *ss) in fb_ep_desc()
[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 Ddwc2_udc_otg_priv.h55 const struct usb_endpoint_descriptor *desc;
A Depautoconf.c49 struct usb_endpoint_descriptor *desc in ep_matches()
221 struct usb_endpoint_descriptor *desc in usb_ep_autoconfig()
A Df_rockusb.c29 static struct usb_endpoint_descriptor fs_ep_in = {
37 static struct usb_endpoint_descriptor fs_ep_out = {
45 static struct usb_endpoint_descriptor hs_ep_in = {
53 static struct usb_endpoint_descriptor hs_ep_out = {
131 static struct usb_endpoint_descriptor *rkusb_ep_desc( in rkusb_ep_desc()
133 struct usb_endpoint_descriptor *fs, in rkusb_ep_desc()
134 struct usb_endpoint_descriptor *hs) in rkusb_ep_desc()
251 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 Dpxa25x_udc.h52 const struct usb_endpoint_descriptor *desc;
A Dci_udc.h96 const struct usb_endpoint_descriptor *desc;
A Dether.c107 const struct usb_endpoint_descriptor
550 static struct usb_endpoint_descriptor
643 static struct usb_endpoint_descriptor
653 static struct usb_endpoint_descriptor
723 static struct usb_endpoint_descriptor
734 static struct usb_endpoint_descriptor
743 static struct usb_endpoint_descriptor
819 static inline struct usb_endpoint_descriptor *
820 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
821 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 Dfotg210.c42 const struct usb_endpoint_descriptor *desc;
62 static struct usb_endpoint_descriptor ep0_desc = {
63 .bLength = sizeof(struct usb_endpoint_descriptor),
504 struct usb_ep *_ep, const struct usb_endpoint_descriptor *desc) in fotg210_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];
151 struct usb_endpoint_descriptor notification_endpoint;
155 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS-1];
218 sizeof(struct usb_endpoint_descriptor),
244 sizeof(struct usb_endpoint_descriptor),
255 sizeof(struct usb_endpoint_descriptor),
285 struct usb_endpoint_descriptor data_endpoints[NUM_ENDPOINTS];
324 sizeof(struct usb_endpoint_descriptor),
334 sizeof(struct usb_endpoint_descriptor),
344 sizeof(struct usb_endpoint_descriptor),
/u-boot/drivers/usb/musb-new/
A Dusb-compat.h13 struct usb_endpoint_descriptor desc;
A Dmusb_gadget.h62 const struct usb_endpoint_descriptor *desc;
/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.c142 static struct usb_endpoint_descriptor flash_endpoint0_out = {
152 static struct usb_endpoint_descriptor flash_endpoint1_in = {
/u-boot/drivers/usb/host/
A Dxhci.c49 struct usb_endpoint_descriptor endpoint;
280 static unsigned int xhci_get_ep_index(struct usb_endpoint_descriptor *desc) in xhci_get_ep_index()
314 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_microframe_interval()
323 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_frame_interval()
333 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_exponent_interval()
365 struct usb_endpoint_descriptor *endpt_desc) in xhci_get_endpoint_interval()
421 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_mult()
432 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_max_burst()
453 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_max_esit_payload()
580 struct usb_endpoint_descriptor *endpt_desc = NULL; in xhci_set_configuration()
/u-boot/include/
A Dusbdevice.h517 struct usb_endpoint_descriptor **endpoints_descriptor_array;
638 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor_index (struct usb_device_instance *…
641 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor (struct usb_device_instance *, int,…
A Dusbdescriptors.h181 struct usb_endpoint_descriptor { struct
472 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 72 milliseconds

12