Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/
Dcomposite.c2166 unsigned int landing_page_length; in composite_setup() local
2184 landing_page_length = strnlen(cdev->landing_page, in composite_setup()
2188 if (w_length < WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + landing_page_length) in composite_setup()
2189 landing_page_length = w_length in composite_setup()
2194 landing_page_length - landing_page_offset); in composite_setup()
2195 url_descriptor->bLength = landing_page_length in composite_setup()