Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb.c743 int newlength, oldlength = *length; in usb_try_string_workarounds() local
745 for (newlength = 2; newlength + 1 < oldlength; newlength += 2) in usb_try_string_workarounds()
/openbmc/linux/drivers/usb/core/
H A Dmessage.c861 int newlength, oldlength = *length; in usb_try_string_workarounds() local
863 for (newlength = 2; newlength + 1 < oldlength; newlength += 2) in usb_try_string_workarounds()