Home
last modified time | relevance | path

Searched defs:btv (Results 1 – 11 of 11) sorted by relevance

/drivers/media/pci/bt8xx/
Dbttv-cards.c2901 void bttv_idcard(struct bttv *btv) in bttv_idcard()
2973 static void identify_by_eeprom(struct bttv *btv, unsigned char eeprom_data[256]) in identify_by_eeprom()
2991 static void flyvideo_gpio(struct bttv *btv) in flyvideo_gpio()
3073 static void miro_pinnacle_gpio(struct bttv *btv) in miro_pinnacle_gpio()
3158 static void init_ids_eagle(struct bttv *btv) in init_ids_eagle()
3176 static void eagle_muxsel(struct bttv *btv, unsigned int input) in eagle_muxsel()
3191 static void gvc1100_muxsel(struct bttv *btv, unsigned int input) in gvc1100_muxsel()
3210 static void init_lmlbt4x(struct bttv *btv) in init_lmlbt4x()
3218 static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input) in sigmaSQ_muxsel()
3225 static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input) in sigmaSLC_muxsel()
[all …]
Dbttv-driver.c190 struct bttv *btv = video_get_drvdata(vfd); in show_card() local
683 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock()
738 int locked_btres(struct bttv *btv, int bit) in locked_btres()
745 disclaim_vbi_lines(struct bttv *btv) in disclaim_vbi_lines()
752 disclaim_video_lines(struct bttv *btv) in disclaim_video_lines()
773 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock()
804 static void set_pll_freq(struct bttv *btv, unsigned int fin, unsigned int fout) in set_pll_freq()
826 static void set_pll(struct bttv *btv) in set_pll()
878 static void bt848A_set_timing(struct bttv *btv) in bt848A_set_timing()
910 static void bt848_bright(struct bttv *btv, int bright) in bt848_bright()
[all …]
Dbttv-audio-hook.c15 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()
86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio()
157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio()
188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio()
221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio()
259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio()
292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio()
336 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio()
377 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio()
[all …]
Dbttv-i2c.c62 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 …]
Dbttv-risc.c47 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 …]
Dbttv-input.c53 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()
301 static void bttv_ir_start(struct bttv *btv, struct bttv_ir *ir) in bttv_ir_start()
315 static void bttv_ir_stop(struct bttv *btv) in bttv_ir_stop()
369 void init_bttv_i2c_ir(struct bttv *btv) in init_bttv_i2c_ir()
416 int bttv_input_init(struct bttv *btv) in bttv_input_init()
576 void bttv_input_fini(struct bttv *btv) in bttv_input_fini()
Dbttv-vbi.c86 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
Dbttv-if.c59 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
Dbttv-gpio.c143 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
Dbttv.h365 #define bttv_call_all(btv, o, f, args...) \ argument
368 #define bttv_call_all_err(btv, o, f, args...) \ argument
Dbttvp.h221 struct bttv *btv; member
520 static inline unsigned int bttv_muxsel(const struct bttv *btv, in bttv_muxsel()