Searched refs:saa7146_register_device (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/include/media/ |
| D | saa7146_vv.h | 181 int saa7146_register_device(struct video_device *vid, struct saa7146_dev *dev, char *name, int type…
|
| /linux-4.4.14/drivers/media/common/saa7146/ |
| D | saa7146_fops.c | 590 int saa7146_register_device(struct video_device *vfd, struct saa7146_dev *dev, in saa7146_register_device() function 622 EXPORT_SYMBOL_GPL(saa7146_register_device);
|
| /linux-4.4.14/drivers/media/pci/saa7146/ |
| D | hexium_orion.c | 377 if (0 != saa7146_register_device(&hexium->video_dev, dev, "hexium orion", VFL_TYPE_GRABBER)) { in hexium_attach()
|
| D | hexium_gemini.c | 305 ret = saa7146_register_device(&hexium->video_dev, dev, "hexium gemini", VFL_TYPE_GRABBER); in hexium_attach()
|
| D | mxb.c | 721 if (saa7146_register_device(&mxb->video_dev, dev, "mxb", VFL_TYPE_GRABBER)) { in mxb_attach() 729 if (saa7146_register_device(&mxb->vbi_dev, dev, "mxb", VFL_TYPE_VBI)) { in mxb_attach()
|
| /linux-4.4.14/drivers/media/pci/ttpci/ |
| D | av7110_v4l.c | 848 if (saa7146_register_device(&av7110->v4l_dev, dev, "av7110", VFL_TYPE_GRABBER)) { in av7110_init_v4l() 854 if (saa7146_register_device(&av7110->vbi_dev, dev, "av7110", VFL_TYPE_VBI)) in av7110_init_v4l()
|
| D | budget-av.c | 1490 if ((err = saa7146_register_device(&budget_av->vd, dev, "knc1", VFL_TYPE_GRABBER))) { in budget_av_attach()
|