Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c1055 unsigned int bytes_to_strip = 0; in webusb_landingPage_store() local
1060 ++bytes_to_strip; in webusb_landingPage_store()
1070 bytes_to_strip = 8; in webusb_landingPage_store()
1072 bytes_to_strip = 7; in webusb_landingPage_store()
1074 bytes_to_strip = 0; in webusb_landingPage_store()
1076 if (l > U8_MAX - WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH + bytes_to_strip) { in webusb_landingPage_store()
1078 l - U8_MAX + WEBUSB_URL_DESCRIPTOR_HEADER_LENGTH - bytes_to_strip); in webusb_landingPage_store()