Home
last modified time | relevance | path

Searched refs:WEBUSB_URL_RAW_MAX_LENGTH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dwebusb.h78 #define WEBUSB_URL_RAW_MAX_LENGTH (U8_MAX - WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + 8) macro
H A Dcomposite.h470 char landing_page[WEBUSB_URL_RAW_MAX_LENGTH];
/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c58 char landing_page[WEBUSB_URL_RAW_MAX_LENGTH];
1739 memcpy(cdev->landing_page, gi->landing_page, WEBUSB_URL_RAW_MAX_LENGTH); in configfs_composite_bind()