Searched refs:bigbuffer (Results 1 – 1 of 1) sorted by relevance
912 unsigned char *bigbuffer; in usb_get_configuration() local977 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()978 if (!bigbuffer) { in usb_get_configuration()988 memcpy(bigbuffer, desc, length); in usb_get_configuration()994 bigbuffer, length); in usb_get_configuration()998 kfree(bigbuffer); in usb_get_configuration()1008 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()1011 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()