Home
last modified time | relevance | path

Searched refs:get_rf_strength (Results 1 – 22 of 22) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Dstv6111.c574 static int get_rf_strength(struct dvb_frontend *fe, u16 *st) in get_rf_strength() function
654 .get_rf_strength = get_rf_strength,
Dtc90522.c244 if (fe->ops.tuner_ops.get_rf_strength) { in tc90522s_get_frontend()
247 fe->ops.tuner_ops.get_rf_strength(fe, &dummy); in tc90522s_get_frontend()
402 if (fe->ops.tuner_ops.get_rf_strength) { in tc90522t_get_frontend()
405 fe->ops.tuner_ops.get_rf_strength(fe, &dummy); in tc90522t_get_frontend()
Dm88rs2000.c513 if (fe->ops.tuner_ops.get_rf_strength) in m88rs2000_read_signal_strength()
514 fe->ops.tuner_ops.get_rf_strength(fe, strength); in m88rs2000_read_signal_strength()
Dds3000.c538 if (fe->ops.tuner_ops.get_rf_strength) in ds3000_read_signal_strength()
539 fe->ops.tuner_ops.get_rf_strength(fe, signal_strength); in ds3000_read_signal_strength()
Dts2020.c510 .get_rf_strength = ts2020_read_signal_strength,
Dlgdt3306a.c1612 if (fe->ops.tuner_ops.get_rf_strength) { in lgdt3306a_read_status()
1613 ret = fe->ops.tuner_ops.get_rf_strength(fe, &strength); in lgdt3306a_read_status()
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dmxl111sf.c836 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwrA); in mxl111sf_ant_hunt()
840 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwr0); in mxl111sf_ant_hunt()
844 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwr1); in mxl111sf_ant_hunt()
848 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwr2); in mxl111sf_ant_hunt()
889 adap->fe[i]->ops.read_signal_strength = adap->fe[i]->ops.tuner_ops.get_rf_strength; in mxl111sf_attach_tuner()
Drtl28xxu.c1205 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1213 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1297 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1304 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1311 adap->fe[1]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
Ddvbsky.c335 adap->fe[0]->ops.tuner_ops.get_rf_strength; in dvbsky_s960_attach()
453 adap->fe[0]->ops.tuner_ops.get_rf_strength; in dvbsky_s960c_attach()
Dmxl111sf-tuner.c479 .get_rf_strength = mxl111sf_get_rf_strength,
/linux-4.19.296/drivers/media/tuners/
Dtea5761.c306 .get_rf_strength = tea5761_get_rf_strength,
Dmxl301rf.c282 .get_rf_strength = mxl301rf_get_rf_strength,
Dtea5767.c435 .get_rf_strength = tea5767_get_rf_strength,
Dfc0012.c434 .get_rf_strength = fc0012_get_rf_strength,
Dfc0013.c594 .get_rf_strength = fc0013_get_rf_strength,
Dm88rs6000t.c582 .get_rf_strength = m88rs6000t_get_rf_strength,
Dtuner-simple.c1044 .get_rf_strength = simple_get_rf_strength,
Dtuner-xc2028.c1451 .get_rf_strength = xc2028_signal,
Dxc4000.c1651 .get_rf_strength = xc4000_get_signal,
Dr820t.c2310 .get_rf_strength = r820t_signal,
/linux-4.19.296/include/media/
Ddvb_frontend.h248 int (*get_rf_strength)(struct dvb_frontend *fe, u16 *strength); member
/linux-4.19.296/drivers/media/v4l2-core/
Dtuner-core.c416 if (fe_tuner_ops->get_rf_strength) in set_type()
417 analog_ops->has_signal = fe_tuner_ops->get_rf_strength; in set_type()