Home
last modified time | relevance | path

Searched refs:video_devdata (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dvideodev.c87 struct video_device *vfl = video_devdata(file); in video_read()
103 struct video_device *vfl = video_devdata(file); in video_write()
110 struct video_device* video_devdata(struct file *file) in video_devdata() function
122 struct video_device *vfl = video_devdata(file); in video_poll()
205 vfl = video_devdata(file); in video_release()
213 vfl = video_devdata(file); in video_release()
225 struct video_device *vfl = video_devdata(file); in video_ioctl()
245 struct video_device *vfl = video_devdata(file); in video_mmap()
321 struct video_device *vfl = video_devdata(file); in video_exclusive_open()
336 struct video_device *vfl = video_devdata(file); in video_exclusive_release()
[all …]
Dvino.c682 struct video_device *dev = video_devdata(file); in vino_open()
729 struct video_device *dev = video_devdata(file); in vino_close()
758 struct video_device *dev = video_devdata(file); in vino_mmap()
789 struct video_device *dev = video_devdata(file); in vino_do_ioctl()
999 struct video_device *dev = video_devdata(file); in vino_ioctl()
Dcpia.c2518 struct video_device *dev = video_devdata(file); in cpia_open()
/linux-2.4.37.9/include/linux/
Dvideodev.h61 extern struct video_device* video_devdata(struct file*);
/linux-2.4.37.9/drivers/usb/
Dw9968cf.c2933 cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp)); in w9968cf_open()
3005 cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp)); in w9968cf_release()
3037 cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp)); in w9968cf_read()
3103 video_get_drvdata(video_devdata(filp)); in w9968cf_mmap()
3146 cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp)); in w9968cf_ioctl()
3188 cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp)); in w9968cf_v4l_ioctl()
Dov511.c4534 struct video_device *vdev = video_devdata(file); in ov51x_v4l1_open()