Lines Matching refs:new_fw
927 struct firmware_properties new_fw; in check_firmware() local
942 new_fw.type = type; in check_firmware()
943 new_fw.id = std; in check_firmware()
944 new_fw.std_req = std; in check_firmware()
945 new_fw.scode_table = SCODE; in check_firmware()
946 new_fw.scode_nr = 0; in check_firmware()
947 new_fw.int_freq = int_freq; in check_firmware()
951 dump_firm_type(new_fw.type); in check_firmware()
952 printk(KERN_CONT "(%x), id %016llx, ", new_fw.type, in check_firmware()
953 (unsigned long long)new_fw.std_req); in check_firmware()
957 printk(KERN_CONT "int_freq %d, ", new_fw.int_freq); in check_firmware()
958 printk(KERN_CONT "scode_nr %d\n", new_fw.scode_nr); in check_firmware()
1000 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1010 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
1016 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1017 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
1023 rc = load_scode(fe, new_fw.type | new_fw.scode_table, &new_fw.id, in check_firmware()
1024 new_fw.int_freq, new_fw.scode_nr); in check_firmware()
1064 priv->cur_fw = new_fw; in check_firmware()