Searched refs:landing_page_length (Results 1 – 1 of 1) sorted by relevance
2166 unsigned int landing_page_length; in composite_setup() local2184 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()