Searched defs:audmode (Results 1 - 11 of 11) sorted by relevance

/drivers/media/video/
H A Dvp27smpx.c44 u32 audmode; member in struct:vp27smpx_state
52 static void vp27smpx_set_audmode(struct v4l2_subdev *sd, u32 audmode) argument
58 switch (audmode) {
72 v4l2_err(sd, "I/O error setting audmode\n");
74 state->audmode = audmode;
98 vp27smpx_set_audmode(sd, vt->audmode);
108 vt->audmode = state->audmode;
126 v4l2_info(sd, "Audio Mode: %u%s\n", state->audmode,
[all...]
H A Dmsp3400-driver.h89 int audmode; member in struct:msp_state
H A Dmsp3400-kthreads.c260 char *modestr = (state->audmode >= 0 && state->audmode < 5) ?
261 strmode[state->audmode] : "unknown";
263 int audmode = state->audmode; local
271 state->audmode);
282 audmode = V4L2_TUNER_MODE_MONO;
286 if (audmode == V4L2_TUNER_MODE_MONO ||
287 audmode == V4L2_TUNER_MODE_STEREO)
288 audmode
[all...]
H A Dtuner-core.c127 unsigned int audmode; member in struct:tuner
615 t->audmode = V4L2_TUNER_MODE_STEREO;
834 .audmode = t->audmode,
975 .audmode = t->audmode,
1202 vt->audmode = t->audmode;
1228 t->audmode = vt->audmode;
[all...]
H A Dtvaudio.c130 int audmode; member in struct:CHIPSTATE
1803 switch (vt->audmode) {
1808 mode = vt->audmode;
1816 chip->audmode = vt->audmode;
1838 vt->audmode = chip->audmode;
1980 chip->audmode = V4L2_TUNER_MODE_LANG1;
/drivers/media/video/cx25840/
H A Dcx25840-core.h47 int audmode; member in struct:cx25840_state
/drivers/staging/media/go7007/
H A Dwis-sony-tuner.c74 u32 audmode; member in struct:wis_sony_tuner
241 switch (t->audmode) {
284 t->audmode == V4L2_TUNER_MODE_MONO ? 0x07f0 : 0x0190);
631 tun->audmode = t->audmode;
640 if (tun->audmode != t->audmode) {
641 t->audmode = tun->audmode;
673 t->audmode
[all...]
/drivers/media/common/tuners/
H A Dtda9887.c37 unsigned int audmode; member in struct:tda9887_priv
408 if (priv->audmode == V4L2_TUNER_MODE_MONO)
633 priv->audmode = params->audmode;
/drivers/media/radio/
H A Dradio-tea5764.c251 static void tea5764_set_audout_mode(struct tea5764_device *radio, int audmode) argument
256 if (audmode == V4L2_TUNER_MODE_MONO)
327 v->audmode = tea5764_get_audout_mode(radio);
342 tea5764_set_audout_mode(radio, v->audmode);
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h74 unsigned int audmode; member in struct:analog_parameters
/drivers/media/video/cx18/
H A Dcx18-av-core.h106 int audmode; member in struct:cx18_av_state

Completed in 172 milliseconds