Home
last modified time | relevance | path

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

/drivers/media/pci/zoran/
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
266 int (*setup_interrupt)(struct videocodec *codec, long mode); 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
284 __u32 (*readreg)(struct videocodec *codec, __u16 reg);
298 int videocodec_detach(struct videocodec *codec);
302 int videocodec_register(const struct videocodec *codec);
[all …]
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()
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 = {
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 = {
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 = {
A Dzoran.h212 struct videocodec *codec; /* video codec */
213 struct videocodec *vfe; /* video front end */
A DMakefile3 zoran_driver.o zoran_card.o videocodec.o
A Dzoran_card.h27 void zr36016_write(struct videocodec *codec, u16 reg, u32 val);
A Dzr36016.h16 struct videocodec *codec;
A Dzoran_card.c98 static u32 zr36060_read(struct videocodec *codec, u16 reg) in zr36060_read()
111 static void zr36060_write(struct videocodec *codec, u16 reg, u32 val) in zr36060_write()
123 static u32 zr36050_read(struct videocodec *codec, u16 reg) in zr36050_read()
135 static void zr36050_write(struct videocodec *codec, u16 reg, u32 val) in zr36050_write()
146 static u32 zr36016_read(struct videocodec *codec, u16 reg) in zr36016_read()
159 void zr36016_write(struct videocodec *codec, u16 reg, u32 val) in zr36016_write()
A Dzr36050.h18 struct videocodec *codec;
A Dzr36060.h18 struct videocodec *codec;

Completed in 23 milliseconds