Searched refs:bigbuffer (Results 1 – 1 of 1) sorted by relevance
920 unsigned char *bigbuffer; in usb_get_configuration() local973 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()974 if (!bigbuffer) { in usb_get_configuration()983 bigbuffer, length); in usb_get_configuration()987 kfree(bigbuffer); in usb_get_configuration()996 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()999 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()
Completed in 7 milliseconds