Home
last modified time | relevance | path

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

/linux/drivers/media/common/saa7146/
H A Dsaa7146_fops.c343 int saa7146_register_device(struct video_device *vfd, struct saa7146_dev *dev, in saa7146_register_device() function
409 EXPORT_SYMBOL_GPL(saa7146_register_device);
/linux/include/media/drv-intf/
H A Dsaa7146_vv.h143 int saa7146_register_device(struct video_device *vid, struct saa7146_dev *dev, char *name, int type…
/linux/drivers/media/pci/saa7146/
H A Dhexium_orion.c372 if (0 != saa7146_register_device(&hexium->video_dev, dev, "hexium orion", VFL_TYPE_VIDEO)) { in hexium_attach()
H A Dhexium_gemini.c298 ret = saa7146_register_device(&hexium->video_dev, dev, "hexium gemini", VFL_TYPE_VIDEO); in hexium_attach()
H A Dmxb.c721 if (saa7146_register_device(&mxb->video_dev, dev, "mxb", VFL_TYPE_VIDEO)) { in mxb_attach()
729 if (saa7146_register_device(&mxb->vbi_dev, dev, "mxb", VFL_TYPE_VBI)) { in mxb_attach()
/linux/drivers/staging/media/av7110/
H A Dav7110_v4l.c847 if (saa7146_register_device(&av7110->v4l_dev, dev, "av7110", VFL_TYPE_VIDEO)) { in av7110_init_v4l()
853 if (saa7146_register_device(&av7110->vbi_dev, dev, "av7110", VFL_TYPE_VBI)) in av7110_init_v4l()
/linux/drivers/media/pci/ttpci/
H A Dbudget-av.c1474 err = saa7146_register_device(&budget_av->vd, dev, "knc1", VFL_TYPE_VIDEO); in budget_av_attach()