Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c2905 void bttv_idcard(struct bttv *btv) in bttv_idcard()
2977 static void identify_by_eeprom(struct bttv *btv, unsigned char eeprom_data[256]) in identify_by_eeprom()
2995 static void flyvideo_gpio(struct bttv *btv) in flyvideo_gpio()
3077 static void miro_pinnacle_gpio(struct bttv *btv) in miro_pinnacle_gpio()
3162 static void init_ids_eagle(struct bttv *btv) in init_ids_eagle()
3180 static void eagle_muxsel(struct bttv *btv, unsigned int input) in eagle_muxsel()
3195 static void gvc1100_muxsel(struct bttv *btv, unsigned int input) in gvc1100_muxsel()
3214 static void init_lmlbt4x(struct bttv *btv) in init_lmlbt4x()
3222 static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input) in sigmaSQ_muxsel()
3229 static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input) in sigmaSLC_muxsel()
[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-driver.c189 struct bttv *btv = video_get_drvdata(vfd); in show_card() local
682 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock()
737 int locked_btres(struct bttv *btv, int bit) in locked_btres()
744 disclaim_vbi_lines(struct bttv *btv) in disclaim_vbi_lines()
751 disclaim_video_lines(struct bttv *btv) in disclaim_video_lines()
772 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock()
803 static void set_pll_freq(struct bttv *btv, unsigned int fin, unsigned int fout) in set_pll_freq()
825 static void set_pll(struct bttv *btv) in set_pll()
877 static void bt848A_set_timing(struct bttv *btv) in bt848A_set_timing()
909 static void bt848_bright(struct bttv *btv, int bright) in bt848_bright()
[all …]
Dbttv-i2c.c60 struct bttv *btv = (struct bttv*)data; in bttv_bit_setscl() local
72 struct bttv *btv = (struct bttv*)data; in bttv_bit_setsda() local
84 struct bttv *btv = (struct bttv*)data; in bttv_bit_getscl() local
93 struct bttv *btv = (struct bttv*)data; in bttv_bit_getsda() local
118 bttv_i2c_wait_done(struct bttv *btv) in bttv_i2c_wait_done()
137 bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_sendbytes()
187 bttv_i2c_readbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_readbytes()
235 struct bttv *btv = to_bttv(v4l2_dev); in bttv_i2c_xfer() local
271 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead()
296 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()
247 bttv_risc_overlay(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_overlay()
338 bttv_calc_geo_old(struct bttv *btv, struct bttv_geometry *geo, in bttv_calc_geo_old()
382 bttv_calc_geo (struct bttv * btv, in bttv_calc_geo()
438 bttv_apply_geo(struct bttv *btv, struct bttv_geometry *geo, int odd) in bttv_apply_geo()
465 bttv_set_dma(struct bttv *btv, int override) in bttv_set_dma()
517 bttv_risc_init_main(struct bttv *btv) in bttv_risc_init_main()
556 bttv_risc_hook(struct bttv *btv, int slot, struct btcx_riscmem *risc, in bttv_risc_hook()
583 bttv_dma_free(struct videobuf_queue *q,struct bttv *btv, struct bttv_buffer *buf) in bttv_dma_free()
[all …]
Dbttv-input.c49 static void ir_handle_key(struct bttv *btv) in ir_handle_key()
84 static void ir_enltv_handle_key(struct bttv *btv) in ir_enltv_handle_key()
126 void bttv_input_irq(struct bttv *btv) in bttv_input_irq()
139 struct bttv *btv = ir->btv; in bttv_input_timer() local
244 static int bttv_rc5_irq(struct bttv *btv) in bttv_rc5_irq()
313 static void bttv_ir_stop(struct bttv *btv) in bttv_ir_stop()
371 void init_bttv_i2c_ir(struct bttv *btv) in init_bttv_i2c_ir()
418 int bttv_input_init(struct bttv *btv) in bttv_input_init()
579 void bttv_input_fini(struct bttv *btv) in bttv_input_fini()
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-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-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
Dbttvp.h125 struct bttv *btv; member
222 struct bttv *btv; member
521 static inline unsigned int bttv_muxsel(const struct bttv *btv, in bttv_muxsel()
Dbttv.h365 #define bttv_call_all(btv, o, f, args...) \ argument
368 #define bttv_call_all_err(btv, o, f, args...) \ argument