Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A 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()
998 cdev->req->buf = memalign(CONFIG_SYS_CACHELINE_SIZE, USB_BUFSIZ); in composite_bind()
1004 cdev->bufsiz = USB_BUFSIZ; in composite_bind()
H A Dether.c315 #define USB_BUFSIZ 256 macro
865 DEFINE_CACHE_ALIGN_BUFFER(u8, control_req, USB_BUFSIZ);
914 len = usb_gadget_config_buf(config, buf, USB_BUFSIZ, function); in config_buf()
1444 || wLength > USB_BUFSIZ in eth_setup()
/openbmc/u-boot/common/
H A 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()
H A 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()