Home
last modified time | relevance | path

Searched refs:vb2_dvb_alloc_frontend (Results 1 – 4 of 4) sorted by relevance

/linux/include/media/
H A Dvideobuf2-dvb.h63 struct vb2_dvb_frontend *vb2_dvb_alloc_frontend(struct vb2_dvb_frontends *f, int id);
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dvb.c297 struct vb2_dvb_frontend *vb2_dvb_alloc_frontend( in vb2_dvb_alloc_frontend() function
314 EXPORT_SYMBOL(vb2_dvb_alloc_frontend);
/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c405 if (vb2_dvb_alloc_frontend(&ndev->frontends[num], i+1) in netup_unidvb_dvb_init()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c1230 fe0 = vb2_dvb_alloc_frontend(&dev->frontends, 1); in dvb_init()