Lines Matching refs:cur_fw
88 struct firmware_properties cur_fw; member
512 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()
960 if (priv->cur_fw.type & BASE) { in check_firmware()
966 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
998 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
999 priv->cur_fw.std_req == std) { in check_firmware()
1005 priv->cur_fw.scode_table = 0; 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()
1062 priv->cur_fw = new_fw; in check_firmware()
1070 priv->cur_fw.type |= BASE; in check_firmware()
1075 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1522 if ((priv->cur_fw.type in xc4000_get_frequency()
1556 if (priv->cur_fw.type & BASE) in xc4000_get_status()
1561 if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8)) in xc4000_get_status()
1583 (priv->cur_fw.type & BASE) != 0) { in xc4000_sleep()
1585 priv->cur_fw.type = XC_POWERED_DOWN; in xc4000_sleep()
1697 id = ((priv->cur_fw.type & BASE) != 0 ? in xc4000_attach()