Home
last modified time | relevance | path

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

/drivers/usb/core/
Dmessage.c849 #define MAX_USB_STRING_SIZE (127 * 3 + 1) macro
868 buf = kmalloc(MAX_USB_STRING_SIZE, GFP_NOIO); in usb_cache_string()
870 len = usb_string(udev, index, buf, MAX_USB_STRING_SIZE); in usb_cache_string()