Searched refs:bigbuffer (Results 1 – 1 of 1) sorted by relevance
672 unsigned char *bigbuffer; in usb_get_configuration() local727 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()728 if (!bigbuffer) { in usb_get_configuration()737 bigbuffer, length); in usb_get_configuration()741 kfree(bigbuffer); in usb_get_configuration()750 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()753 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()