Lines Matching defs:input
212 /* PAL digital input over GPIO[7:0] */
221 /* NTSC digital input over GPIO[7:0] */
636 Note this driver permits video input and standard changes regardless if
751 PLL_I = Integer input
752 PLL_F = Fractional input
838 if (btv->input == btv->dig) {
921 video_mux(struct bttv *btv, unsigned int input)
925 if (input >= bttv_tvcards[btv->c.type].video_inputs)
933 if (input == btv->svhs) {
940 mux = bttv_muxsel(btv, input);
942 dprintk("%d: video mux: input=%d mux=%d\n", btv->c.nr, input, mux);
946 bttv_tvcards[btv->c.type].muxsel_hook (btv, input);
956 audio_mux_gpio(struct bttv *btv, int input, int mute)
971 gpio_val = bttv_tvcards[btv->c.type].gpiomux[input];
984 bttv_gpio_tracking(btv, audio_modes[mute_gpio ? 4 : input]);
1013 audio_input(struct bttv *btv, int input)
1015 audio_mux_gpio(btv, input, btv->mute);
1025 switch (input) {
1040 /* Yes, this is the same input as for RADIO. I doubt
1042 input is the BTTV_BOARD_AVERMEDIA98. I wonder how
1044 input does not work. */
1065 input, 0, 0);
1146 set_input(struct bttv *btv, unsigned int input, unsigned int norm)
1150 btv->input = input;
1154 /* active capture -> delayed input switch */
1155 btv->new_input = input;
1157 video_mux(btv,input);
1161 video_mux(btv,input);
1163 btv->audio_input = (btv->tuner_type != TUNER_ABSENT && input == 0) ?
1234 set_input(btv, btv->input, btv->tvnorm);
1657 if (i->index == btv->input) {
1673 *i = btv->input;
2644 pr_notice("%d: Oh, there (temporarily?) is no input signal. Ok, then this is harmless, don't worry ;)\n",
2914 /* switch input */
3335 btv->input = 0;
3407 /* register video4linux + input */
3415 set_input(btv, btv->input, btv->tvnorm);
3483 /* unregister i2c_bus + input */