Lines Matching refs:cfg
25 struct tda18212_config cfg; member
73 if_khz = dev->cfg.if_atsc_vsb; in tda18212_set_params()
77 if_khz = dev->cfg.if_atsc_qam; in tda18212_set_params()
83 if_khz = dev->cfg.if_dvbt_6; in tda18212_set_params()
87 if_khz = dev->cfg.if_dvbt_7; in tda18212_set_params()
91 if_khz = dev->cfg.if_dvbt_8; in tda18212_set_params()
102 if_khz = dev->cfg.if_dvbt2_6; in tda18212_set_params()
106 if_khz = dev->cfg.if_dvbt2_7; in tda18212_set_params()
110 if_khz = dev->cfg.if_dvbt2_8; in tda18212_set_params()
120 if_khz = dev->cfg.if_dvbc; in tda18212_set_params()
192 struct tda18212_config *cfg = client->dev.platform_data; in tda18212_probe() local
193 struct dvb_frontend *fe = cfg->fe; in tda18212_probe()
210 memcpy(&dev->cfg, cfg, sizeof(struct tda18212_config)); in tda18212_probe()
261 struct dvb_frontend *fe = dev->cfg.fe; in tda18212_remove()