Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c1548 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()