Lines Matching refs:vdev
305 void (*release)(struct video_device *vdev);
364 int __must_check __video_register_device(struct video_device *vdev,
386 static inline int __must_check video_register_device(struct video_device *vdev, in video_register_device() argument
390 return __video_register_device(vdev, type, nr, 1, vdev->fops->owner); in video_register_device()
414 video_register_device_no_warn(struct video_device *vdev, in video_register_device_no_warn() argument
417 return __video_register_device(vdev, type, nr, 0, vdev->fops->owner); in video_register_device_no_warn()
427 void video_unregister_device(struct video_device *vdev);
443 void video_device_release(struct video_device *vdev);
458 void video_device_release_empty(struct video_device *vdev);
475 static inline void v4l2_disable_ioctl(struct video_device *vdev, in v4l2_disable_ioctl() argument
479 set_bit(_IOC_NR(cmd), vdev->valid_ioctls); in v4l2_disable_ioctl()
489 static inline void *video_get_drvdata(struct video_device *vdev) in video_get_drvdata() argument
491 return dev_get_drvdata(&vdev->dev); in video_get_drvdata()
500 static inline void video_set_drvdata(struct video_device *vdev, void *data) in video_set_drvdata() argument
502 dev_set_drvdata(&vdev->dev, data); in video_set_drvdata()
533 static inline const char *video_device_node_name(struct video_device *vdev) in video_device_node_name() argument
535 return dev_name(&vdev->dev); in video_device_node_name()
544 static inline int video_is_registered(struct video_device *vdev) in video_is_registered() argument
546 return test_bit(V4L2_FL_REGISTERED, &vdev->flags); in video_is_registered()
584 __must_check int video_device_pipeline_start(struct video_device *vdev,
598 __must_check int __video_device_pipeline_start(struct video_device *vdev,
617 void video_device_pipeline_stop(struct video_device *vdev);
629 void __video_device_pipeline_stop(struct video_device *vdev);
643 __must_check int video_device_pipeline_alloc_start(struct video_device *vdev);
661 struct media_pipeline *video_device_pipeline(struct video_device *vdev);