Lines Matching defs:vdev

45 	struct video_device *vdev = to_video_device(cd);  in show_index()  local
53 struct video_device *vdev = to_video_device(cd); in show_name() local
96 static inline void devnode_set(struct video_device *vdev) in devnode_set()
102 static inline void devnode_clear(struct video_device *vdev) in devnode_clear()
108 static inline int devnode_find(struct video_device *vdev, int from, int to) in devnode_find()
119 void video_device_release(struct video_device *vdev) in video_device_release()
125 void video_device_release_empty(struct video_device *vdev) in video_device_release_empty()
132 static inline void video_get(struct video_device *vdev) in video_get()
137 static inline void video_put(struct video_device *vdev) in video_put()
145 struct video_device *vdev = to_video_device(cd); in v4l2_device_release() local
273 struct video_device *vdev = video_devdata(filp); in v4l2_read() local
290 struct video_device *vdev = video_devdata(filp); in v4l2_write() local
306 struct video_device *vdev = video_devdata(filp); in v4l2_poll() local
322 struct video_device *vdev = video_devdata(filp); in v4l2_ioctl() local
378 struct video_device *vdev = video_devdata(filp); in v4l2_get_unmapped_area() local
390 struct video_device *vdev = video_devdata(filp); in v4l2_mmap() local
407 struct video_device *vdev; in v4l2_open() local
444 struct video_device *vdev = video_devdata(filp); in v4l2_release() local
489 static int get_index(struct video_device *vdev) in get_index()
544 int __video_register_device(struct video_device *vdev, int type, int nr, in __video_register_device()
741 void video_unregister_device(struct video_device *vdev) in video_unregister_device()