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.c2180 unsigned int landing_page_offset; in composite_setup() local
2187 landing_page_offset = 8; in composite_setup()
2190 landing_page_offset = 7; in composite_setup()
2193 landing_page_offset = 0; in composite_setup()
2199 - WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + landing_page_offset); in composite_setup()
2203 - WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + landing_page_offset; in composite_setup()
2206 cdev->landing_page + landing_page_offset, in composite_setup()
2207 landing_page_length - landing_page_offset); in composite_setup()
2209 - landing_page_offset + WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH; in composite_setup()