Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c2179 unsigned int landing_page_offset; in composite_setup() local
2186 landing_page_offset = 8; in composite_setup()
2189 landing_page_offset = 7; in composite_setup()
2192 landing_page_offset = 0; in composite_setup()
2198 - WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + landing_page_offset); in composite_setup()
2202 - WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + landing_page_offset; in composite_setup()
2205 cdev->landing_page + landing_page_offset, in composite_setup()
2206 landing_page_length - landing_page_offset); in composite_setup()
2208 - landing_page_offset + WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH; in composite_setup()