/drivers/media/video/pvrusb2/ |
D | pvrusb2-std.c | 296 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/ |
D | dvbdev.c | 191 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()
|
D | dvbdev.h | 102 const struct dvb_device *template,
|
/drivers/crypto/ |
D | talitos.c | 1446 *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/ |
D | cx88-core.c | 1004 struct video_device *template, in cx88_vdev_init() argument 1012 *vfd = *template; in cx88_vdev_init()
|
D | cx88.h | 580 struct video_device *template,
|
/drivers/media/video/saa7134/ |
D | saa7134-core.c | 771 struct video_device *template, in vdev_init() argument 779 *vfd = *template; in vdev_init()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 1094 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()
|
D | aic79xx_osm.c | 1224 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/ |
D | cx23885-417.c | 1760 struct video_device *template, in cx23885_video_dev_alloc() argument 1771 *vfd = *template; in cx23885_video_dev_alloc()
|
D | cx23885-video.c | 317 struct video_device *template, in cx23885_vdev_init() argument 326 *vfd = *template; in cx23885_vdev_init()
|
/drivers/media/video/em28xx/ |
D | em28xx-video.c | 1937 const struct video_device *template, in em28xx_vdev_init() argument 1945 *vfd = *template; in em28xx_vdev_init()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 7854 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/ |
D | s2255drv.c | 1797 static struct video_device template = { variable 1823 memcpy(dev->vdev[i], &template, sizeof(struct video_device)); in s2255_probe_v4l()
|
/drivers/media/video/bt8xx/ |
D | bttv-driver.c | 4188 const struct video_device *template, in vdev_init() argument 4196 *vfd = *template; in vdev_init()
|