diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-dev.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index 73c9867d744c..9135f57351f6 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -141,6 +141,11 @@ static inline void *video_drvdata(struct file *file) | |||
141 | return video_get_drvdata(video_devdata(file)); | 141 | return video_get_drvdata(video_devdata(file)); |
142 | } | 142 | } |
143 | 143 | ||
144 | static inline const char *video_device_node_name(struct video_device *vdev) | ||
145 | { | ||
146 | return dev_name(&vdev->dev); | ||
147 | } | ||
148 | |||
144 | static inline int video_is_unregistered(struct video_device *vdev) | 149 | static inline int video_is_unregistered(struct video_device *vdev) |
145 | { | 150 | { |
146 | return test_bit(V4L2_FL_UNREGISTERED, &vdev->flags); | 151 | return test_bit(V4L2_FL_UNREGISTERED, &vdev->flags); |