Searched refs:landing_page_length (Results 1 – 1 of 1) sorted by relevance
2153 unsigned int landing_page_length; in composite_setup() local2171 landing_page_length = strnlen(cdev->landing_page, in composite_setup()2175 if (w_length < WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + landing_page_length) in composite_setup()2176 landing_page_length = w_length in composite_setup()2181 landing_page_length - landing_page_offset); in composite_setup()2182 url_descriptor->bLength = landing_page_length in composite_setup()