Lines Matching refs:tuner_status
222 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()
1263 if (analog_ops->tuner_status) in tuner_log_status()
1264 analog_ops->tuner_status(&t->fe); in tuner_log_status()