Searched refs:btv (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | bttv-driver.c | 56 static void bt848_set_risc_jmps(struct bttv *btv, int state); 57 static void make_vbitab(struct bttv *btv); 58 static void bt848_set_winsize(struct bttv *btv); 219 static int fbuffer_alloc(struct bttv *btv) in fbuffer_alloc() argument 221 if(!btv->fbuffer) in fbuffer_alloc() 222 btv->fbuffer=(unsigned char *) rvmalloc(gbuffers*gbufsize); in fbuffer_alloc() 225 btv->nr); in fbuffer_alloc() 226 if(!btv->fbuffer) in fbuffer_alloc() 233 void bttv_gpio_tracking(struct bttv *btv, char *comment) in bttv_gpio_tracking() argument 239 btv->nr,outbits,data & outbits, data & ~outbits, comment); in bttv_gpio_tracking() [all …]
|
D | bttv-if.c | 81 struct bttv *btv; in bttv_gpio_enable() local 87 btv = &bttvs[card]; in bttv_gpio_enable() 90 bttv_gpio_tracking(btv,"extern enable"); in bttv_gpio_enable() 96 struct bttv *btv; in bttv_read_gpio() local 102 btv = &bttvs[card]; in bttv_read_gpio() 104 if(btv->shutdown) { in bttv_read_gpio() 116 struct bttv *btv; in bttv_write_gpio() local 122 btv = &bttvs[card]; in bttv_write_gpio() 128 bttv_gpio_tracking(btv,"extern write"); in bttv_write_gpio() 134 struct bttv *btv; in bttv_get_gpio_queue() local [all …]
|
D | bttv-cards.c | 44 static void boot_msp34xx(struct bttv *btv, int pin); 45 static void boot_bt832(struct bttv *btv); 46 static void hauppauge_eeprom(struct bttv *btv); 47 static void avermedia_eeprom(struct bttv *btv); 48 static void osprey_eeprom(struct bttv *btv); 49 static void modtec_eeprom(struct bttv *btv); 50 static void init_PXC200(struct bttv *btv); 52 static void winview_audio(struct bttv *btv, struct video_audio *v, int set); 53 static void lt9415_audio(struct bttv *btv, struct video_audio *v, int set); 54 static void avermedia_tvphone_audio(struct bttv *btv, struct video_audio *v, [all …]
|
D | bttv.h | 181 void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set); 182 void (*muxsel_hook)(struct bttv *btv, unsigned int input); 189 extern void bttv_idcard(struct bttv *btv); 190 extern void bttv_init_card1(struct bttv *btv); 191 extern void bttv_init_card2(struct bttv *btv); 194 extern void tea5757_set_freq(struct bttv *btv, unsigned short freq); 195 extern void bttv_tda9880_setnorm(struct bttv *btv, int norm); 202 extern int bttv_handle_chipset(struct bttv *btv); 257 extern void bttv_call_i2c_clients(struct bttv *btv, unsigned int cmd, void *arg); 258 extern int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for); [all …]
|
D | bttvp.h | 52 extern void bttv_gpio_tracking(struct bttv *btv, char *comment); 53 extern int init_bttv_i2c(struct bttv *btv); 54 extern int pvr_boot(struct bttv *btv); 203 void (*audio_hook)(struct bttv *btv, struct video_audio *v, int set); 209 #define btwrite(dat,adr) writel((dat), (char *) (btv->bt848_mem+(adr))) 210 #define btread(adr) readl(btv->bt848_mem+(adr))
|