Home
last modified time | relevance | path

Searched refs:bin_fw (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110.h254 unsigned char *bin_fw; member
H A Dav7110.c1446 ptr = av7110->bin_fw; in check_firmware()
1478 len > ((av7110->bin_fw + av7110->size_fw) - ptr)) { in check_firmware()
1493 vfree(av7110->bin_fw); in put_firmware()
1521 av7110->bin_fw = vmalloc(fw->size); in get_firmware()
1522 if (NULL == av7110->bin_fw) { in get_firmware()
1528 memcpy(av7110->bin_fw, fw->data, fw->size); in get_firmware()
1531 vfree(av7110->bin_fw); in get_firmware()
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dav7110.h254 unsigned char *bin_fw; member
H A Dav7110.c1449 ptr = av7110->bin_fw; in check_firmware()
1481 len > ((av7110->bin_fw + av7110->size_fw) - ptr)) { in check_firmware()
1496 vfree(av7110->bin_fw); in put_firmware()
1524 av7110->bin_fw = vmalloc(fw->size); in get_firmware()
1525 if (NULL == av7110->bin_fw) { in get_firmware()
1531 memcpy(av7110->bin_fw, fw->data, fw->size); in get_firmware()
1534 vfree(av7110->bin_fw); in get_firmware()

Completed in 8 milliseconds