Lines Matching defs:cfg
28 struct tda827x_config *cfg;
229 if (priv->cfg && priv->cfg->sleep)
230 priv->cfg->sleep(fe);
442 if (priv->cfg && priv->cfg->sleep)
443 priv->cfg->sleep(fe);
457 if (NULL == priv->cfg) {
461 msg.addr = priv->cfg->switch_addr;
462 if (priv->cfg->config) {
468 switch (priv->cfg->config) {
489 if (priv->cfg->config == TDA8290_LNA_GP0_HIGH_OFF)
781 if (priv->cfg && priv->cfg->init)
782 priv->cfg->init(fe);
858 if (priv->cfg)
859 priv->cfg->agcf = tda827xo_agcf;
863 if (priv->cfg)
864 priv->cfg->agcf = tda827xa_agcf;
871 struct tda827x_config *cfg)
882 priv->cfg = cfg;