Home
last modified time | relevance | path

Searched refs:USB_BUFSIZ (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dcomposite.c13 #define USB_BUFSIZ 4096 macro
164 int len = USB_BUFSIZ - USB_DT_CONFIG_SIZE; in config_buf()
720 req->length = USB_BUFSIZ; in composite_setup()
985 cdev->req->buf = memalign(CONFIG_SYS_CACHELINE_SIZE, USB_BUFSIZ); in composite_bind()
991 cdev->bufsiz = USB_BUFSIZ; in composite_bind()
Dether.c323 #define USB_BUFSIZ 256 macro
873 DEFINE_CACHE_ALIGN_BUFFER(u8, control_req, USB_BUFSIZ);
922 len = usb_gadget_config_buf(config, buf, USB_BUFSIZ, function); in config_buf()
1452 || wLength > USB_BUFSIZ in eth_setup()
/external/u-boot/common/
Dusb_hub.c41 #define USB_BUFSIZ 512 macro
620 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, USB_BUFSIZ); in usb_hub_configure()
766 if (sizeof(struct usb_hub_status) > USB_BUFSIZ) { in usb_hub_configure()
Dusb.c40 #define USB_BUFSIZ 512 macro
798 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, mybuf, USB_BUFSIZ); in usb_string()
922 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, tmpbuf, USB_BUFSIZ); in get_descriptor_len()