Lines Matching refs:vfd
777 struct video_device *vfd; in bcap_probe() local
812 vfd = &bcap_dev->video_dev; in bcap_probe()
814 vfd->release = video_device_release_empty; in bcap_probe()
815 vfd->fops = &bcap_fops; in bcap_probe()
816 vfd->ioctl_ops = &bcap_ioctl_ops; in bcap_probe()
817 vfd->tvnorms = 0; in bcap_probe()
818 vfd->v4l2_dev = &bcap_dev->v4l2_dev; in bcap_probe()
819 strncpy(vfd->name, CAPTURE_DRV_NAME, sizeof(vfd->name)); in bcap_probe()
860 vfd->lock = &bcap_dev->mutex; in bcap_probe()
861 vfd->queue = q; in bcap_probe()
872 video_device_node_name(vfd)); in bcap_probe()
892 vfd->tvnorms |= config->inputs[i].std; in bcap_probe()