Searched refs:bigbuffer (Results 1 – 1 of 1) sorted by relevance
914 unsigned char *bigbuffer; in usb_get_configuration() local967 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()968 if (!bigbuffer) { in usb_get_configuration()977 bigbuffer, length); in usb_get_configuration()981 kfree(bigbuffer); in usb_get_configuration()990 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()993 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()