/linux-6.3-rc2/drivers/media/pci/ivtv/ |
A D | ivtv-ioctl.c | 807 static int ivtv_g_pixelaspect(struct file *file, void *fh, in ivtv_g_pixelaspect() 825 static int ivtv_s_selection(struct file *file, void *fh, in ivtv_s_selection() 868 static int ivtv_g_selection(struct file *file, void *fh, in ivtv_g_selection() 968 static int ivtv_g_input(struct file *file, void *fh, unsigned int *i) in ivtv_g_input() 977 int ivtv_s_input(struct file *file, void *fh, unsigned int inp) in ivtv_s_input() 1020 static int ivtv_g_output(struct file *file, void *fh, unsigned int *i) in ivtv_g_output() 1085 static int ivtv_g_std(struct file *file, void *fh, v4l2_std_id *std) in ivtv_g_std() 1158 static int ivtv_s_std(struct file *file, void *fh, v4l2_std_id std) in ivtv_s_std() 1466 static int ivtv_overlay(struct file *file, void *fh, unsigned int on) in ivtv_overlay() 1493 static int ivtv_log_status(struct file *file, void *fh) in ivtv_log_status() [all …]
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-event.c | 89 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed() 102 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, in __v4l2_event_queue_fh() 155 struct v4l2_fh *fh; in v4l2_event_queue() local 184 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending() 192 struct v4l2_fh *fh; in v4l2_event_wake_all() local 209 struct v4l2_fh *fh = sev->fh; in __v4l2_event_unsubscribe() local 223 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe() 277 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all() 300 int v4l2_event_unsubscribe(struct v4l2_fh *fh, in v4l2_event_unsubscribe() 359 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh, in v4l2_src_change_event_subscribe() [all …]
|
A D | v4l2-fh.c | 21 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init() 44 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add() 58 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local 69 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del() 80 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit() 93 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local 105 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
|
A D | v4l2-ioctl.c | 1086 struct file *file, void *fh, void *arg) in v4l_querycap() 1133 struct file *file, void *fh, void *arg) in v4l_g_output() 1146 struct file *file, void *fh, void *arg) in v4l_s_input() 1162 struct file *file, void *fh, void *arg) in v4l_s_output() 1173 struct file *file, void *fh, void *arg) in v4l_g_priority() 1184 struct file *file, void *fh, void *arg) in v4l_s_priority() 1198 struct file *file, void *fh, void *arg) in v4l_enuminput() 1224 struct file *file, void *fh, void *arg) in v4l_enumoutput() 1521 struct file *file, void *fh, void *arg) in v4l_enum_fmt() 1612 struct file *file, void *fh, void *arg) in v4l_g_fmt() [all …]
|
/linux-6.3-rc2/drivers/media/common/saa7146/ |
A D | saa7146_video.c | 14 #define IS_CAPTURE_ACTIVE(fh) \ argument 17 #define IS_OVERLAY_ACTIVE(fh) \ argument 562 struct saa7146_fh *fh = vv->video_fh; in saa7146_s_ctrl() local 738 struct saa7146_fh *fh = __fh; in vidioc_s_fmt_vid_cap() local 759 struct saa7146_fh *fh = __fh; in vidioc_s_fmt_vid_overlay() local 874 struct saa7146_fh *fh = __fh; in vidioc_reqbufs() local 885 struct saa7146_fh *fh = __fh; in vidioc_querybuf() local 896 struct saa7146_fh *fh = __fh; in vidioc_qbuf() local 907 struct saa7146_fh *fh = __fh; in vidioc_dqbuf() local 918 struct saa7146_fh *fh = __fh; in vidioc_streamon() local [all …]
|
A D | saa7146_vbi.c | 222 struct saa7146_fh *fh = file->private_data; in buffer_prepare() local 292 struct saa7146_fh *fh = file->private_data; in buffer_queue() local 304 struct saa7146_fh *fh = file->private_data; in buffer_release() local 321 static void vbi_stop(struct saa7146_fh *fh, struct file *file) in vbi_stop() 356 struct saa7146_fh *fh = file->private_data; in vbi_read_timeout() local 378 struct saa7146_fh *fh = file->private_data; in vbi_open() local 427 struct saa7146_fh *fh = file->private_data; in vbi_close() local 458 struct saa7146_fh *fh = file->private_data; in vbi_read() local
|
/linux-6.3-rc2/drivers/media/pci/cx18/ |
A D | cx18-ioctl.c | 134 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap() 158 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap() 251 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap() 356 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register() 370 static int cx18_s_register(struct file *file, void *fh, in cx18_s_register() 384 static int cx18_querycap(struct file *file, void *fh, in cx18_querycap() 443 static int cx18_g_selection(struct file *file, void *fh, in cx18_g_selection() 539 static int cx18_g_frequency(struct file *file, void *fh, in cx18_g_frequency() 759 static int cx18_g_enc_index(struct file *file, void *fh, in cx18_g_enc_index() 917 static int cx18_encoder_cmd(struct file *file, void *fh, in cx18_encoder_cmd() [all …]
|
/linux-6.3-rc2/drivers/media/cec/core/ |
A D | cec-api.c | 27 struct cec_fh *fh = filp->private_data; in cec_devnode_data() local 37 struct cec_fh *fh = filp->private_data; in cec_poll() local 57 const struct cec_fh *fh) in cec_is_busy() 211 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit() 290 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive() 308 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent() 358 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode() 368 static long cec_s_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_s_mode() 506 struct cec_fh *fh = filp->private_data; in cec_ioctl() local 558 struct cec_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in cec_open() local [all …]
|
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | bttv-driver.c | 1720 struct bttv_fh *fh = f; in bttv_querystd() local 1870 struct bttv_fh *fh = f; in bttv_g_register() local 1884 struct bttv_fh *fh = f; in bttv_s_register() local 2514 struct bttv_fh *fh = f; in bttv_g_fbuf() local 2527 struct bttv_fh *fh = f; in bttv_overlay() local 2565 struct bttv_fh *fh = f; in bttv_s_fbuf() local 2697 struct bttv_fh *fh = f; in bttv_g_parm() local 2748 struct bttv_fh *fh = f; in bttv_g_selection() local 2779 struct bttv_fh *fh = f; in bttv_s_selection() local 2952 struct bttv_fh *fh; in bttv_open() local [all …]
|
/linux-6.3-rc2/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-v4l2.c | 39 struct v4l2_fh fh; member 111 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querycap() local 126 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_std() local 139 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_std() local 151 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querystd() local 164 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_enum_input() local 212 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_input() local 234 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_input() local 289 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_tuner() local 301 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_tuner() local [all …]
|
/linux-6.3-rc2/drivers/media/rc/ |
A D | lirc_dev.c | 41 struct lirc_fh *fh; in lirc_raw_event() local 112 struct lirc_fh *fh; in lirc_scancode_event() local 194 struct lirc_fh *fh = file->private_data; in lirc_close() local 217 struct lirc_fh *fh = file->private_data; in lirc_transmit() local 358 struct lirc_fh *fh = file->private_data; in lirc_ioctl() local 578 struct lirc_fh *fh = file->private_data; in lirc_poll() local 602 struct lirc_fh *fh = file->private_data; in lirc_read_mode2() local 640 struct lirc_fh *fh = file->private_data; in lirc_read_scancode() local 679 struct lirc_fh *fh = file->private_data; in lirc_read() local 770 struct lirc_fh *fh; in lirc_unregister() local [all …]
|
/linux-6.3-rc2/drivers/staging/media/av7110/ |
A D | av7110_v4l.c | 216 static int av7110_dvb_c_switch(struct saa7146_fh *fh) in av7110_dvb_c_switch() 311 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t) in vidioc_g_tuner() 465 static int vidioc_g_input(struct file *file, void *fh, unsigned int *input) in vidioc_g_input() 475 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) in vidioc_s_input() 492 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio() 501 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_g_audio() 526 static int vidioc_g_sliced_vbi_cap(struct file *file, void *fh, in vidioc_g_sliced_vbi_cap() 542 static int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, in vidioc_g_fmt_sliced_vbi_out() 560 static int vidioc_s_fmt_sliced_vbi_out(struct file *file, void *fh, in vidioc_s_fmt_sliced_vbi_out() 591 struct saa7146_fh *fh = file->private_data; in av7110_vbi_reset() local [all …]
|
/linux-6.3-rc2/drivers/media/usb/uvc/ |
A D | uvc_v4l2.c | 681 static int uvc_ioctl_querycap(struct file *file, void *fh, in uvc_ioctl_querycap() 803 static int uvc_ioctl_reqbufs(struct file *file, void *fh, in uvc_ioctl_reqbufs() 826 static int uvc_ioctl_querybuf(struct file *file, void *fh, in uvc_ioctl_querybuf() 850 static int uvc_ioctl_expbuf(struct file *file, void *fh, in uvc_ioctl_expbuf() 888 static int uvc_ioctl_streamon(struct file *file, void *fh, in uvc_ioctl_streamon() 905 static int uvc_ioctl_streamoff(struct file *file, void *fh, in uvc_ioctl_streamoff() 1026 static int uvc_ioctl_queryctrl(struct file *file, void *fh, in uvc_ioctl_queryctrl() 1181 static int uvc_ioctl_querymenu(struct file *file, void *fh, in uvc_ioctl_querymenu() 1224 static int uvc_ioctl_g_parm(struct file *file, void *fh, in uvc_ioctl_g_parm() 1233 static int uvc_ioctl_s_parm(struct file *file, void *fh, in uvc_ioctl_s_parm() [all …]
|
/linux-6.3-rc2/drivers/staging/media/omap4iss/ |
A D | iss_video.c | 536 iss_video_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f) in iss_video_enum_format() 736 iss_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in iss_video_get_param() 754 iss_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in iss_video_set_param() 780 iss_video_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in iss_video_querybuf() 788 iss_video_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in iss_video_qbuf() 797 iss_video_expbuf(struct file *file, void *fh, struct v4l2_exportbuffer *e) in iss_video_expbuf() 805 iss_video_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in iss_video_dqbuf() 844 iss_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in iss_video_streamon() 983 iss_video_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in iss_video_streamoff() 1040 iss_video_g_input(struct file *file, void *fh, unsigned int *input) in iss_video_g_input() [all …]
|
/linux-6.3-rc2/drivers/media/usb/pwc/ |
A D | pwc-v4l.c | 449 static int pwc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_s_fmt_vid_cap() 479 static int pwc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in pwc_querycap() 489 static int pwc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in pwc_enum_input() 499 static int pwc_g_input(struct file *file, void *fh, unsigned int *i) in pwc_g_input() 505 static int pwc_s_input(struct file *file, void *fh, unsigned int i) in pwc_s_input() 886 static int pwc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_g_fmt_vid_cap() 899 static int pwc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_try_fmt_vid_cap() 906 static int pwc_enum_framesizes(struct file *file, void *fh, in pwc_enum_framesizes() 931 static int pwc_enum_frameintervals(struct file *file, void *fh, in pwc_enum_frameintervals() 961 static int pwc_g_parm(struct file *file, void *fh, in pwc_g_parm() [all …]
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | uvc_v4l2.c | 217 uvc_v4l2_get_format(struct file *file, void *fh, struct v4l2_format *fmt) in uvc_v4l2_get_format() 236 uvc_v4l2_try_format(struct file *file, void *fh, struct v4l2_format *fmt) in uvc_v4l2_try_format() 297 uvc_v4l2_enum_frameintervals(struct file *file, void *fh, in uvc_v4l2_enum_frameintervals() 336 uvc_v4l2_enum_framesizes(struct file *file, void *fh, in uvc_v4l2_enum_framesizes() 397 uvc_v4l2_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_querybuf() 407 uvc_v4l2_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_qbuf() 425 uvc_v4l2_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_dqbuf() 435 uvc_v4l2_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in uvc_v4l2_streamon() 474 uvc_v4l2_subscribe_event(struct v4l2_fh *fh, in uvc_v4l2_subscribe_event() 510 uvc_v4l2_unsubscribe_event(struct v4l2_fh *fh, in uvc_v4l2_unsubscribe_event() [all …]
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | imx-media-capture.c | 82 static int capture_querycap(struct file *file, void *fh, in capture_querycap() 95 static int capture_enum_fmt_vid_cap(struct file *file, void *fh, in capture_enum_fmt_vid_cap() 102 static int capture_enum_framesizes(struct file *file, void *fh, in capture_enum_framesizes() 130 static int capture_g_fmt_vid_cap(struct file *file, void *fh, in capture_g_fmt_vid_cap() 183 static int capture_try_fmt_vid_cap(struct file *file, void *fh, in capture_try_fmt_vid_cap() 190 static int capture_s_fmt_vid_cap(struct file *file, void *fh, in capture_s_fmt_vid_cap() 209 static int capture_g_selection(struct file *file, void *fh, in capture_g_selection() 239 static int capture_subscribe_event(struct v4l2_fh *fh, in capture_subscribe_event() 500 static int capture_legacy_g_parm(struct file *file, void *fh, in capture_legacy_g_parm() 522 static int capture_legacy_s_parm(struct file *file, void *fh, in capture_legacy_s_parm() [all …]
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/ |
A D | atomisp_ioctl.c | 554 static int atomisp_querycap(struct file *file, void *fh, in atomisp_querycap() 570 static int atomisp_enum_input(struct file *file, void *fh, in atomisp_enum_input() 650 static int atomisp_s_fmt_cap(struct file *file, void *fh, in atomisp_s_fmt_cap() 799 static int atomisp_enum_fmt_cap(struct file *file, void *fh, in atomisp_enum_fmt_cap() 903 static int atomisp_try_fmt_cap(struct file *file, void *fh, in atomisp_try_fmt_cap() 930 static int atomisp_g_fmt_cap(struct file *file, void *fh, in atomisp_g_fmt_cap() 1604 static int atomisp_g_ctrl(struct file *file, void *fh, in atomisp_g_ctrl() 1678 static int atomisp_s_ctrl(struct file *file, void *fh, in atomisp_s_ctrl() 1756 static int atomisp_queryctl(struct file *file, void *fh, in atomisp_queryctl() 2028 static int atomisp_g_parm(struct file *file, void *fh, in atomisp_g_parm() [all …]
|
/linux-6.3-rc2/drivers/media/platform/samsung/exynos-gsc/ |
A D | gsc-m2m.c | 285 static int gsc_m2m_querycap(struct file *file, void *fh, in gsc_m2m_querycap() 299 static int gsc_m2m_g_fmt_mplane(struct file *file, void *fh, in gsc_m2m_g_fmt_mplane() 361 static int gsc_m2m_reqbufs(struct file *file, void *fh, in gsc_m2m_reqbufs() 376 static int gsc_m2m_expbuf(struct file *file, void *fh, in gsc_m2m_expbuf() 383 static int gsc_m2m_querybuf(struct file *file, void *fh, in gsc_m2m_querybuf() 390 static int gsc_m2m_qbuf(struct file *file, void *fh, in gsc_m2m_qbuf() 397 static int gsc_m2m_dqbuf(struct file *file, void *fh, in gsc_m2m_dqbuf() 404 static int gsc_m2m_streamon(struct file *file, void *fh, in gsc_m2m_streamon() 420 static int gsc_m2m_streamoff(struct file *file, void *fh, in gsc_m2m_streamoff() 442 static int gsc_m2m_g_selection(struct file *file, void *fh, in gsc_m2m_g_selection() [all …]
|
/linux-6.3-rc2/drivers/media/pci/saa7164/ |
A D | saa7164-vbi.c | 149 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_std() local 156 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_std() local 163 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_input() local 170 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_input() local 178 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_frequency() local 186 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_frequency() local 197 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_querycap() local 416 struct saa7164_vbi_fh *fh; in fops_open() local 441 struct saa7164_vbi_fh *fh = file->private_data; in fops_release() local 494 struct saa7164_vbi_fh *fh = file->private_data; in fops_read() local [all …]
|
A D | saa7164-encoder.c | 222 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_std() local 235 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_std() local 280 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_input() local 304 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_input() local 311 struct saa7164_encoder_fh *fh = file->private_data; in saa7164_g_tuner() local 350 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_frequency() local 403 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_frequency() local 486 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_querycap() local 513 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_fmt_vid_cap() local 711 struct saa7164_encoder_fh *fh; in fops_open() local [all …]
|
/linux-6.3-rc2/fs/nfsd/ |
A D | xdr3.h | 14 struct svc_fh fh; member 21 struct svc_fh fh; member 27 struct svc_fh fh; member 32 struct svc_fh fh; member 38 svc_fh fh; member 47 struct svc_fh fh; member 56 struct svc_fh fh; member 91 struct svc_fh fh; member 98 struct svc_fh fh; member 104 struct svc_fh fh; member [all …]
|
/linux-6.3-rc2/drivers/media/platform/ti/omap3isp/ |
A D | ispvideo.c | 641 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in isp_video_querycap() 856 isp_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_get_param() 874 isp_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_set_param() 906 isp_video_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_querybuf() 920 isp_video_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_qbuf() 934 isp_video_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_dqbuf() 1071 isp_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamon() 1177 isp_video_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamoff() 1232 isp_video_enum_input(struct file *file, void *fh, struct v4l2_input *input) in isp_video_enum_input() 1244 isp_video_g_input(struct file *file, void *fh, unsigned int *input) in isp_video_g_input() [all …]
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-sdr-cap.c | 339 int vivid_sdr_enum_freq_bands(struct file *file, void *fh, in vivid_sdr_enum_freq_bands() 358 int vivid_sdr_g_frequency(struct file *file, void *fh, in vivid_sdr_g_frequency() 377 int vivid_sdr_s_frequency(struct file *file, void *fh, in vivid_sdr_s_frequency() 418 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_sdr_g_tuner() 442 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_sdr_s_tuner() 449 int vidioc_enum_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vidioc_enum_fmt_sdr_cap() 457 int vidioc_g_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f) in vidioc_g_fmt_sdr_cap() 466 int vidioc_s_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f) in vidioc_s_fmt_sdr_cap() 490 int vidioc_try_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f) in vidioc_try_fmt_sdr_cap()
|
/linux-6.3-rc2/drivers/staging/most/video/ |
A D | video.c | 50 struct v4l2_fh fh; member 73 struct comp_fh *fh; in comp_vdev_open() local 118 struct comp_fh *fh = filp->private_data; in comp_vdev_close() local 154 struct comp_fh *fh = filp->private_data; in comp_vdev_read() local 203 struct comp_fh *fh = filp->private_data; in comp_vdev_poll() local 245 struct comp_fh *fh = priv; in vidioc_querycap() local 279 struct comp_fh *fh = priv; in vidioc_try_fmt_vid_cap() local 288 struct comp_fh *fh = priv; in vidioc_s_fmt_vid_cap() local 303 struct comp_fh *fh = priv; in vidioc_enum_input() local 320 struct comp_fh *fh = priv; in vidioc_g_input() local [all …]
|