Searched refs:tuner_status (Results 1 – 9 of 9) sorted by relevance
/drivers/media/v4l2-core/ |
D | tuner-core.c | 222 static void tuner_status(struct dvb_frontend *fe); 228 .tuner_status = tuner_status 1032 static void tuner_status(struct dvb_frontend *fe) in tuner_status() function 1066 u32 tuner_status; in tuner_status() local 1068 fe_tuner_ops->get_status(&t->fe, &tuner_status); in tuner_status() 1069 if (tuner_status & TUNER_STATUS_LOCKED) in tuner_status() 1071 if (tuner_status & TUNER_STATUS_STEREO) in tuner_status() 1215 u32 tuner_status; in tuner_g_tuner() local 1217 fe_tuner_ops->get_status(&t->fe, &tuner_status); in tuner_g_tuner() 1219 (tuner_status & TUNER_STATUS_STEREO) ? in tuner_g_tuner() [all …]
|
/drivers/media/dvb-frontends/ |
D | au8522_dig.c | 650 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()
|
D | stv6110x.h | 37 enum tuner_status { enum
|
D | s5h1411.c | 666 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()
|
D | s5h1409.c | 762 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()
|
/drivers/media/tuners/ |
D | tuner-simple.c | 169 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()
|
D | mt2063.c | 2000 static int mt2063_get_status(struct dvb_frontend *fe, u32 *tuner_status) in mt2063_get_status() argument 2010 *tuner_status = 0; in mt2063_get_status() 2015 *tuner_status = TUNER_STATUS_LOCKED; in mt2063_get_status() 2017 dprintk(1, "Tuner status: %d", *tuner_status); in mt2063_get_status()
|
D | tda9887.c | 668 .tuner_status = tda9887_tuner_status,
|
/drivers/media/dvb-core/ |
D | dvb_frontend.h | 308 void (*tuner_status)(struct dvb_frontend *fe); member
|