Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c2179 unsigned int landing_page_length; in composite_setup() local
2197 landing_page_length = strnlen(cdev->landing_page, in composite_setup()
2201 if (w_length < WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + landing_page_length) in composite_setup()
2202 landing_page_length = w_length in composite_setup()
2207 landing_page_length - landing_page_offset); in composite_setup()
2208 url_descriptor->bLength = landing_page_length in composite_setup()