Lines Matching refs:cur_fw
105 struct firmware_properties cur_fw; member
532 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()
983 if (priv->cur_fw.type & BASE) { in check_firmware()
989 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1021 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1022 priv->cur_fw.std_req == std) { in check_firmware()
1028 priv->cur_fw.scode_table = 0; 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()
1084 priv->cur_fw = new_fw; in check_firmware()
1092 priv->cur_fw.type |= BASE; in check_firmware()
1097 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1544 if ((priv->cur_fw.type in xc4000_get_frequency()
1578 if (priv->cur_fw.type & BASE) in xc4000_get_status()
1583 if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8)) in xc4000_get_status()
1605 (priv->cur_fw.type & BASE) != 0) { in xc4000_sleep()
1607 priv->cur_fw.type = XC_POWERED_DOWN; in xc4000_sleep()
1721 id = ((priv->cur_fw.type & BASE) != 0 ? in xc4000_attach()