Home
last modified time | relevance | path

Searched refs:bigbuffer (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/core/
Dconfig.c805 unsigned char *bigbuffer; in usb_get_configuration() local
860 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()
861 if (!bigbuffer) { in usb_get_configuration()
870 bigbuffer, length); in usb_get_configuration()
874 kfree(bigbuffer); in usb_get_configuration()
883 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()
886 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()