Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/v4l2-core/
Dtuner-core.c222 static void tuner_status(struct dvb_frontend *fe);
228 .tuner_status = tuner_status
1034 static void tuner_status(struct dvb_frontend *fe) in tuner_status() function
1068 u32 tuner_status; in tuner_status() local
1070 fe_tuner_ops->get_status(&t->fe, &tuner_status); in tuner_status()
1071 if (tuner_status & TUNER_STATUS_LOCKED) in tuner_status()
1073 if (tuner_status & TUNER_STATUS_STEREO) in tuner_status()
1208 u32 tuner_status; in tuner_g_tuner() local
1210 fe_tuner_ops->get_status(&t->fe, &tuner_status); in tuner_g_tuner()
1212 (tuner_status & TUNER_STATUS_STEREO) ? in tuner_g_tuner()
[all …]
/linux-4.19.296/drivers/media/dvb-frontends/
Dstv6110x.h37 enum tuner_status { enum
Dau8522_dig.c650 u32 tuner_status = 0; in au8522_read_status() local
681 fe->ops.tuner_ops.get_status(fe, &tuner_status); in au8522_read_status()
686 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-4.19.296/drivers/media/tuners/
Dtuner-simple.c169 int tuner_status; in simple_get_status() local
174 tuner_status = tuner_read_status(fe); in simple_get_status()
178 if (tuner_islocked(tuner_status)) in simple_get_status()
180 if (tuner_stereo(priv->type, tuner_status)) in simple_get_status()
183 tuner_dbg("AFC Status: %d\n", tuner_afcstatus(tuner_status)); in simple_get_status()
Dmt2063.c1998 static int mt2063_get_status(struct dvb_frontend *fe, u32 *tuner_status) in mt2063_get_status() argument
2008 *tuner_status = 0; in mt2063_get_status()
2013 *tuner_status = TUNER_STATUS_LOCKED; in mt2063_get_status()
2015 dprintk(1, "Tuner status: %d", *tuner_status); in mt2063_get_status()
Dtda9887.c668 .tuner_status = tda9887_tuner_status,
/linux-4.19.296/include/media/
Ddvb_frontend.h309 void (*tuner_status)(struct dvb_frontend *fe); member