Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dtuner-core.c244 static void tuner_status(struct dvb_frontend *fe);
251 .tuner_status = tuner_status
1018 static void tuner_status(struct dvb_frontend *fe) in tuner_status() function
1052 u32 tuner_status; in tuner_status() local
1054 fe_tuner_ops->get_status(&t->fe, &tuner_status); in tuner_status()
1055 if (tuner_status & TUNER_STATUS_LOCKED) in tuner_status()
1057 if (tuner_status & TUNER_STATUS_STEREO) in tuner_status()
1192 u32 tuner_status; in tuner_g_tuner() local
1194 fe_tuner_ops->get_status(&t->fe, &tuner_status); in tuner_g_tuner()
1196 (tuner_status & TUNER_STATUS_STEREO) ? in tuner_g_tuner()
[all …]
/linux-3.4.99/drivers/media/dvb/frontends/
Dstv6110x.h37 enum tuner_status { enum
Dau8522_dig.c746 u32 tuner_status = 0; in au8522_read_status() local
777 fe->ops.tuner_ops.get_status(fe, &tuner_status); in au8522_read_status()
782 if (tuner_status) in au8522_read_status()
Ds5h1411.c666 u32 tuner_status = 0; in s5h1411_read_status() local
709 fe->ops.tuner_ops.get_status(fe, &tuner_status); in s5h1411_read_status()
714 if (tuner_status) in s5h1411_read_status()
Ds5h1409.c762 u32 tuner_status = 0; in s5h1409_read_status() local
795 fe->ops.tuner_ops.get_status(fe, &tuner_status); in s5h1409_read_status()
800 if (tuner_status) in s5h1409_read_status()
/linux-3.4.99/drivers/media/common/tuners/
Dtuner-simple.c168 int tuner_status; in simple_get_status() local
173 tuner_status = tuner_read_status(fe); in simple_get_status()
177 if (tuner_islocked(tuner_status)) in simple_get_status()
179 if (tuner_stereo(priv->type, tuner_status)) in simple_get_status()
182 tuner_dbg("AFC Status: %d\n", tuner_afcstatus(tuner_status)); in simple_get_status()
Dmt2063.c2021 static int mt2063_get_status(struct dvb_frontend *fe, u32 *tuner_status) in mt2063_get_status() argument
2031 *tuner_status = 0; in mt2063_get_status()
2036 *tuner_status = TUNER_STATUS_LOCKED; in mt2063_get_status()
2038 dprintk(1, "Tuner status: %d", *tuner_status); in mt2063_get_status()
Dtda9887.c668 .tuner_status = tda9887_tuner_status,
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_frontend.h249 void (*tuner_status)(struct dvb_frontend *fe); member