Lines Matching refs:fe

125 	int (*fe_read_status)(struct dvb_frontend *fe,
952 static int dw210x_set_voltage(struct dvb_frontend *fe, in dw210x_set_voltage() argument
966 (struct dvb_usb_adapter *)(fe->dvb->priv); in dw210x_set_voltage()
977 static int s660_set_voltage(struct dvb_frontend *fe, in s660_set_voltage() argument
981 (struct dvb_usb_adapter *)(fe->dvb->priv); in s660_set_voltage()
984 dw210x_set_voltage(fe, voltage); in s660_set_voltage()
986 st->old_set_voltage(fe, voltage); in s660_set_voltage()
991 static void dw210x_led_ctrl(struct dvb_frontend *fe, int offon) in dw210x_led_ctrl() argument
1002 (struct dvb_usb_adapter *)(fe->dvb->priv); in dw210x_led_ctrl()
1009 static int tt_s2_4600_read_status(struct dvb_frontend *fe, in tt_s2_4600_read_status() argument
1013 (struct dvb_usb_adapter *)(fe->dvb->priv); in tt_s2_4600_read_status()
1017 ret = st->fe_read_status(fe, status); in tt_s2_4600_read_status()
1188 d->fe_adap[0].fe = dvb_attach(stv0900_attach, &dw2104a_stv0900_config, in dw2104_frontend_attach()
1190 if (d->fe_adap[0].fe != NULL) { in dw2104_frontend_attach()
1191 if (dvb_attach(stb6100_attach, d->fe_adap[0].fe, in dw2104_frontend_attach()
1194 tuner_ops = &d->fe_adap[0].fe->ops.tuner_ops; in dw2104_frontend_attach()
1199 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in dw2104_frontend_attach()
1207 d->fe_adap[0].fe = dvb_attach(stv0900_attach, &dw2104_stv0900_config, in dw2104_frontend_attach()
1209 if (d->fe_adap[0].fe != NULL) { in dw2104_frontend_attach()
1210 if (dvb_attach(stv6110_attach, d->fe_adap[0].fe, in dw2104_frontend_attach()
1213 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in dw2104_frontend_attach()
1221 d->fe_adap[0].fe = dvb_attach(cx24116_attach, &dw2104_config, in dw2104_frontend_attach()
1223 if (d->fe_adap[0].fe != NULL) { in dw2104_frontend_attach()
1224 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in dw2104_frontend_attach()
1230 d->fe_adap[0].fe = dvb_attach(ds3000_attach, &dw2104_ds3000_config, in dw2104_frontend_attach()
1232 if (d->fe_adap[0].fe != NULL) { in dw2104_frontend_attach()
1233 dvb_attach(ts2020_attach, d->fe_adap[0].fe, in dw2104_frontend_attach()
1235 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in dw2104_frontend_attach()
1251 d->fe_adap[0].fe = dvb_attach(si21xx_attach, &serit_sp1511lhb_config, in dw2102_frontend_attach()
1253 if (d->fe_adap[0].fe != NULL) { in dw2102_frontend_attach()
1254 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in dw2102_frontend_attach()
1261 d->fe_adap[0].fe = dvb_attach(stv0288_attach, &earda_config, in dw2102_frontend_attach()
1263 if (d->fe_adap[0].fe != NULL) { in dw2102_frontend_attach()
1264 if (dvb_attach(stb6000_attach, d->fe_adap[0].fe, 0x61, in dw2102_frontend_attach()
1266 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in dw2102_frontend_attach()
1275 d->fe_adap[0].fe = dvb_attach(stv0299_attach, &sharp_z0194a_config, in dw2102_frontend_attach()
1277 if (d->fe_adap[0].fe != NULL) { in dw2102_frontend_attach()
1278 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in dw2102_frontend_attach()
1288 d->fe_adap[0].fe = dvb_attach(tda10023_attach, &dw3101_tda10023_config, in dw3101_frontend_attach()
1290 if (d->fe_adap[0].fe != NULL) { in dw3101_frontend_attach()
1299 d->fe_adap[0].fe = dvb_attach(mt312_attach, &zl313_config, in zl100313_frontend_attach()
1301 if (d->fe_adap[0].fe != NULL) { in zl100313_frontend_attach()
1302 if (dvb_attach(zl10039_attach, d->fe_adap[0].fe, 0x60, in zl100313_frontend_attach()
1304 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in zl100313_frontend_attach()
1317 d->fe_adap[0].fe = dvb_attach(stv0288_attach, &earda_config, in stv0288_frontend_attach()
1320 if (d->fe_adap[0].fe == NULL) in stv0288_frontend_attach()
1323 if (NULL == dvb_attach(stb6000_attach, d->fe_adap[0].fe, 0x61, &d->dev->i2c_adap)) in stv0288_frontend_attach()
1326 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in stv0288_frontend_attach()
1341 d->fe_adap[0].fe = dvb_attach(ds3000_attach, &s660_ds3000_config, in ds3000_frontend_attach()
1344 if (d->fe_adap[0].fe == NULL) in ds3000_frontend_attach()
1347 dvb_attach(ts2020_attach, d->fe_adap[0].fe, &s660_ts2020_config, in ds3000_frontend_attach()
1350 st->old_set_voltage = d->fe_adap[0].fe->ops.set_voltage; in ds3000_frontend_attach()
1351 d->fe_adap[0].fe->ops.set_voltage = s660_set_voltage; in ds3000_frontend_attach()
1364 d->fe_adap[0].fe = dvb_attach(stv0900_attach, &prof_7500_stv0900_config, in prof_7500_frontend_attach()
1366 if (d->fe_adap[0].fe == NULL) in prof_7500_frontend_attach()
1369 d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage; in prof_7500_frontend_attach()
1413 d->fe_adap[0].fe = dvb_attach(ds3000_attach, &su3000_ds3000_config, in su3000_frontend_attach()
1415 if (d->fe_adap[0].fe == NULL) in su3000_frontend_attach()
1418 if (dvb_attach(ts2020_attach, d->fe_adap[0].fe, in su3000_frontend_attach()
1465 d->fe_adap[0].fe = dvb_attach(cxd2820r_attach, &cxd2820r_config, in t220_frontend_attach()
1467 if (d->fe_adap[0].fe != NULL) { in t220_frontend_attach()
1468 if (dvb_attach(tda18271_attach, d->fe_adap[0].fe, 0x60, in t220_frontend_attach()
1487 d->fe_adap[0].fe = dvb_attach(m88rs2000_attach, &s421_m88rs2000_config, in m88rs2000_frontend_attach()
1490 if (d->fe_adap[0].fe == NULL) in m88rs2000_frontend_attach()
1493 if (dvb_attach(ts2020_attach, d->fe_adap[0].fe, in m88rs2000_frontend_attach()
1547 adap->fe_adap[0].fe = dvb_attach(m88ds3103_attach, in tt_s2_4600_frontend_attach()
1551 if (adap->fe_adap[0].fe == NULL) in tt_s2_4600_frontend_attach()
1555 ts2020_config.fe = adap->fe_adap[0].fe; in tt_s2_4600_frontend_attach()
1563 dvb_frontend_detach(adap->fe_adap[0].fe); in tt_s2_4600_frontend_attach()
1569 dvb_frontend_detach(adap->fe_adap[0].fe); in tt_s2_4600_frontend_attach()
1574 adap->fe_adap[0].fe->ops.read_signal_strength = in tt_s2_4600_frontend_attach()
1575 adap->fe_adap[0].fe->ops.tuner_ops.get_rf_strength; in tt_s2_4600_frontend_attach()
1580 state->fe_read_status = adap->fe_adap[0].fe->ops.read_status; in tt_s2_4600_frontend_attach()
1581 adap->fe_adap[0].fe->ops.read_status = tt_s2_4600_read_status; in tt_s2_4600_frontend_attach()
1590 dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60, in dw2102_tuner_attach()
1597 dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60, in dw3101_tuner_attach()
1799 dw2102_properties.adapter->fe[0].tuner_attach = &dw2102_tuner_attach; in dw2102_load_firmware()
1857 .fe = {{
1912 .fe = {{
1963 .fe = {{
2011 .fe = {{
2105 .fe = {{
2170 .fe = { {
2219 .fe = {{
2265 p1100->adapter->fe[0].frontend_attach = stv0288_frontend_attach; in dw2102_probe()
2278 s660->adapter->fe[0].frontend_attach = ds3000_frontend_attach; in dw2102_probe()
2291 p7500->adapter->fe[0].frontend_attach = prof_7500_frontend_attach; in dw2102_probe()
2305 s421->adapter->fe[0].frontend_attach = m88rs2000_frontend_attach; in dw2102_probe()