Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/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 *);
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dstorage_common.c420 static struct usb_endpoint_descriptor
430 static struct usb_endpoint_descriptor
442 static struct usb_endpoint_descriptor
482 static struct usb_endpoint_descriptor
492 static struct usb_endpoint_descriptor
505 static struct usb_endpoint_descriptor
537 static struct usb_endpoint_descriptor
554 static struct usb_endpoint_descriptor
572 static struct usb_endpoint_descriptor *
573 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()
H A Depautoconf.c52 struct usb_endpoint_descriptor *desc in ep_matches()
220 struct usb_endpoint_descriptor *desc in usb_ep_autoconfig()
H A Ddwc2_udc_otg_priv.h56 const struct usb_endpoint_descriptor *desc;
H A Dcore.c256 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor_index (struct usb_device_instance in usbd_device_endpoint_descriptor_index()
306 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor (struct usb_device_instance *device… in usbd_device_endpoint_descriptor()
308 struct usb_endpoint_descriptor *endpoint_descriptor; in usbd_device_endpoint_descriptor()
H A Dpxa25x_udc.h53 const struct usb_endpoint_descriptor *desc;
H A Df_fastboot.c92 static struct usb_endpoint_descriptor fs_ep_in = {
100 static struct usb_endpoint_descriptor fs_ep_out = {
108 static struct usb_endpoint_descriptor hs_ep_in = {
116 static struct usb_endpoint_descriptor hs_ep_out = {
124 static struct usb_endpoint_descriptor ss_ep_in = {
138 static struct usb_endpoint_descriptor ss_ep_out = {
185 static struct usb_endpoint_descriptor *
186 fb_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fb_ep_desc()
187 struct usb_endpoint_descriptor *hs, in fb_ep_desc()
188 struct usb_endpoint_descriptor *ss, in fb_ep_desc()
[all …]
H A Dci_udc.h96 const struct usb_endpoint_descriptor *desc;
H A Dether.c111 const struct usb_endpoint_descriptor
554 static struct usb_endpoint_descriptor
647 static struct usb_endpoint_descriptor
657 static struct usb_endpoint_descriptor
727 static struct usb_endpoint_descriptor
738 static struct usb_endpoint_descriptor
747 static struct usb_endpoint_descriptor
823 static inline struct usb_endpoint_descriptor *
824 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
825 struct usb_endpoint_descriptor *fs) in ep_desc()
H A Dfotg210.c40 const struct usb_endpoint_descriptor *desc;
60 static struct usb_endpoint_descriptor ep0_desc = {
61 .bLength = sizeof(struct usb_endpoint_descriptor),
502 struct usb_ep *_ep, const struct usb_endpoint_descriptor *desc) in fotg210_ep_enable()
H A Dci_udc.c77 static struct usb_endpoint_descriptor ep0_desc = {
78 .bLength = sizeof(struct usb_endpoint_descriptor),
86 const struct usb_endpoint_descriptor *desc);
325 const struct usb_endpoint_descriptor *desc) in ci_ep_enable()
H A Datmel_usba_udc.h269 const struct usb_endpoint_descriptor *desc;
/rk3399_rockchip-uboot/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),
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_keyb.c104 static struct usb_endpoint_descriptor keyb_endpoint0_in = {
138 static struct usb_endpoint_descriptor keyb_endpoint1_in = {
H A Dsandbox_flash.c144 static struct usb_endpoint_descriptor flash_endpoint0_out = {
154 static struct usb_endpoint_descriptor flash_endpoint1_in = {
H A Dsandbox_hub.c81 static struct usb_endpoint_descriptor hub_endpoint0_in = {
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c43 struct usb_endpoint_descriptor endpoint;
247 static unsigned int xhci_get_ep_index(struct usb_endpoint_descriptor *desc) in xhci_get_ep_index()
281 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_microframe_interval()
290 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_frame_interval()
300 struct usb_endpoint_descriptor *endpt_desc) in xhci_parse_exponent_interval()
332 struct usb_endpoint_descriptor *endpt_desc) in xhci_get_endpoint_interval()
388 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_mult()
399 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_endpoint_max_burst()
420 struct usb_endpoint_descriptor *endpt_desc, in xhci_get_max_esit_payload()
550 struct usb_endpoint_descriptor *endpt_desc = NULL; in xhci_set_configuration()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dusb-compat.h12 struct usb_endpoint_descriptor desc;
H A Dmusb_gadget.h63 const struct usb_endpoint_descriptor *desc;
/rk3399_rockchip-uboot/include/
H A Dusbdevice.h527 struct usb_endpoint_descriptor **endpoints_descriptor_array;
654 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor_index (struct usb_device_instance *…
657 struct usb_endpoint_descriptor *usbd_device_endpoint_descriptor (struct usb_device_instance *, int,…
H A Dusbdescriptors.h182 struct usb_endpoint_descriptor { struct
473 struct usb_endpoint_descriptor endpoint;
/rk3399_rockchip-uboot/cmd/
H A Dusb.c220 static void usb_display_ep_desc(struct usb_endpoint_descriptor *epdesc) in usb_display_ep_desc()
249 struct usb_endpoint_descriptor *epdesc; in usb_display_config()

12