Home
last modified time | relevance | path

Searched refs:videocodec (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/pci/zoran/
H A Dvideocodec.h236 struct videocodec { struct
252 int (*setup)(struct videocodec *codec); argument
253 int (*unset)(struct videocodec *codec); argument
257 int (*set_mode)(struct videocodec *codec, int mode); argument
259 int (*set_video)(struct videocodec *codec, const struct tvnorm *norm, argument
262 int (*control)(struct videocodec *codec, int type, int size, void *data); argument
266 int (*setup_interrupt)(struct videocodec *codec, long mode); argument
267 int (*handle_interrupt)(struct videocodec *codec, int source, long flag); argument
269 long (*put_image)(struct videocodec *codec, int tr_type, int block, argument
271 long (*get_image)(struct videocodec *codec, int tr_type, int block, argument
[all …]
H A Dvideocodec.c20 struct videocodec *codec;
25 const struct videocodec *codec;
37 struct videocodec *videocodec_attach(struct videocodec_master *master) in videocodec_attach()
42 struct videocodec *codec; in videocodec_attach()
66 codec = kmemdup(h->codec, sizeof(struct videocodec), GFP_KERNEL); in videocodec_attach()
109 int videocodec_detach(struct videocodec *codec) in videocodec_detach()
167 int videocodec_register(const struct videocodec *codec) in videocodec_register()
177 zr = videocodec_to_zoran((struct videocodec *)codec); in videocodec_register()
202 int videocodec_unregister(const struct videocodec *codec) in videocodec_unregister()
212 zr = videocodec_to_zoran((struct videocodec *)codec); in videocodec_unregister()
H A Dzr36016.c196 static int zr36016_set_mode(struct videocodec *codec, int mode) in zr36016_set_mode()
213 static int zr36016_set_video(struct videocodec *codec, const struct tvnorm *norm, in zr36016_set_video()
255 static int zr36016_control(struct videocodec *codec, int type, int size, void *data) in zr36016_control()
306 static int zr36016_unset(struct videocodec *codec) in zr36016_unset()
334 static int zr36016_setup(struct videocodec *codec) in zr36016_setup()
376 static const struct videocodec zr36016_codec = {
H A Dzr36050.c526 static int zr36050_set_mode(struct videocodec *codec, int mode) in zr36050_set_mode()
543 static int zr36050_set_video(struct videocodec *codec, const struct tvnorm *norm, in zr36050_set_video()
586 static int zr36050_control(struct videocodec *codec, int type, int size, void *data) in zr36050_control()
700 static int zr36050_unset(struct videocodec *codec) in zr36050_unset()
729 static int zr36050_setup(struct videocodec *codec) in zr36050_setup()
787 static const struct videocodec zr36050_codec = {
H A Dzr36060.c466 static int zr36060_set_mode(struct videocodec *codec, int mode) in zr36060_set_mode()
483 static int zr36060_set_video(struct videocodec *codec, const struct tvnorm *norm, in zr36060_set_video()
642 static int zr36060_control(struct videocodec *codec, int type, int size, void *data) in zr36060_control()
759 static int zr36060_unset(struct videocodec *codec) in zr36060_unset()
785 static int zr36060_setup(struct videocodec *codec) in zr36060_setup()
840 static const struct videocodec zr36060_codec = {
H A DMakefile3 zoran_driver.o zoran_card.o videocodec.o
H A Dzr36016.h16 struct videocodec *codec;
H A Dzr36050.h18 struct videocodec *codec;
H A Dzr36060.h18 struct videocodec *codec;