Searched refs:bigbuffer (Results 1 – 1 of 1) sorted by relevance
866 unsigned char *bigbuffer; in usb_get_configuration() local919 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()920 if (!bigbuffer) { in usb_get_configuration()929 bigbuffer, length); in usb_get_configuration()933 kfree(bigbuffer); in usb_get_configuration()942 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()945 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()