Lines Matching refs:cur_fw
88 struct firmware_properties cur_fw; member
514 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()
962 if (priv->cur_fw.type & BASE) { in check_firmware()
968 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1000 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1001 priv->cur_fw.std_req == std) { in check_firmware()
1007 priv->cur_fw.scode_table = 0; 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()
1064 priv->cur_fw = new_fw; in check_firmware()
1072 priv->cur_fw.type |= BASE; in check_firmware()
1077 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1524 if ((priv->cur_fw.type in xc4000_get_frequency()
1558 if (priv->cur_fw.type & BASE) in xc4000_get_status()
1563 if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8)) in xc4000_get_status()
1585 (priv->cur_fw.type & BASE) != 0) { in xc4000_sleep()
1587 priv->cur_fw.type = XC_POWERED_DOWN; in xc4000_sleep()
1699 id = ((priv->cur_fw.type & BASE) != 0 ? in xc4000_attach()