/linux-3.4.99/drivers/media/video/bt8xx/ |
D | bttv-cards.c | 2907 void __devinit bttv_idcard(struct bttv *btv) in bttv_idcard() 2979 static void identify_by_eeprom(struct bttv *btv, unsigned char eeprom_data[256]) in identify_by_eeprom() 2997 static void flyvideo_gpio(struct bttv *btv) in flyvideo_gpio() 3079 static void miro_pinnacle_gpio(struct bttv *btv) in miro_pinnacle_gpio() 3164 static void init_ids_eagle(struct bttv *btv) in init_ids_eagle() 3182 static void eagle_muxsel(struct bttv *btv, unsigned int input) in eagle_muxsel() 3197 static void gvc1100_muxsel(struct bttv *btv, unsigned int input) in gvc1100_muxsel() 3216 static void init_lmlbt4x(struct bttv *btv) in init_lmlbt4x() 3224 static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input) in sigmaSQ_muxsel() 3231 static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input) in sigmaSLC_muxsel() [all …]
|
D | bttv-audio-hook.c | 15 void winview_volume(struct bttv *btv, __u16 volume) in winview_volume() 55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio() 76 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio() 143 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio() 165 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio() 186 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio() 215 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio() 235 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio() 268 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio() 299 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio() [all …]
|
D | bttv-i2c.c | 62 struct bttv *btv = (struct bttv*)data; in bttv_bit_setscl() local 74 struct bttv *btv = (struct bttv*)data; in bttv_bit_setsda() local 86 struct bttv *btv = (struct bttv*)data; in bttv_bit_getscl() local 95 struct bttv *btv = (struct bttv*)data; in bttv_bit_getsda() local 120 bttv_i2c_wait_done(struct bttv *btv) in bttv_i2c_wait_done() 139 bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_sendbytes() 189 bttv_i2c_readbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_readbytes() 237 struct bttv *btv = to_bttv(v4l2_dev); in bttv_i2c_xfer() local 273 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead() 298 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite() [all …]
|
D | bttv-driver.c | 178 struct bttv *btv = video_get_drvdata(vfd); in show_card() local 854 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock() 909 int locked_btres(struct bttv *btv, int bit) in locked_btres() 916 disclaim_vbi_lines(struct bttv *btv) in disclaim_vbi_lines() 923 disclaim_video_lines(struct bttv *btv) in disclaim_video_lines() 944 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock() 975 static void set_pll_freq(struct bttv *btv, unsigned int fin, unsigned int fout) in set_pll_freq() 997 static void set_pll(struct bttv *btv) in set_pll() 1049 static void bt848A_set_timing(struct bttv *btv) in bt848A_set_timing() 1081 static void bt848_bright(struct bttv *btv, int bright) in bt848_bright() [all …]
|
D | bttv-input.c | 53 static void ir_handle_key(struct bttv *btv) in ir_handle_key() 87 static void ir_enltv_handle_key(struct bttv *btv) in ir_enltv_handle_key() 128 void bttv_input_irq(struct bttv *btv) in bttv_input_irq() 140 struct bttv *btv = (struct bttv*)data; in bttv_input_timer() local 246 static int bttv_rc5_irq(struct bttv *btv) in bttv_rc5_irq() 303 static void bttv_ir_start(struct bttv *btv, struct bttv_ir *ir) in bttv_ir_start() 319 static void bttv_ir_stop(struct bttv *btv) in bttv_ir_stop() 371 void __devinit init_bttv_i2c_ir(struct bttv *btv) in init_bttv_i2c_ir() 414 int __devexit fini_bttv_i2c(struct bttv *btv) in fini_bttv_i2c() 422 int bttv_input_init(struct bttv *btv) in bttv_input_init() [all …]
|
D | bttv-risc.c | 47 bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_packed() 126 bttv_risc_planar(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_planar() 246 bttv_risc_overlay(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_overlay() 336 bttv_calc_geo_old(struct bttv *btv, struct bttv_geometry *geo, in bttv_calc_geo_old() 380 bttv_calc_geo (struct bttv * btv, in bttv_calc_geo() 436 bttv_apply_geo(struct bttv *btv, struct bttv_geometry *geo, int odd) in bttv_apply_geo() 463 bttv_set_dma(struct bttv *btv, int override) in bttv_set_dma() 515 bttv_risc_init_main(struct bttv *btv) in bttv_risc_init_main() 554 bttv_risc_hook(struct bttv *btv, int slot, struct btcx_riscmem *risc, in bttv_risc_hook() 581 bttv_dma_free(struct videobuf_queue *q,struct bttv *btv, struct bttv_buffer *buf) in bttv_dma_free() [all …]
|
D | bttv-if.c | 59 struct bttv *btv; in bttv_gpio_enable() local 77 struct bttv *btv; in bttv_read_gpio() local 99 struct bttv *btv; in bttv_write_gpio() local
|
D | bttv-vbi.c | 86 struct bttv *btv = fh->btv; in vbi_buffer_setup() local 108 struct bttv *btv = fh->btv; in vbi_buffer_prepare() local 214 struct bttv *btv = fh->btv; in vbi_buffer_queue() local 229 struct bttv *btv = fh->btv; in vbi_buffer_release() local 315 struct bttv *btv = fh->btv; in bttv_try_fmt_vbi_cap() local 333 struct bttv *btv = fh->btv; in bttv_s_fmt_vbi_cap() local
|
D | bttv-gpio.c | 143 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_inout() local 157 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_read() local 166 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_write() local 173 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_bits() local
|
D | bttvp.h | 217 struct bttv *btv; member 513 static inline unsigned int bttv_muxsel(const struct bttv *btv, in bttv_muxsel()
|
D | bttv.h | 360 #define bttv_call_all(btv, o, f, args...) \ argument
|