Searched refs:codespace (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 1548 int codespace = 64 * 1024, i = 0, srclen, chunk_len, chunk_flags; in go7007_construct_fw_image() local 1574 code = kcalloc(codespace, 2, GFP_KERNEL); in go7007_construct_fw_image() 1592 &code[i], codespace - i, framelen); in go7007_construct_fw_image() 1600 if (codespace - i < chunk_len) { in go7007_construct_fw_image()
|
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 1548 int codespace = 64 * 1024, i = 0, srclen, chunk_len, chunk_flags; in go7007_construct_fw_image() local 1574 code = kcalloc(codespace, 2, GFP_KERNEL); in go7007_construct_fw_image() 1592 &code[i], codespace - i, framelen); in go7007_construct_fw_image() 1600 if (codespace - i < chunk_len) { in go7007_construct_fw_image()
|
Completed in 4 milliseconds