| /Linux-v5.4/drivers/media/pci/ivtv/ | 
| D | ivtv-ioctl.c | 314 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_sliced_vbi_out()336 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vid_cap()
 359 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vbi_cap()
 377 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_sliced_vbi_cap()
 400 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vid_out()
 440 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vid_out_overlay()
 462 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_sliced_vbi_out()
 467 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_vid_cap()
 490 static int ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_vbi_cap()
 495 static int ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_sliced_vbi_cap()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | v4l2-event.c | 27 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event)  in __v4l2_event_dequeue()56 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,  in v4l2_event_dequeue()
 86 		struct v4l2_fh *fh, u32 type, u32 id)  in v4l2_event_subscribed()
 99 static void __v4l2_event_queue_fh(struct v4l2_fh *fh,  in __v4l2_event_queue_fh()
 152 	struct v4l2_fh *fh;  in v4l2_event_queue()  local
 170 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev)  in v4l2_event_queue_fh()
 181 int v4l2_event_pending(struct v4l2_fh *fh)  in v4l2_event_pending()
 189 	struct v4l2_fh *fh = sev->fh;  in __v4l2_event_unsubscribe()  local
 203 int v4l2_event_subscribe(struct v4l2_fh *fh,  in v4l2_event_subscribe()
 257 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh)  in v4l2_event_unsubscribe_all()
 [all …]
 
 | 
| 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
 104 int v4l2_fh_is_singular(struct v4l2_fh *fh)  in v4l2_fh_is_singular()
 
 | 
| D | v4l2-ioctl.c | 1048 				struct file *file, void *fh, void *arg)  in v4l_querycap()1079 				struct file *file, void *fh, void *arg)  in v4l_s_input()
 1091 				struct file *file, void *fh, void *arg)  in v4l_s_output()
 1097 				struct file *file, void *fh, void *arg)  in v4l_g_priority()
 1108 				struct file *file, void *fh, void *arg)  in v4l_s_priority()
 1122 				struct file *file, void *fh, void *arg)  in v4l_enuminput()
 1140 				struct file *file, void *fh, void *arg)  in v4l_enumoutput()
 1402 				struct file *file, void *fh, void *arg)  in v4l_enum_fmt()
 1470 				struct file *file, void *fh, void *arg)  in v4l_g_fmt()
 1563 				struct file *file, void *fh, void *arg)  in v4l_s_fmt()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/common/saa7146/ | 
| D | saa7146_video.c | 14 #define IS_CAPTURE_ACTIVE(fh) \  argument17 #define IS_OVERLAY_ACTIVE(fh) \  argument
 96 int saa7146_start_preview(struct saa7146_fh *fh)  in saa7146_start_preview()
 158 int saa7146_stop_preview(struct saa7146_fh *fh)  in saa7146_stop_preview()
 317 static int video_begin(struct saa7146_fh *fh)  in video_begin()
 378 static int video_end(struct saa7146_fh *fh, struct file *file)  in video_end()
 439 static int vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap)  in vidioc_querycap()
 453 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb)  in vidioc_g_fbuf()
 464 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb)  in vidioc_s_fbuf()
 504 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f)  in vidioc_enum_fmt_vid_cap()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/pci/cx18/ | 
| 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()
 177 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh,  in cx18_g_fmt_sliced_vbi_cap()
 202 static int cx18_try_fmt_vid_cap(struct file *file, void *fh,  in cx18_try_fmt_vid_cap()
 226 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh,  in cx18_try_fmt_vbi_cap()
 232 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh,  in cx18_try_fmt_sliced_vbi_cap()
 251 static int cx18_s_fmt_vid_cap(struct file *file, void *fh,  in cx18_s_fmt_vid_cap()
 294 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh,  in cx18_s_fmt_vbi_cap()
 324 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh,  in cx18_s_fmt_sliced_vbi_cap()
 356 static int cx18_g_register(struct file *file, void *fh,  in cx18_g_register()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/usb/cx231xx/ | 
| D | cx231xx-video.c | 714 	struct cx231xx_fh *fh = vq->priv_data;  in buffer_setup()  local733 	struct cx231xx_fh *fh = vq->priv_data;  in free_buffer()  local
 766 	struct cx231xx_fh *fh = vq->priv_data;  in buffer_prepare()  local
 827 	struct cx231xx_fh *fh = vq->priv_data;  in buffer_queue()  local
 841 	struct cx231xx_fh *fh = vq->priv_data;  in buffer_release()  local
 876 static int res_get(struct cx231xx_fh *fh)  in res_get()
 901 static int res_check(struct cx231xx_fh *fh)  in res_check()
 906 static void res_free(struct cx231xx_fh *fh)  in res_free()
 934 	struct cx231xx_fh *fh = priv;  in vidioc_g_fmt_vid_cap()  local
 963 	struct cx231xx_fh *fh = priv;  in vidioc_try_fmt_vid_cap()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/usb/cpia2/ | 
| D | cpia2_v4l.c | 209 static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *vc)  in cpia2_querycap()264 static int cpia2_enum_input(struct file *file, void *fh, struct v4l2_input *i)  in cpia2_enum_input()
 273 static int cpia2_g_input(struct file *file, void *fh, unsigned int *i)  in cpia2_g_input()
 279 static int cpia2_s_input(struct file *file, void *fh, unsigned int i)  in cpia2_s_input()
 292 static int cpia2_enum_fmt_vid_cap(struct file *file, void *fh,  in cpia2_enum_fmt_vid_cap()
 313 static int cpia2_try_fmt_vid_cap(struct file *file, void *fh,  in cpia2_try_fmt_vid_cap()
 424 static int cpia2_g_fmt_vid_cap(struct file *file, void *fh,  in cpia2_g_fmt_vid_cap()
 449 static int cpia2_g_selection(struct file *file, void *fh,  in cpia2_g_selection()
 485 static int cpia2_g_parm(struct file *file, void *fh, struct v4l2_streamparm *p)  in cpia2_g_parm()
 504 static int cpia2_s_parm(struct file *file, void *fh, struct v4l2_streamparm *p)  in cpia2_s_parm()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/usb/tm6000/ | 
| D | tm6000-video.c | 674 	struct tm6000_fh *fh = vq->priv_data;  in buffer_setup()  local691 	struct tm6000_fh *fh = vq->priv_data;  in free_buffer()  local
 719 	struct tm6000_fh     *fh  = vq->priv_data;  in buffer_prepare()  local
 773 	struct tm6000_fh        *fh      = vq->priv_data;  in buffer_queue()  local
 800 static bool is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh)  in is_res_read()
 809 static bool is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh)  in is_res_streaming()
 818 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh,  in res_get()
 836 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh)  in res_free()
 882 	struct tm6000_fh  *fh = priv;  in vidioc_g_fmt_vid_cap()  local
 947 	struct tm6000_fh  *fh = priv;  in vidioc_s_fmt_vid_cap()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/cec/ | 
| D | cec-api.c | 27 	struct cec_fh *fh = filp->private_data;  in cec_devnode_data()  local37 	struct cec_fh *fh = filp->private_data;  in cec_poll()  local
 57 			const struct cec_fh *fh)  in cec_is_busy()
 121 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh,  in cec_adap_s_phys_addr()
 161 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh,  in cec_adap_s_log_addrs()
 190 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh,  in cec_transmit()
 219 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block)  in cec_receive_msg()
 269 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh,  in cec_receive()
 287 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh,  in cec_dqevent()
 337 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh,  in cec_g_mode()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/pci/bt8xx/ | 
| D | bttv-driver.c | 652 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit)  in check_alloc_btres_lock()701 int check_btres(struct bttv_fh *fh, int bit)  in check_btres()
 742 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits)  in free_btres_lock()
 775 	unsigned char fl, fh, fi;  in set_pll_freq()  local
 1498 bttv_switch_overlay(struct bttv *btv, struct bttv_fh *fh,  in bttv_switch_overlay()
 1534 	struct bttv_fh *fh = q->priv_data;  in bttv_prepare_buffer()  local
 1631 	struct bttv_fh *fh = q->priv_data;  in buffer_setup()  local
 1646 	struct bttv_fh *fh = q->priv_data;  in buffer_prepare()  local
 1656 	struct bttv_fh *fh = q->priv_data;  in buffer_queue()  local
 1670 	struct bttv_fh *fh = q->priv_data;  in buffer_release()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/rc/ | 
| D | lirc_dev.c | 41 	struct lirc_fh *fh;  in ir_lirc_raw_event()  local123 	struct lirc_fh *fh;  in ir_lirc_scancode_event()  local
 140 	struct lirc_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL);  in ir_lirc_open()  local
 206 	struct lirc_fh *fh = file->private_data;  in ir_lirc_close()  local
 229 	struct lirc_fh *fh = file->private_data;  in ir_lirc_transmit_ir()  local
 376 	struct lirc_fh *fh = file->private_data;  in ir_lirc_ioctl()  local
 603 	struct lirc_fh *fh = file->private_data;  in ir_lirc_poll()  local
 627 	struct lirc_fh *fh = file->private_data;  in ir_lirc_read_mode2()  local
 665 	struct lirc_fh *fh = file->private_data;  in ir_lirc_read_scancode()  local
 704 	struct lirc_fh *fh = file->private_data;  in ir_lirc_read()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-v4l2.c | 39 	struct v4l2_fh fh;  member111 	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-v5.4/drivers/media/usb/uvc/ | 
| D | uvc_v4l2.c | 579 static int uvc_ioctl_querycap(struct file *file, void *fh,  in uvc_ioctl_querycap()620 static int uvc_ioctl_enum_fmt_vid_cap(struct file *file, void *fh,  in uvc_ioctl_enum_fmt_vid_cap()
 629 static int uvc_ioctl_enum_fmt_vid_out(struct file *file, void *fh,  in uvc_ioctl_enum_fmt_vid_out()
 638 static int uvc_ioctl_g_fmt_vid_cap(struct file *file, void *fh,  in uvc_ioctl_g_fmt_vid_cap()
 647 static int uvc_ioctl_g_fmt_vid_out(struct file *file, void *fh,  in uvc_ioctl_g_fmt_vid_out()
 656 static int uvc_ioctl_s_fmt_vid_cap(struct file *file, void *fh,  in uvc_ioctl_s_fmt_vid_cap()
 670 static int uvc_ioctl_s_fmt_vid_out(struct file *file, void *fh,  in uvc_ioctl_s_fmt_vid_out()
 684 static int uvc_ioctl_try_fmt_vid_cap(struct file *file, void *fh,  in uvc_ioctl_try_fmt_vid_cap()
 694 static int uvc_ioctl_try_fmt_vid_out(struct file *file, void *fh,  in uvc_ioctl_try_fmt_vid_out()
 704 static int uvc_ioctl_reqbufs(struct file *file, void *fh,  in uvc_ioctl_reqbufs()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/pci/ttpci/ | 
| 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()
 355 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *t)  in vidioc_s_tuner()
 399 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f)  in vidioc_g_frequency()
 415 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f)  in vidioc_s_frequency()
 445 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i)  in vidioc_enum_input()
 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()
 [all …]
 
 | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | uvc_v4l2.c | 64 uvc_v4l2_querycap(struct file *file, void *fh, struct v4l2_capability *cap)  in uvc_v4l2_querycap()78 uvc_v4l2_get_format(struct file *file, void *fh, struct v4l2_format *fmt)  in uvc_v4l2_get_format()
 97 uvc_v4l2_set_format(struct file *file, void *fh, struct v4l2_format *fmt)  in uvc_v4l2_set_format()
 138 uvc_v4l2_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *b)  in uvc_v4l2_reqbufs()
 151 uvc_v4l2_querybuf(struct file *file, void *fh, struct v4l2_buffer *b)  in uvc_v4l2_querybuf()
 161 uvc_v4l2_qbuf(struct file *file, void *fh, struct v4l2_buffer *b)  in uvc_v4l2_qbuf()
 176 uvc_v4l2_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b)  in uvc_v4l2_dqbuf()
 186 uvc_v4l2_streamon(struct file *file, void *fh, enum v4l2_buf_type type)  in uvc_v4l2_streamon()
 212 uvc_v4l2_streamoff(struct file *file, void *fh, enum v4l2_buf_type type)  in uvc_v4l2_streamoff()
 225 uvc_v4l2_subscribe_event(struct v4l2_fh *fh,  in uvc_v4l2_subscribe_event()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/platform/vivid/ | 
| D | vivid-core.c | 212 static int vidioc_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a)  in vidioc_s_hw_freq_seek()221 static int vidioc_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band)  in vidioc_enum_freq_bands()
 232 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)  in vidioc_g_tuner()
 243 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)  in vidioc_s_tuner()
 254 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf)  in vidioc_g_frequency()
 268 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf)  in vidioc_s_frequency()
 282 static int vidioc_overlay(struct file *file, void *fh, unsigned i)  in vidioc_overlay()
 291 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a)  in vidioc_g_fbuf()
 300 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a)  in vidioc_s_fbuf()
 309 static int vidioc_s_std(struct file *file, void *fh, v4l2_std_id id)  in vidioc_s_std()
 [all …]
 
 | 
| D | vivid-sdr-cap.c | 330 int vivid_sdr_enum_freq_bands(struct file *file, void *fh,  in vivid_sdr_enum_freq_bands()349 int vivid_sdr_g_frequency(struct file *file, void *fh,  in vivid_sdr_g_frequency()
 368 int vivid_sdr_s_frequency(struct file *file, void *fh,  in vivid_sdr_s_frequency()
 409 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)  in vivid_sdr_g_tuner()
 433 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)  in vivid_sdr_s_tuner()
 440 int vidioc_enum_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f)  in vidioc_enum_fmt_sdr_cap()
 448 int vidioc_g_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f)  in vidioc_g_fmt_sdr_cap()
 458 int vidioc_s_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f)  in vidioc_s_fmt_sdr_cap()
 483 int vidioc_try_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f)  in vidioc_try_fmt_sdr_cap()
 
 | 
| /Linux-v5.4/drivers/staging/media/omap4iss/ | 
| D | iss_video.c | 529 iss_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap)  in iss_video_querycap()543 iss_video_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f)  in iss_video_enum_format()
 576 iss_video_get_format(struct file *file, void *fh, struct v4l2_format *format)  in iss_video_get_format()
 592 iss_video_set_format(struct file *file, void *fh, struct v4l2_format *format)  in iss_video_set_format()
 617 iss_video_try_format(struct file *file, void *fh, struct v4l2_format *format)  in iss_video_try_format()
 645 iss_video_get_selection(struct file *file, void *fh, struct v4l2_selection *sel)  in iss_video_get_selection()
 703 iss_video_set_selection(struct file *file, void *fh, struct v4l2_selection *sel)  in iss_video_set_selection()
 743 iss_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a)  in iss_video_get_param()
 761 iss_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a)  in iss_video_set_param()
 779 iss_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb)  in iss_video_reqbufs()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/usb/pwc/ | 
| 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()
 867 static int pwc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f)  in pwc_enum_fmt_vid_cap()
 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()
 [all …]
 
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | xdr3.h | 14 	struct svc_fh		fh;  member21 	struct svc_fh		fh;  member
 27 	struct svc_fh		fh;  member
 32 	struct svc_fh		fh;  member
 39 	svc_fh			fh;  member
 48 	struct svc_fh		fh;  member
 57 	struct svc_fh		fh;  member
 75 	struct svc_fh		fh;  member
 97 	struct svc_fh		fh;  member
 106 	struct svc_fh		fh;  member
 [all …]
 
 | 
| D | xdr.h | 12 	struct svc_fh		fh;  member16 	struct svc_fh		fh;  member
 21 	struct svc_fh		fh;  member
 27 	struct svc_fh		fh;  member
 34 	svc_fh			fh;  member
 41 	struct svc_fh		fh;  member
 57 	struct svc_fh		fh;  member
 79 	struct svc_fh		fh;  member
 86 	struct svc_fh		fh;  member
 91 	struct svc_fh		fh;  member
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/platform/exynos-gsc/ | 
| D | gsc-m2m.c | 287 static int gsc_m2m_querycap(struct file *file, void *fh,  in gsc_m2m_querycap()306 static int gsc_m2m_g_fmt_mplane(struct file *file, void *fh,  in gsc_m2m_g_fmt_mplane()
 314 static int gsc_m2m_try_fmt_mplane(struct file *file, void *fh,  in gsc_m2m_try_fmt_mplane()
 322 static int gsc_m2m_s_fmt_mplane(struct file *file, void *fh,  in gsc_m2m_s_fmt_mplane()
 368 static int gsc_m2m_reqbufs(struct file *file, void *fh,  in gsc_m2m_reqbufs()
 383 static int gsc_m2m_expbuf(struct file *file, void *fh,  in gsc_m2m_expbuf()
 390 static int gsc_m2m_querybuf(struct file *file, void *fh,  in gsc_m2m_querybuf()
 397 static int gsc_m2m_qbuf(struct file *file, void *fh,  in gsc_m2m_qbuf()
 404 static int gsc_m2m_dqbuf(struct file *file, void *fh,  in gsc_m2m_dqbuf()
 411 static int gsc_m2m_streamon(struct file *file, void *fh,  in gsc_m2m_streamon()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/pci/saa7164/ | 
| D | saa7164-vbi.c | 149 	struct saa7164_vbi_fh *fh = file->private_data;  in vidioc_s_std()  local156 	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
 417 	struct saa7164_vbi_fh *fh;  in fops_open()  local
 442 	struct saa7164_vbi_fh *fh = file->private_data;  in fops_release()  local
 495 	struct saa7164_vbi_fh *fh = file->private_data;  in fops_read()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/platform/omap3isp/ | 
| D | ispvideo.c | 650 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap)  in isp_video_querycap()666 isp_video_get_format(struct file *file, void *fh, struct v4l2_format *format)  in isp_video_get_format()
 682 isp_video_set_format(struct file *file, void *fh, struct v4l2_format *format)  in isp_video_set_format()
 740 isp_video_try_format(struct file *file, void *fh, struct v4l2_format *format)  in isp_video_try_format()
 768 isp_video_get_selection(struct file *file, void *fh, struct v4l2_selection *sel)  in isp_video_get_selection()
 825 isp_video_set_selection(struct file *file, void *fh, struct v4l2_selection *sel)  in isp_video_set_selection()
 865 isp_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a)  in isp_video_get_param()
 883 isp_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a)  in isp_video_set_param()
 901 isp_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb)  in isp_video_reqbufs()
 915 isp_video_querybuf(struct file *file, void *fh, struct v4l2_buffer *b)  in isp_video_querybuf()
 [all …]
 
 |