/Linux-v4.19/drivers/usb/gadget/function/ |
D | uvc_v4l2.c | 67 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querycap() 85 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_get_format() 104 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_set_format() 145 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_reqbufs() 158 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querybuf() 168 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_qbuf() 183 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_dqbuf() 193 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_streamon() 219 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_streamoff() 250 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_ioctl_default() [all …]
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_metadata.c | 33 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_querycap() 49 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_get_format() 67 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_try_format() 87 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_set_format() 116 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_enum_formats()
|
/Linux-v4.19/drivers/media/radio/ |
D | radio-wl1273.c | 1039 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_fops_write() 1095 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_fops_poll() 1118 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_fops_open() 1150 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_fops_release() 1187 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_fops_read() 1285 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_vidioc_querycap() 1309 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_vidioc_g_input() 1321 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_vidioc_s_input() 1484 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_vidioc_g_audio() 1500 struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); in wl1273_fm_vidioc_s_audio() [all …]
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpif_capture.c | 773 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_querystd() 801 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_g_std() 829 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_s_std() 879 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_enum_input() 901 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_g_input() 917 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_s_input() 942 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_enum_fmt_vid_cap() 972 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_try_fmt_vid_cap() 1010 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_g_fmt_vid_cap() 1066 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_s_fmt_vid_cap() [all …]
|
D | vpif_display.c | 615 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_g_fmt_vid_out() 632 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_try_fmt_vid_out() 660 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_s_fmt_vid_out() 684 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_s_std() 732 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_g_std() 754 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_enum_output() 847 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_s_output() 865 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_g_output() 884 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_enum_dv_timings() 916 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_s_dv_timings() [all …]
|
/Linux-v4.19/include/media/ |
D | v4l2-dev.h | 467 static inline void *video_get_drvdata(struct video_device *vdev) in video_get_drvdata() function 501 return video_get_drvdata(video_devdata(file)); in video_drvdata()
|
D | soc_camera.h | 383 struct soc_camera_device *icd = video_get_drvdata(vdev); in soc_camera_vdev_to_subdev()
|
D | v4l2-subdev.h | 891 ((struct v4l2_subdev *)video_get_drvdata(vdev))
|
/Linux-v4.19/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 161 return video_get_drvdata(vdev); in cd_to_usbvision() 175 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_model() 185 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_hue() 197 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_contrast() 209 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_brightness() 221 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_saturation() 233 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_streaming() 243 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_compression() 253 struct usb_usbvision *usbvision = video_get_drvdata(vdev); in show_device_bridge()
|
/Linux-v4.19/drivers/media/platform/vimc/ |
D | vimc-common.c | 234 ved = video_get_drvdata(vdev); in vimc_propagate_frame() 312 struct vimc_ent_device *ved = video_get_drvdata(vdev); in vimc_get_mbus_format()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 235 struct go7007 *go = video_get_drvdata(dev->empress_dev); in saa7134_go7007_irq_ts_done() 494 go = video_get_drvdata(dev->empress_dev); in saa7134_go7007_fini()
|
D | saa7134.h | 743 struct saa7134_dev *dev = video_get_drvdata(vdev); in is_empress()
|
/Linux-v4.19/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 2305 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_querycap() 2355 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_g_ctrl() 2375 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_s_ctrl() 2424 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_g_tuner() 2479 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_s_tuner() 2493 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_g_frequency() 2514 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_s_frequency() 2532 struct bcm2048_device *bdev = video_get_drvdata(video_devdata(file)); in bcm2048_vidioc_s_hw_freq_seek()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-device.c | 220 struct v4l2_subdev *sd = video_get_drvdata(vdev); in v4l2_device_release_subdev_node()
|
/Linux-v4.19/Documentation/translations/zh_CN/video4linux/ |
D | v4l2-framework.txt | 739 void *video_get_drvdata(struct video_device *vdev); 751 video_drvdata 辅助函数结合了 video_get_drvdata 和 video_devdata
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-dev.rst | 330 :c:func:`video_get_drvdata <video_get_drvdata>` 346 The :c:func:`video_devdata` function combines :c:func:`video_get_drvdata`
|
/Linux-v4.19/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 602 fmdev = video_get_drvdata(&gradio_dev); in fm_v4l2_deinit_video_device()
|
/Linux-v4.19/drivers/media/i2c/ |
D | video-i2c.c | 513 kfree(video_get_drvdata(vdev)); in video_i2c_release()
|
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 436 port = (struct saa7164_port *)video_get_drvdata(video_devdata(file)); in fops_open()
|
D | saa7164-encoder.c | 732 port = (struct saa7164_port *)video_get_drvdata(video_devdata(file)); in fops_open()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 842 struct cx18_stream *s = video_get_drvdata(video_dev); in cx18_v4l2_open()
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss-video.c | 797 struct camss_video *video = video_get_drvdata(vdev); in msm_video_release()
|
/Linux-v4.19/drivers/media/platform/coda/ |
D | coda-common.c | 332 struct coda_dev *dev = video_get_drvdata(vdev); in to_coda_video_device() 2120 struct coda_dev *dev = video_get_drvdata(vdev); in coda_open() 2820 if (video_get_drvdata(&dev->vfd[i])) in coda_remove()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 946 struct ivtv_stream *s = video_get_drvdata(vdev);
|
/Linux-v4.19/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 1133 struct hdpvr_device *dev = video_get_drvdata(vdev); in hdpvr_device_release()
|