Home
last modified time | relevance | path

Searched refs:USB_DT_CONFIG_SIZE (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dconfig.c88 if (length < USB_DT_CONFIG_SIZE || !desc) in usb_gadget_config_buf()
94 len = usb_descriptor_fillbuf(USB_DT_CONFIG_SIZE + (u8 *)buf, in usb_gadget_config_buf()
95 length - USB_DT_CONFIG_SIZE, desc); in usb_gadget_config_buf()
98 len += USB_DT_CONFIG_SIZE; in usb_gadget_config_buf()
103 cp->bLength = USB_DT_CONFIG_SIZE; in usb_gadget_config_buf()
H A Dcomposite.c175 int len = USB_BUFSIZ - USB_DT_CONFIG_SIZE; in config_buf()
176 void *next = buf + USB_DT_CONFIG_SIZE; in config_buf()
184 c->bLength = USB_DT_CONFIG_SIZE; in config_buf()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h100 #define USB_DT_CONFIG_SIZE 9 macro
H A Dusbdevice.h213 #define USB_DT_CONFIG_SIZE 9 macro
/rk3399_rockchip-uboot/common/
H A Dusb.c396 if (head->bLength != USB_DT_CONFIG_SIZE) { in usb_parse_config()
400 memcpy(&dev->config, head, USB_DT_CONFIG_SIZE); in usb_parse_config()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h323 #define USB_DT_CONFIG_SIZE 9 macro