Home
last modified time | relevance | path

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

/linux-6.3-rc2/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 DMakefile3 zoran_driver.o zoran_card.o videocodec.o
A Dzoran_card.h27 void zr36016_write(struct videocodec *codec, u16 reg, u32 val);
A Dzoran.h212 struct videocodec *codec; /* video codec */
213 struct videocodec *vfe; /* video front end */
A Dzr36016.h16 struct videocodec *codec;
A Dzr36050.h18 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 Dzr36060.h18 struct videocodec *codec;
/linux-6.3-rc2/Documentation/driver-api/media/drivers/
A Dzoran.rst29 videocodec, saa7111, saa7185, zr36060, zr36067
46 videocodec, ks0127, bt866, zr36060, zr36067
71 videocodec, bt819, bt856, zr36060, zr36067
88 videocodec, saa7114, adv7170, zr36060, zr36067
105 videocodec, saa7110, adv7175, zr36060, zr36067
122 videocodec, saa7110, adv7175, zr36060, zr36067
140 videocodec, vpx3220, mse3000/adv7175, zr36050, zr36016, zr36067
158 videocodec, vpx3220/vpx3224, adv7175, zr36050, zr36016, zr36067
176 videocodec, vpx3220/vpx3224, adv7175, zr36050, zr36015, zr36067

Completed in 18 milliseconds