Home
last modified time | relevance | path

Searched refs:saa7146_register_device (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/media/
Dsaa7146_vv.h181 int saa7146_register_device(struct video_device *vid, struct saa7146_dev *dev, char *name, int type…
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_fops.c590 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/
Dhexium_orion.c377 if (0 != saa7146_register_device(&hexium->video_dev, dev, "hexium orion", VFL_TYPE_GRABBER)) { in hexium_attach()
Dhexium_gemini.c305 ret = saa7146_register_device(&hexium->video_dev, dev, "hexium gemini", VFL_TYPE_GRABBER); in hexium_attach()
Dmxb.c721 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/
Dav7110_v4l.c848 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()
Dbudget-av.c1490 if ((err = saa7146_register_device(&budget_av->vd, dev, "knc1", VFL_TYPE_GRABBER))) { in budget_av_attach()