Home
last modified time | relevance | path

Searched refs:bLength (Results 1 – 25 of 33) sorted by relevance

12

/u-boot/include/linux/usb/
A Dcdc.h50 __u8 bLength; member
59 __u8 bLength; member
72 __u8 bLength; member
88 __u8 bLength; member
99 __u8 bLength; member
110 __u8 bLength; member
122 __u8 bLength; member
135 __u8 bLength; member
145 __u8 bLength; member
A Dch9.h247 __u8 bLength; member
256 __u8 bLength; member
312 __u8 bLength; member
335 __u8 bLength; member
349 __u8 bLength; member
367 __u8 bLength; member
386 __u8 bLength; member
391 u8 bLength; member
658 __u8 bLength; member
694 __u8 bLength; member
[all …]
/u-boot/drivers/usb/emul/
A Dsandbox_keyb.c50 .bLength = sizeof(keyb_device_desc),
68 .bLength = sizeof(keyb_config0),
80 .bLength = sizeof(keyb_interface0),
93 .bLength = sizeof(keyb_report0),
103 .bLength = USB_DT_ENDPOINT_SIZE,
114 .bLength = sizeof(keyb_interface1),
127 .bLength = sizeof(struct usb_class_hid_descriptor),
137 .bLength = USB_DT_ENDPOINT_SIZE,
A Dsandbox_hub.c37 .bLength = sizeof(hub_device_desc),
55 .bLength = sizeof(hub_config1),
67 .bLength = sizeof(hub_interface0),
80 .bLength = USB_DT_ENDPOINT_SIZE,
90 .bLength = sizeof(hub_desc),
A Dsandbox_flash.c100 .bLength = sizeof(flash_device_desc),
118 .bLength = sizeof(flash_config0),
130 .bLength = sizeof(flash_interface0),
143 .bLength = USB_DT_ENDPOINT_SIZE,
153 .bLength = USB_DT_ENDPOINT_SIZE,
A Dusb-emul-uclass.c99 todo = min(length - upto, (int)(*ptr)->bLength); in usb_emul_get_descriptor()
275 for (cdesc = NULL, upto = 0; *ptr; upto += (*ptr)->bLength, ptr++) { in usb_emul_setup_device()
282 cdesc->bLength); in usb_emul_setup_device()
/u-boot/drivers/serial/
A Dusbtty.c161 .bLength =
217 .bLength =
229 .bLength =
243 .bLength =
254 .bLength =
306 .bLength =
323 .bLength =
333 .bLength =
343 .bLength =
595 string->bLength = sizeof(wstrProduct); in usbtty_init_strings()
[all …]
/u-boot/include/
A Dusbdescriptors.h182 u8 bLength; member
191 u8 bLength; member
203 u8 bLength; member
214 u8 bLength; member
232 u8 bLength; member
246 u8 bLength; member
252 u8 bLength; member
448 u8 bLength; member
459 u8 bLength; /* dummy */ member
512 serial_printf("\tbLength %2.2x\n", d->bLength); in print_device_descriptor()
/u-boot/drivers/usb/gadget/
A Dstorage_common.c391 .bLength = sizeof fsg_otg_desc,
402 .bLength = sizeof fsg_intf_desc,
419 .bLength = USB_DT_ENDPOINT_SIZE,
429 .bLength = USB_DT_ENDPOINT_SIZE,
441 .bLength = USB_DT_ENDPOINT_SIZE,
481 .bLength = USB_DT_ENDPOINT_SIZE,
491 .bLength = USB_DT_ENDPOINT_SIZE,
504 .bLength = USB_DT_ENDPOINT_SIZE,
A Dconfig.c44 unsigned len = (*src)->bLength; in usb_descriptor_fillbuf()
102 cp->bLength = USB_DT_CONFIG_SIZE; in usb_gadget_config_buf()
A Df_thor.c374 .bLength = sizeof(thor_downloader_intf_data),
382 .bLength = USB_DT_ENDPOINT_SIZE,
390 .bLength = USB_DT_ENDPOINT_SIZE,
399 .bLength = sizeof(thor_downloader_intf_int),
418 .bLength = sizeof(thor_downloader_cdc_call),
439 .bLength = USB_DT_ENDPOINT_SIZE,
451 .bLength = sizeof(thor_iad_descriptor),
462 .bLength = USB_DT_ENDPOINT_SIZE,
470 .bLength = USB_DT_ENDPOINT_SIZE,
478 .bLength = USB_DT_ENDPOINT_SIZE,
[all …]
A Df_fastboot.c76 .bLength = USB_DT_ENDPOINT_SIZE,
84 .bLength = USB_DT_ENDPOINT_SIZE,
92 .bLength = USB_DT_ENDPOINT_SIZE,
100 .bLength = USB_DT_ENDPOINT_SIZE,
108 .bLength = USB_DT_INTERFACE_SIZE,
133 .bLength = USB_DT_ENDPOINT_SIZE,
141 .bLength = USB_DT_ENDPOINT_SIZE,
149 .bLength = sizeof(fb_ss_bulk_comp_desc),
A Dether.c334 .bLength = sizeof device_desc,
360 .bLength = sizeof eth_config,
408 .bLength = sizeof control_intf,
437 .bLength = sizeof header_desc,
447 .bLength = sizeof union_desc,
487 .bLength = sizeof mdlm_desc,
518 .bLength = sizeof(ether_desc),
552 .bLength = USB_DT_ENDPOINT_SIZE,
568 .bLength = sizeof data_nop_intf,
583 .bLength = sizeof data_intf,
[all …]
A Df_dfu.h76 __u8 bLength; member
A Df_thor.h29 __u8 bLength; member
A Dep0.c300 dbg_ep0(3, "string_descriptor: %p length %d", string_descriptor, string_descriptor->bLength); in ep0_get_descriptor()
301 copy_config (urb, string_descriptor, string_descriptor->bLength, max); in ep0_get_descriptor()
334 class_descriptor->descriptor.hid.bLength, in ep0_get_descriptor()
A Df_sdp.c139 .bLength = sizeof(sdp_intf_runtime),
151 .bLength = sizeof(sdp_hid_desc),
163 .bLength = USB_DT_ENDPOINT_SIZE,
173 .bLength = USB_DT_ENDPOINT_SIZE,
183 .bLength = USB_DT_ENDPOINT_SIZE,
193 .bLength = USB_DT_ENDPOINT_SIZE,
A Dcomposite.c42 __u8 bLength; member
207 c->bLength = USB_DT_CONFIG_SIZE; in config_buf()
339 qual->bLength = sizeof(*qual); in device_qual()
649 s->bLength = 2 * (len + 1); in get_string()
650 return s->bLength; in get_string()
655 b->bLength = sizeof(*b); in get_string()
792 bos->bLength = USB_DT_BOS_SIZE; in bos_desc()
806 usb_ext->bLength = USB_DT_USB_EXT_CAP_SIZE; in bos_desc()
823 ss_cap->bLength = USB_DT_USB_SS_CAP_SIZE; in bos_desc()
A Df_rockusb.c30 .bLength = USB_DT_ENDPOINT_SIZE,
38 .bLength = USB_DT_ENDPOINT_SIZE,
46 .bLength = USB_DT_ENDPOINT_SIZE,
54 .bLength = USB_DT_ENDPOINT_SIZE,
62 .bLength = USB_DT_INTERFACE_SIZE,
A Dg_dnl.c58 .bLength = sizeof device_desc,
A Df_dfu.c61 .bLength = sizeof dfu_func,
73 .bLength = sizeof dfu_intf_runtime,
664 d->bLength = sizeof(*d); in dfu_prepare_function()
/u-boot/common/
A Dusb.c401 if (head->bLength != USB_DT_CONFIG_SIZE) { in usb_parse_config()
408 index = dev->config.desc.bLength; in usb_parse_config()
415 if (head->bLength != USB_DT_INTERFACE_SIZE) { in usb_parse_config()
417 head->bLength); in usb_parse_config()
451 if (head->bLength != USB_DT_ENDPOINT_SIZE && in usb_parse_config()
454 head->bLength); in usb_parse_config()
457 if (index + head->bLength > in usb_parse_config()
491 head->bLength); in usb_parse_config()
508 if (head->bLength == 0) in usb_parse_config()
519 for (i = 0; i < head->bLength; i++) in usb_parse_config()
[all …]
A Dusb_hub.c638 length = min_t(int, descriptor->bLength, in usb_hub_configure()
764 "too long: %d\n", descriptor->bLength); in usb_hub_configure()
/u-boot/drivers/usb/host/
A Dehci.h83 unsigned char bLength; member
96 unsigned char bLength; member
A Dehci-hcd.c741 srclen = descriptor.device.bLength; in ehci_submit_root()
746 srclen = descriptor.config.bLength + in ehci_submit_root()
747 descriptor.interface.bLength + in ehci_submit_root()
748 descriptor.endpoint.bLength; in ehci_submit_root()
783 srclen = descriptor.hub.bLength; in ehci_submit_root()

Completed in 45 milliseconds

12