Lines Matching refs:video_device
62 struct video_device;
247 struct video_device struct
289 void (*release)(struct video_device *vdev); argument
303 container_of(__entity, struct video_device, entity)
311 #define to_video_device(cd) container_of(cd, struct video_device, dev)
342 int __must_check __video_register_device(struct video_device *vdev,
364 static inline int __must_check video_register_device(struct video_device *vdev, in video_register_device()
392 video_register_device_no_warn(struct video_device *vdev, in video_register_device_no_warn()
405 void video_unregister_device(struct video_device *vdev);
412 struct video_device * __must_check video_device_alloc(void);
421 void video_device_release(struct video_device *vdev);
436 void video_device_release_empty(struct video_device *vdev);
453 static inline void v4l2_disable_ioctl(struct video_device *vdev, in v4l2_disable_ioctl()
467 static inline void *video_get_drvdata(struct video_device *vdev) in video_get_drvdata()
478 static inline void video_set_drvdata(struct video_device *vdev, void *data) in video_set_drvdata()
488 struct video_device *video_devdata(struct file *file);
511 static inline const char *video_device_node_name(struct video_device *vdev) in video_device_node_name()
522 static inline int video_is_registered(struct video_device *vdev) in video_is_registered()