Home
last modified time | relevance | path

Searched refs:videocodec_master (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/pci/zoran/
H A Dvideocodec.h245 struct videocodec_master *master_data;
275 struct videocodec_master { struct
296 struct videocodec *videocodec_attach(struct videocodec_master *master); argument
311 static inline struct zoran *videocodec_master_to_zoran(struct videocodec_master *master) in videocodec_master_to_zoran()
320 struct videocodec_master *master = codec->master_data; in videocodec_to_zoran()
H A Dzoran_card.c1112 static struct videocodec_master *zoran_setup_videocodec(struct zoran *zr, in zoran_setup_videocodec()
1115 struct videocodec_master *m = NULL; in zoran_setup_videocodec()
1229 struct videocodec_master *master_vfe = NULL; in zoran_probe()
1230 struct videocodec_master *master_codec = NULL; in zoran_probe()
H A Dvideocodec.c37 struct videocodec *videocodec_attach(struct videocodec_master *master) in videocodec_attach()