Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dmessage.c1009 #define MAX_USB_STRING_SIZE (127 * 3 + 1) macro
1028 buf = kmalloc(MAX_USB_STRING_SIZE, GFP_NOIO); in usb_cache_string()
1030 len = usb_string(udev, index, buf, MAX_USB_STRING_SIZE); in usb_cache_string()