Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-cards.c2893 void bttv_idcard(struct bttv *btv) in bttv_idcard()
2965 static void identify_by_eeprom(struct bttv *btv, unsigned char eeprom_data[256]) in identify_by_eeprom()
2983 static void flyvideo_gpio(struct bttv *btv) in flyvideo_gpio()
3065 static void miro_pinnacle_gpio(struct bttv *btv) in miro_pinnacle_gpio()
3150 static void init_ids_eagle(struct bttv *btv) in init_ids_eagle()
3168 static void eagle_muxsel(struct bttv *btv, unsigned int input) in eagle_muxsel()
3183 static void gvc1100_muxsel(struct bttv *btv, unsigned int input) in gvc1100_muxsel()
3202 static void init_lmlbt4x(struct bttv *btv) in init_lmlbt4x()
3210 static void sigmaSQ_muxsel(struct bttv *btv, unsigned int input) in sigmaSQ_muxsel()
3217 static void sigmaSLC_muxsel(struct bttv *btv, unsigned int input) in sigmaSLC_muxsel()
[all …]
Dbttv-driver.c177 struct bttv *btv = video_get_drvdata(vfd); in card_show() local
652 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock()
707 int locked_btres(struct bttv *btv, int bit) in locked_btres()
714 disclaim_vbi_lines(struct bttv *btv) in disclaim_vbi_lines()
721 disclaim_video_lines(struct bttv *btv) in disclaim_video_lines()
742 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock()
773 static void set_pll_freq(struct bttv *btv, unsigned int fin, unsigned int fout) in set_pll_freq()
795 static void set_pll(struct bttv *btv) in set_pll()
847 static void bt848A_set_timing(struct bttv *btv) in bt848A_set_timing()
879 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.c48 struct bttv *btv = (struct bttv*)data; in bttv_bit_setscl() local
60 struct bttv *btv = (struct bttv*)data; in bttv_bit_setsda() local
72 struct bttv *btv = (struct bttv*)data; in bttv_bit_getscl() local
81 struct bttv *btv = (struct bttv*)data; in bttv_bit_getsda() local
106 bttv_i2c_wait_done(struct bttv *btv) in bttv_i2c_wait_done()
125 bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_sendbytes()
175 bttv_i2c_readbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_readbytes()
223 struct bttv *btv = to_bttv(v4l2_dev); in bttv_i2c_xfer() local
259 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead()
284 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()
[all …]
Dbttv-risc.c35 bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_packed()
114 bttv_risc_planar(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_planar()
235 bttv_risc_overlay(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_overlay()
326 bttv_calc_geo_old(struct bttv *btv, struct bttv_geometry *geo, in bttv_calc_geo_old()
370 bttv_calc_geo (struct bttv * btv, in bttv_calc_geo()
426 bttv_apply_geo(struct bttv *btv, struct bttv_geometry *geo, int odd) in bttv_apply_geo()
453 bttv_set_dma(struct bttv *btv, int override) in bttv_set_dma()
505 bttv_risc_init_main(struct bttv *btv) in bttv_risc_init_main()
544 bttv_risc_hook(struct bttv *btv, int slot, struct btcx_riscmem *risc, in bttv_risc_hook()
571 bttv_dma_free(struct videobuf_queue *q,struct bttv *btv, struct bttv_buffer *buf) in bttv_dma_free()
[all …]
Dbttv-input.c40 static void ir_handle_key(struct bttv *btv) in ir_handle_key()
75 static void ir_enltv_handle_key(struct bttv *btv) in ir_enltv_handle_key()
117 void bttv_input_irq(struct bttv *btv) in bttv_input_irq()
130 struct bttv *btv = ir->btv; in bttv_input_timer() local
235 static int bttv_rc5_irq(struct bttv *btv) in bttv_rc5_irq()
304 static void bttv_ir_stop(struct bttv *btv) in bttv_ir_stop()
362 void init_bttv_i2c_ir(struct bttv *btv) in init_bttv_i2c_ir()
409 int bttv_input_init(struct bttv *btv) in bttv_input_init()
570 void bttv_input_fini(struct bttv *btv) in bttv_input_fini()
Dbttv-if.c47 struct bttv *btv; in bttv_gpio_enable() local
65 struct bttv *btv; in bttv_read_gpio() local
87 struct bttv *btv; in bttv_write_gpio() local
Dbttv-vbi.c74 struct bttv *btv = fh->btv; in vbi_buffer_setup() local
96 struct bttv *btv = fh->btv; in vbi_buffer_prepare() local
202 struct bttv *btv = fh->btv; in vbi_buffer_queue() local
217 struct bttv *btv = fh->btv; in vbi_buffer_release() local
303 struct bttv *btv = fh->btv; in bttv_try_fmt_vbi_cap() local
321 struct bttv *btv = fh->btv; in bttv_s_fmt_vbi_cap() local
Dbttv-gpio.c130 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_inout() local
144 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_read() local
153 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_write() local
160 struct bttv *btv = container_of(core, struct bttv, c); in bttv_gpio_bits() local
Dbttvp.h112 struct bttv *btv; member
209 struct bttv *btv; member
508 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