Lines Matching refs:bttv

4     bttv-cards.c
33 #include "bttv-audio-hook.h"
36 static void boot_msp34xx(struct bttv *btv, int pin);
37 static void hauppauge_eeprom(struct bttv *btv);
38 static void avermedia_eeprom(struct bttv *btv);
39 static void osprey_eeprom(struct bttv *btv, const u8 ee[256]);
40 static void modtec_eeprom(struct bttv *btv);
41 static void init_PXC200(struct bttv *btv);
42 static void init_RTV24(struct bttv *btv);
43 static void init_PCI8604PW(struct bttv *btv);
45 static void rv605_muxsel(struct bttv *btv, unsigned int input);
46 static void eagle_muxsel(struct bttv *btv, unsigned int input);
47 static void xguard_muxsel(struct bttv *btv, unsigned int input);
48 static void ivc120_muxsel(struct bttv *btv, unsigned int input);
49 static void gvc1100_muxsel(struct bttv *btv, unsigned int input);
51 static void PXC200_muxsel(struct bttv *btv, unsigned int input);
53 static void picolo_tetra_muxsel(struct bttv *btv, unsigned int input);
54 static void picolo_tetra_init(struct bttv *btv);
56 static void tibetCS16_muxsel(struct bttv *btv, unsigned int input);
57 static void tibetCS16_init(struct bttv *btv);
59 static void kodicom4400r_muxsel(struct bttv *btv, unsigned int input);
60 static void kodicom4400r_init(struct bttv *btv);
62 static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input);
63 static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input);
65 static void geovision_muxsel(struct bttv *btv, unsigned int input);
67 static void phytec_muxsel(struct bttv *btv, unsigned int input);
69 static void gv800s_muxsel(struct bttv *btv, unsigned int input);
70 static void gv800s_init(struct bttv *btv);
72 static void td3116_muxsel(struct bttv *btv, unsigned int input);
74 static int terratec_active_radio_upgrade(struct bttv *btv);
75 static int tea575x_init(struct bttv *btv);
76 static void identify_by_eeprom(struct bttv *btv,
78 static int pvr_boot(struct bttv *btv);
93 static struct bttv *master[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = NULL };
1148 options bttv card=0 pll=1 radio=1 gpiomask=0x18e0
2184 /*0x79 in bttv.h*/
2548 .name = "Sabrent TV-FM (bttv version)",
2893 void bttv_idcard(struct bttv *btv)
2965 static void identify_by_eeprom(struct bttv *btv, unsigned char eeprom_data[256])
2983 static void flyvideo_gpio(struct bttv *btv)
3065 static void miro_pinnacle_gpio(struct bttv *btv)
3150 static void init_ids_eagle(struct bttv *btv)
3168 static void eagle_muxsel(struct bttv *btv, unsigned int input)
3183 static void gvc1100_muxsel(struct bttv *btv, unsigned int input)
3202 static void init_lmlbt4x(struct bttv *btv)
3210 static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input)
3217 static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input)
3224 static void geovision_muxsel(struct bttv *btv, unsigned int input)
3241 static void td3116_latch_value(struct bttv *btv, u32 value)
3249 static void td3116_muxsel(struct bttv *btv, unsigned int input)
3269 static void bttv_reset_audio(struct bttv *btv)
3291 void bttv_init_card1(struct bttv *btv)
3326 void bttv_init_card2(struct bttv *btv)
3647 void bttv_init_tuner(struct bttv *btv)
3691 static void modtec_eeprom(struct bttv *btv)
3711 static void hauppauge_eeprom(struct bttv *btv)
3743 struct bttv *btv = tea->private_data;
3764 struct bttv *btv = tea->private_data;
3791 struct bttv *btv = tea->private_data;
3809 static int tea575x_init(struct bttv *btv)
3827 static int terratec_active_radio_upgrade(struct bttv *btv)
3864 static int pvr_altera_load(struct bttv *btv, const u8 *micro, u32 microlen)
3901 static int pvr_boot(struct bttv *btv)
3921 static void osprey_eeprom(struct bttv *btv, const u8 ee[256])
4052 static void avermedia_eeprom(struct bttv *btv)
4088 * that control the IF for the video and audio. Apparently, bttv GPIO
4092 u32 bttv_tda9880_setnorm(struct bttv *btv, u32 gpiobits)
4114 static void boot_msp34xx(struct bttv *btv, int pin)
4137 static void init_PXC200(struct bttv *btv)
4234 init_RTV24 (struct bttv *btv)
4299 init_PCI8604PW(struct bttv *btv)
4389 static void rv605_muxsel(struct bttv *btv, unsigned int input)
4437 static void tibetCS16_muxsel(struct bttv *btv, unsigned int input)
4443 static void tibetCS16_init(struct bttv *btv)
4477 static void kodicom4400r_write(struct bttv *btv,
4497 static void kodicom4400r_muxsel(struct bttv *btv, unsigned int input)
4500 struct bttv *mctlr;
4526 static void kodicom4400r_init(struct bttv *btv)
4569 static void xguard_muxsel(struct bttv *btv, unsigned int input)
4579 static void picolo_tetra_init(struct bttv *btv)
4585 static void picolo_tetra_muxsel (struct bttv* btv, unsigned int input)
4627 static void ivc120_muxsel(struct bttv *btv, unsigned int input)
4677 static void PXC200_muxsel(struct bttv *btv, unsigned int input)
4732 * needed because bttv-driver sets mux before calling this function
4742 static void phytec_muxsel(struct bttv *btv, unsigned int input)
4767 static void gv800s_write(struct bttv *btv,
4809 static void gv800s_muxsel(struct bttv *btv, unsigned int input)
4811 struct bttv *mctlr;
4836 static void gv800s_init(struct bttv *btv)
4891 pr_info("bttv and your chipset may not work together\n");
4911 int bttv_handle_chipset(struct bttv *btv)