Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dtuner-xc2028.c722 struct firmware_properties new_fw; in check_firmware() local
737 new_fw.type = type; in check_firmware()
738 new_fw.id = std; in check_firmware()
739 new_fw.std_req = std; in check_firmware()
740 new_fw.scode_table = SCODE | priv->ctrl.scode_table; in check_firmware()
741 new_fw.scode_nr = 0; in check_firmware()
742 new_fw.int_freq = int_freq; in check_firmware()
746 dump_firm_type(new_fw.type); in check_firmware()
747 printk(KERN_CONT "(%x), id %016llx, ", new_fw.type, in check_firmware()
748 (unsigned long long)new_fw.std_req); in check_firmware()
[all …]
Dxc4000.c937 struct firmware_properties new_fw; in check_firmware() local
952 new_fw.type = type; in check_firmware()
953 new_fw.id = std; in check_firmware()
954 new_fw.std_req = std; in check_firmware()
955 new_fw.scode_table = SCODE; in check_firmware()
956 new_fw.scode_nr = 0; in check_firmware()
957 new_fw.int_freq = int_freq; in check_firmware()
961 dump_firm_type(new_fw.type); in check_firmware()
962 printk(KERN_CONT "(%x), id %016llx, ", new_fw.type, in check_firmware()
963 (unsigned long long)new_fw.std_req); in check_firmware()
[all …]