Lines Matching refs:vfd
796 struct video_device *vfd; in bcap_probe() local
831 vfd = &bcap_dev->video_dev; in bcap_probe()
833 vfd->release = video_device_release_empty; in bcap_probe()
834 vfd->fops = &bcap_fops; in bcap_probe()
835 vfd->ioctl_ops = &bcap_ioctl_ops; in bcap_probe()
836 vfd->tvnorms = 0; in bcap_probe()
837 vfd->v4l2_dev = &bcap_dev->v4l2_dev; in bcap_probe()
838 strncpy(vfd->name, CAPTURE_DRV_NAME, sizeof(vfd->name)); in bcap_probe()
879 vfd->lock = &bcap_dev->mutex; in bcap_probe()
880 vfd->queue = q; in bcap_probe()
891 video_device_node_name(vfd)); in bcap_probe()
911 vfd->tvnorms |= config->inputs[i].std; in bcap_probe()