Lines Matching defs:mode
39 tda_dbg("%s mode: xtal oscillator %s, slave tuner loop through %s\n",
63 switch (priv->mode) {
89 /* set rfagc to high speed mode */
93 /* set cal mode to normal */
187 /* set rfagc to normal speed mode */
233 /* set CAL mode to normal */
313 /* POR mode */
332 /* set CAL mode to normal */
366 /* set CAL mode to RF tracking filter calibration */
409 /* set CAL mode to normal */
457 /* detection mode */
533 /* set cal mode to normal */
718 /* set cal mode to RF tracking filter calibration */
723 switch (priv->mode) {
736 switch (priv->mode) {
780 regs[R_EP4] &= ~0x03; /* set cal mode to normal */
843 /* enter standby mode, with required output features enabled */
871 priv->mode);
931 priv->mode = TDA18271_DIGITAL;
989 char *mode;
992 ((params->mode == V4L2_TUNER_RADIO) ? 1 : 1000) / 2;
994 priv->mode = TDA18271_ANALOG;
996 if (params->mode == V4L2_TUNER_RADIO) {
998 mode = "fm";
1001 mode = "MN";
1004 mode = "B";
1007 mode = "GH";
1010 mode = "I";
1013 mode = "DK";
1016 mode = "L";
1019 mode = "L'";
1022 mode = "xx";
1025 tda_dbg("setting tda18271 to system %s\n", mode);
1290 /* enter standby mode, with required output features enabled */