Lines Matching refs:video_device
37 struct video_device;
85 struct video_device struct
133 void (*release)(struct video_device *vdev); argument
145 container_of(__e, struct video_device, entity) argument
147 #define to_video_device(cd) container_of(cd, struct video_device, dev)
149 int __must_check __video_register_device(struct video_device *vdev, int type,
156 static inline int __must_check video_register_device(struct video_device *vdev, in video_register_device()
165 struct video_device *vdev, int type, int nr) in video_register_device_no_warn()
172 void video_unregister_device(struct video_device *vdev);
176 struct video_device * __must_check video_device_alloc(void);
179 void video_device_release(struct video_device *vdev);
184 void video_device_release_empty(struct video_device *vdev);
190 static inline void v4l2_disable_ioctl_locking(struct video_device *vdev, unsigned int cmd) in v4l2_disable_ioctl_locking()
200 static inline void v4l2_disable_ioctl(struct video_device *vdev, unsigned int cmd) in v4l2_disable_ioctl()
207 static inline void *video_get_drvdata(struct video_device *vdev) in video_get_drvdata()
212 static inline void video_set_drvdata(struct video_device *vdev, void *data) in video_set_drvdata()
217 struct video_device *video_devdata(struct file *file);
226 static inline const char *video_device_node_name(struct video_device *vdev) in video_device_node_name()
231 static inline int video_is_registered(struct video_device *vdev) in video_is_registered()