Searched refs:saa7146_register_device (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/media/drv-intf/ |
| H A D | saa7146_vv.h | 182 int saa7146_register_device(struct video_device *vid, struct saa7146_dev *dev, char *name, int type…
|
| /OK3568_Linux_fs/kernel/drivers/media/common/saa7146/ |
| H A D | saa7146_fops.c | 589 int saa7146_register_device(struct video_device *vfd, struct saa7146_dev *dev, in saa7146_register_device() function 630 EXPORT_SYMBOL_GPL(saa7146_register_device);
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7146/ |
| H A D | hexium_orion.c | 371 if (0 != saa7146_register_device(&hexium->video_dev, dev, "hexium orion", VFL_TYPE_VIDEO)) { in hexium_attach()
|
| H A D | mxb.c | 717 if (saa7146_register_device(&mxb->video_dev, dev, "mxb", VFL_TYPE_VIDEO)) { in mxb_attach() 725 if (saa7146_register_device(&mxb->vbi_dev, dev, "mxb", VFL_TYPE_VBI)) { in mxb_attach()
|
| H A D | hexium_gemini.c | 297 ret = saa7146_register_device(&hexium->video_dev, dev, "hexium gemini", VFL_TYPE_VIDEO); in hexium_attach()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_v4l.c | 834 if (saa7146_register_device(&av7110->v4l_dev, dev, "av7110", VFL_TYPE_VIDEO)) { in av7110_init_v4l() 840 if (saa7146_register_device(&av7110->vbi_dev, dev, "av7110", VFL_TYPE_VBI)) in av7110_init_v4l()
|
| H A D | budget-av.c | 1473 if ((err = saa7146_register_device(&budget_av->vd, dev, "knc1", VFL_TYPE_VIDEO))) { in budget_av_attach()
|