Lines Matching refs:t
808 void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t) in cx88_get_stereo() argument
826 t->capability = V4L2_TUNER_CAP_STEREO | V4L2_TUNER_CAP_SAP | in cx88_get_stereo()
828 t->rxsubchans = UNSET; in cx88_get_stereo()
829 t->audmode = V4L2_TUNER_MODE_MONO; in cx88_get_stereo()
833 t->audmode = V4L2_TUNER_MODE_STEREO; in cx88_get_stereo()
836 t->audmode = V4L2_TUNER_MODE_LANG2; in cx88_get_stereo()
839 t->audmode = V4L2_TUNER_MODE_MONO; in cx88_get_stereo()
842 t->audmode = V4L2_TUNER_MODE_SAP; in cx88_get_stereo()
853 t->rxsubchans = cx88_dsp_detect_stereo_sap(core); in cx88_get_stereo()
868 if (t->rxsubchans == UNSET) { in cx88_get_stereo()
869 t->rxsubchans = V4L2_TUNER_SUB_MONO; in cx88_get_stereo()
874 if (t->audmode == V4L2_TUNER_MODE_STEREO) in cx88_get_stereo()
875 t->rxsubchans |= V4L2_TUNER_SUB_STEREO; in cx88_get_stereo()
990 struct v4l2_tuner t; in cx88_audio_thread() local
1011 memset(&t, 0, sizeof(t)); in cx88_audio_thread()
1012 cx88_get_stereo(core, &t); in cx88_audio_thread()
1019 if (t.rxsubchans & V4L2_TUNER_SUB_STEREO) in cx88_audio_thread()