Lines Matching refs:video_device
62 struct video_device;
256 struct video_device struct
298 void (*release)(struct video_device *vdev); argument
312 container_of(__entity, struct video_device, entity)
320 #define to_video_device(cd) container_of(cd, struct video_device, dev)
351 int __must_check __video_register_device(struct video_device *vdev,
373 static inline int __must_check video_register_device(struct video_device *vdev, in video_register_device()
401 video_register_device_no_warn(struct video_device *vdev, in video_register_device_no_warn()
414 void video_unregister_device(struct video_device *vdev);
421 struct video_device * __must_check video_device_alloc(void);
430 void video_device_release(struct video_device *vdev);
445 void video_device_release_empty(struct video_device *vdev);
462 static inline void v4l2_disable_ioctl(struct video_device *vdev, in v4l2_disable_ioctl()
476 static inline void *video_get_drvdata(struct video_device *vdev) in video_get_drvdata()
487 static inline void video_set_drvdata(struct video_device *vdev, void *data) in video_set_drvdata()
497 struct video_device *video_devdata(struct file *file);
520 static inline const char *video_device_node_name(struct video_device *vdev) in video_device_node_name()
531 static inline int video_is_registered(struct video_device *vdev) in video_is_registered()