Searched refs:bigbuffer (Results 1 – 1 of 1) sorted by relevance
663 unsigned char *bigbuffer; in usb_get_configuration() local718 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()719 if (!bigbuffer) { in usb_get_configuration()724 bigbuffer, length); in usb_get_configuration()728 kfree(bigbuffer); in usb_get_configuration()737 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()740 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()