Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstv6110x.h28 enum tuner_status { enum
H A Dau8522_dig.c638 u32 tuner_status = 0; in au8522_read_status() local
669 fe->ops.tuner_ops.get_status(fe, &tuner_status); in au8522_read_status()
674 if (tuner_status) in au8522_read_status()
H A Ds5h1411.c654 u32 tuner_status = 0; in s5h1411_read_status() local
697 fe->ops.tuner_ops.get_status(fe, &tuner_status); in s5h1411_read_status()
702 if (tuner_status) in s5h1411_read_status()
H A Ds5h1409.c750 u32 tuner_status = 0; in s5h1409_read_status() local
783 fe->ops.tuner_ops.get_status(fe, &tuner_status); in s5h1409_read_status()
788 if (tuner_status) in s5h1409_read_status()
/linux/include/media/
H A Ddvb_frontend.h310 void (*tuner_status)(struct dvb_frontend *fe); member
/linux/drivers/media/tuners/
H A Dmt2063.c1988 static int mt2063_get_status(struct dvb_frontend *fe, u32 *tuner_status) in mt2063_get_status() argument
1998 *tuner_status = 0; in mt2063_get_status()
2003 *tuner_status = TUNER_STATUS_LOCKED; in mt2063_get_status()
2005 dprintk(1, "Tuner status: %d", *tuner_status); in mt2063_get_status()
H A Dtda9887.c669 .tuner_status = tda9887_tuner_status,