Searched refs:tuner_status (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
H A Dtuner-core.c237 static void tuner_status(struct dvb_frontend *fe);
243 .tuner_status = tuner_status
1027 * tuner_status - Dumps the current tuner status at dmesg
1033 static void tuner_status(struct dvb_frontend *fe) tuner_status() function
1067 u32 tuner_status; tuner_status() local
1069 fe_tuner_ops->get_status(&t->fe, &tuner_status); tuner_status()
1070 if (tuner_status & TUNER_STATUS_LOCKED) tuner_status()
1072 if (tuner_status & TUNER_STATUS_STEREO) tuner_status()
1216 u32 tuner_status; tuner_g_tuner() local
1218 fe_tuner_ops->get_status(&t->fe, &tuner_status); tuner_g_tuner()
1220 (tuner_status & TUNER_STATUS_STEREO) ? tuner_g_tuner()
1271 if (analog_ops->tuner_status) tuner_log_status()
1272 analog_ops->tuner_status(&t->fe); tuner_log_status()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv6110x.h37 enum tuner_status { enum
H A Dau8522_dig.c651 u32 tuner_status = 0; au8522_read_status() local
682 fe->ops.tuner_ops.get_status(fe, &tuner_status); au8522_read_status()
687 if (tuner_status) au8522_read_status()
H A Ds5h1409.c762 u32 tuner_status = 0; s5h1409_read_status() local
795 fe->ops.tuner_ops.get_status(fe, &tuner_status); s5h1409_read_status()
800 if (tuner_status) s5h1409_read_status()
H A Ds5h1411.c666 u32 tuner_status = 0; s5h1411_read_status() local
709 fe->ops.tuner_ops.get_status(fe, &tuner_status); s5h1411_read_status()
714 if (tuner_status) s5h1411_read_status()
/linux-4.4.14/drivers/media/tuners/
H A Dtuner-simple.c169 int tuner_status; simple_get_status() local
174 tuner_status = tuner_read_status(fe); simple_get_status()
178 if (tuner_islocked(tuner_status)) simple_get_status()
180 if (tuner_stereo(priv->type, tuner_status)) simple_get_status()
183 tuner_dbg("AFC Status: %d\n", tuner_afcstatus(tuner_status)); simple_get_status()
H A Dmt2063.c2021 static int mt2063_get_status(struct dvb_frontend *fe, u32 *tuner_status) mt2063_get_status() argument
2031 *tuner_status = 0; mt2063_get_status()
2036 *tuner_status = TUNER_STATUS_LOCKED; mt2063_get_status()
2038 dprintk(1, "Tuner status: %d", *tuner_status); mt2063_get_status()
H A Dtda9887.c668 .tuner_status = tda9887_tuner_status,
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_frontend.h309 * @tuner_status: callback function that returns tuner status bits, e. g.
327 void (*tuner_status)(struct dvb_frontend *fe); member in struct:analog_demod_ops

Completed in 426 milliseconds