Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/
Dconfigfs.c1061 unsigned int bytes_to_strip = 0; in webusb_landingPage_store() local
1066 ++bytes_to_strip; in webusb_landingPage_store()
1076 bytes_to_strip = 8; in webusb_landingPage_store()
1078 bytes_to_strip = 7; in webusb_landingPage_store()
1080 bytes_to_strip = 0; in webusb_landingPage_store()
1082 if (l > U8_MAX - WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + bytes_to_strip) { in webusb_landingPage_store()
1084 l - U8_MAX + WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH - bytes_to_strip); in webusb_landingPage_store()