Lines Matching refs:new_fw
937 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()
967 printk(KERN_CONT "int_freq %d, ", new_fw.int_freq); in check_firmware()
968 printk(KERN_CONT "scode_nr %d\n", new_fw.scode_nr); in check_firmware()
1010 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1020 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
1026 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1027 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
1033 rc = load_scode(fe, new_fw.type | new_fw.scode_table, &new_fw.id, in check_firmware()
1034 new_fw.int_freq, new_fw.scode_nr); in check_firmware()
1074 priv->cur_fw = new_fw; in check_firmware()