Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/misc/
Demi26.c69 #define FW_LOAD_SIZE 1023 macro
82 buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL); in emi26_load_firmware()
135 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { in emi26_load_firmware()
Demi62.c77 #define FW_LOAD_SIZE 1023 macro
91 buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL); in emi62_load_firmware()
142 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { in emi62_load_firmware()