Lines Matching refs:video_device
62 struct video_device;
263 struct video_device struct
305 void (*release)(struct video_device *vdev); argument
319 container_of(__entity, struct video_device, entity)
327 #define to_video_device(cd) container_of(cd, struct video_device, dev)
358 int __must_check __video_register_device(struct video_device *vdev,
380 static inline int __must_check video_register_device(struct video_device *vdev, in video_register_device()
408 video_register_device_no_warn(struct video_device *vdev, in video_register_device_no_warn()
421 void video_unregister_device(struct video_device *vdev);
428 struct video_device * __must_check video_device_alloc(void);
437 void video_device_release(struct video_device *vdev);
452 void video_device_release_empty(struct video_device *vdev);
469 static inline void v4l2_disable_ioctl(struct video_device *vdev, in v4l2_disable_ioctl()
483 static inline void *video_get_drvdata(struct video_device *vdev) in video_get_drvdata()
494 static inline void video_set_drvdata(struct video_device *vdev, void *data) in video_set_drvdata()
504 struct video_device *video_devdata(struct file *file);
527 static inline const char *video_device_node_name(struct video_device *vdev) in video_device_node_name()
538 static inline int video_is_registered(struct video_device *vdev) in video_is_registered()