Lines Matching refs:new_fw
925 struct firmware_properties new_fw; in check_firmware() local
940 new_fw.type = type; in check_firmware()
941 new_fw.id = std; in check_firmware()
942 new_fw.std_req = std; in check_firmware()
943 new_fw.scode_table = SCODE; in check_firmware()
944 new_fw.scode_nr = 0; in check_firmware()
945 new_fw.int_freq = int_freq; in check_firmware()
949 dump_firm_type(new_fw.type); in check_firmware()
950 printk(KERN_CONT "(%x), id %016llx, ", new_fw.type, in check_firmware()
951 (unsigned long long)new_fw.std_req); in check_firmware()
955 printk(KERN_CONT "int_freq %d, ", new_fw.int_freq); in check_firmware()
956 printk(KERN_CONT "scode_nr %d\n", new_fw.scode_nr); in check_firmware()
998 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1008 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
1014 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1015 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
1021 rc = load_scode(fe, new_fw.type | new_fw.scode_table, &new_fw.id, in check_firmware()
1022 new_fw.int_freq, new_fw.scode_nr); in check_firmware()
1062 priv->cur_fw = new_fw; in check_firmware()