Searched refs:videocodec_attach (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvideocodec.h50 codecdata=videocodec_attach(master_codecdata);
351 extern struct videocodec *videocodec_attach(struct videocodec_master *);
H A Dvideocodec.c76 videocodec_attach (struct videocodec_master *master) function
84 dprintk(1, KERN_ERR "videocodec_attach: no data\n");
89 "videocodec_attach: '%s', type: %x, flags %lx, magic %lx\n",
95 "videocodec_attach: no device available\n");
103 dprintk(4, "videocodec_attach: try '%s'\n",
114 "videocodec_attach: no mem\n");
124 dprintk(3, "videocodec_attach '%s'\n",
130 "videocodec_attach: no memory\n");
158 dprintk(1, KERN_ERR "videocodec_attach: no codec found!\n");
472 EXPORT_SYMBOL(videocodec_attach); variable
[all...]
H A Dzoran_card.c1498 zr->codec = videocodec_attach(master_codec);
1519 zr->vfe = videocodec_attach(master_vfe);

Completed in 89 milliseconds