Searched refs:FW_LOAD_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/misc/
H A Demi26.c72 #define FW_LOAD_SIZE 1023 macro
85 buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL); emi26_load_firmware()
138 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { emi26_load_firmware()
H A Demi62.c80 #define FW_LOAD_SIZE 1023 macro
94 buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL); emi62_load_firmware()
145 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { emi62_load_firmware()

Completed in 64 milliseconds