Lines Matching refs:new_fw
948 struct firmware_properties new_fw; in check_firmware() local
963 new_fw.type = type; in check_firmware()
964 new_fw.id = std; in check_firmware()
965 new_fw.std_req = std; in check_firmware()
966 new_fw.scode_table = SCODE; in check_firmware()
967 new_fw.scode_nr = 0; in check_firmware()
968 new_fw.int_freq = int_freq; in check_firmware()
972 dump_firm_type(new_fw.type); in check_firmware()
973 printk(KERN_CONT "(%x), id %016llx, ", new_fw.type, in check_firmware()
974 (unsigned long long)new_fw.std_req); in check_firmware()
978 printk(KERN_CONT "int_freq %d, ", new_fw.int_freq); in check_firmware()
979 printk(KERN_CONT "scode_nr %d\n", new_fw.scode_nr); in check_firmware()
1021 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1031 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
1037 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1038 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
1044 rc = load_scode(fe, new_fw.type | new_fw.scode_table, &new_fw.id, in check_firmware()
1045 new_fw.int_freq, new_fw.scode_nr); in check_firmware()
1084 priv->cur_fw = new_fw; in check_firmware()