Home
last modified time | relevance | path

Searched refs:template (Results 1 – 15 of 15) sorted by relevance

/drivers/media/video/pvrusb2/
Dpvrusb2-std.c296 struct v4l2_standard *template; in pvr2_std_fill() local
299 template = match_std(id); in pvr2_std_fill()
300 if (!template) return 0; in pvr2_std_fill()
302 memcpy(std,template,sizeof(*template)); in pvr2_std_fill()
/drivers/media/dvb/dvb-core/
Ddvbdev.c191 const struct dvb_device *template, void *priv, int type) in dvb_register_device() argument
223 memcpy(dvbdev, template, sizeof(struct dvb_device)); in dvb_register_device()
231 memcpy(dvbdev->fops, template->fops, sizeof(struct file_operations)); in dvb_register_device()
Ddvbdev.h102 const struct dvb_device *template,
/drivers/crypto/
Dtalitos.c1446 *template) in talitos_alg_alloc()
1457 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", template->name); in talitos_alg_alloc()
1459 template->driver_name); in talitos_alg_alloc()
1464 alg->cra_blocksize = template->blocksize; in talitos_alg_alloc()
1468 alg->cra_u.aead = template->aead; in talitos_alg_alloc()
1470 t_alg->desc_hdr_template = template->desc_hdr_template; in talitos_alg_alloc()
/drivers/media/video/cx88/
Dcx88-core.c1004 struct video_device *template, in cx88_vdev_init() argument
1012 *vfd = *template; in cx88_vdev_init()
Dcx88.h580 struct video_device *template,
/drivers/media/video/saa7134/
Dsaa7134-core.c771 struct video_device *template, in vdev_init() argument
779 *vfd = *template; in vdev_init()
/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1094 ahc_linux_register_host(struct ahc_softc *ahc, struct scsi_host_template *template) in ahc_linux_register_host() argument
1102 template->name = ahc->description; in ahc_linux_register_host()
1103 host = scsi_host_alloc(template, sizeof(struct ahc_softc *)); in ahc_linux_register_host()
Daic79xx_osm.c1224 ahd_linux_register_host(struct ahd_softc *ahd, struct scsi_host_template *template) in ahd_linux_register_host() argument
1232 template->name = ahd->description; in ahd_linux_register_host()
1233 host = scsi_host_alloc(template, sizeof(struct ahd_softc *)); in ahd_linux_register_host()
/drivers/media/video/cx23885/
Dcx23885-417.c1760 struct video_device *template, in cx23885_video_dev_alloc() argument
1771 *vfd = *template; in cx23885_video_dev_alloc()
Dcx23885-video.c317 struct video_device *template, in cx23885_vdev_init() argument
326 *vfd = *template; in cx23885_vdev_init()
/drivers/media/video/em28xx/
Dem28xx-video.c1937 const struct video_device *template, in em28xx_vdev_init() argument
1945 *vfd = *template; in em28xx_vdev_init()
/drivers/scsi/
Daic7xxx_old.c7854 aic7xxx_register(struct scsi_host_template *template, struct aic7xxx_host *p, in aic7xxx_register() argument
8979 aic7xxx_detect(struct scsi_host_template *template) in aic7xxx_detect() argument
9006 template->proc_name = "aic7xxx"; in aic7xxx_detect()
9007 template->sg_tablesize = AIC7XXX_MAX_SG; in aic7xxx_detect()
10084 template->name = board_names[temp_p->board_name_index]; in aic7xxx_detect()
10085 p = aic7xxx_alloc(template, temp_p); in aic7xxx_detect()
10089 if (aic7xxx_register(template, p, (--left)) == 0) in aic7xxx_detect()
/drivers/media/video/
Ds2255drv.c1797 static struct video_device template = { variable
1823 memcpy(dev->vdev[i], &template, sizeof(struct video_device)); in s2255_probe_v4l()
/drivers/media/video/bt8xx/
Dbttv-driver.c4188 const struct video_device *template, in vdev_init() argument
4196 *vfd = *template; in vdev_init()