Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/core/
Dconfig.c810 unsigned char *bigbuffer; in usb_get_configuration() local
862 bigbuffer = kmalloc(length, GFP_KERNEL); in usb_get_configuration()
863 if (!bigbuffer) { in usb_get_configuration()
872 bigbuffer, length); in usb_get_configuration()
876 kfree(bigbuffer); in usb_get_configuration()
885 dev->rawdescriptors[cfgno] = bigbuffer; in usb_get_configuration()
888 &dev->config[cfgno], bigbuffer, length); in usb_get_configuration()