Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/ttpci/
Dav7110.h261 unsigned char *bin_fw; member
Dav7110.c1476 ptr = av7110->bin_fw; in check_firmware()
1508 len > ((av7110->bin_fw + av7110->size_fw) - ptr)) { in check_firmware()
1523 vfree(av7110->bin_fw); in put_firmware()
1554 av7110->bin_fw = vmalloc(fw->size); in get_firmware()
1555 if (NULL == av7110->bin_fw) { in get_firmware()
1561 memcpy(av7110->bin_fw, fw->data, fw->size); in get_firmware()
1564 vfree(av7110->bin_fw); in get_firmware()