FW_LOAD_SIZE       82 drivers/usb/misc/emi26.c 	buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL);
FW_LOAD_SIZE      135 drivers/usb/misc/emi26.c 		while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) {
FW_LOAD_SIZE       91 drivers/usb/misc/emi62.c 	buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL);
FW_LOAD_SIZE      142 drivers/usb/misc/emi62.c 		while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) {