/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_driver.c | 193 static void map_mode_raw(struct zoran_fh *fh) in map_mode_raw() 199 static void map_mode_jpg(struct zoran_fh *fh, int play) in map_mode_jpg() 216 static int v4l_fbuffer_alloc(struct zoran_fh *fh) in v4l_fbuffer_alloc() 259 static void v4l_fbuffer_free(struct zoran_fh *fh) in v4l_fbuffer_free() 310 static int jpg_fbuffer_alloc(struct zoran_fh *fh) in jpg_fbuffer_alloc() 388 static void jpg_fbuffer_free(struct zoran_fh *fh) in jpg_fbuffer_free() 439 zoran_v4l_set_format (struct zoran_fh *fh, in zoran_v4l_set_format() 487 static int zoran_v4l_queue_frame(struct zoran_fh *fh, int num) in zoran_v4l_queue_frame() 566 static int v4l_sync(struct zoran_fh *fh, int frame) in v4l_sync() 636 static int zoran_jpg_queue_frame(struct zoran_fh *fh, int num, in zoran_jpg_queue_frame() [all …]
|
D | zoran_device.c | 530 void write_overlay_mask(struct zoran_fh *fh, struct v4l2_clip *vp, int count) in write_overlay_mask()
|
D | zoran.h | 180 struct zoran_fh *fh; member 221 struct v4l2_fh fh; member
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 322 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_out() 344 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_cap() 367 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vbi_cap() 385 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_cap() 408 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out() 448 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out_overlay() 470 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_out() 475 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vid_cap() 498 static int ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_vbi_cap() 503 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 …]
|
D | ivtv-driver.c | 1316 struct ivtv_open_id fh; in ivtv_init_on_first_open() local
|
D | ivtv-fileops.c | 880 struct v4l2_fh *fh = filp->private_data; in ivtv_v4l2_close() local
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-fh.c | 33 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init() 55 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add() 69 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local 80 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del() 91 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit() 102 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local 113 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
|
D | v4l2-event.c | 39 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) in __v4l2_event_dequeue() 67 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, in v4l2_event_dequeue() 97 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed() 110 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, in __v4l2_event_queue_fh() 171 struct v4l2_fh *fh; in v4l2_event_queue() local 189 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh() 202 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending() 208 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe() 260 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all() 283 int v4l2_event_unsubscribe(struct v4l2_fh *fh, in v4l2_event_unsubscribe() [all …]
|
D | v4l2-ioctl.c | 1019 struct file *file, void *fh, void *arg) in v4l_querycap() 1042 struct file *file, void *fh, void *arg) in v4l_s_input() 1048 struct file *file, void *fh, void *arg) in v4l_s_output() 1054 struct file *file, void *fh, void *arg) in v4l_g_priority() 1065 struct file *file, void *fh, void *arg) in v4l_s_priority() 1079 struct file *file, void *fh, void *arg) in v4l_enuminput() 1097 struct file *file, void *fh, void *arg) in v4l_enumoutput() 1292 struct file *file, void *fh, void *arg) in v4l_enum_fmt() 1345 struct file *file, void *fh, void *arg) in v4l_g_fmt() 1441 struct file *file, void *fh, void *arg) in v4l_s_fmt() [all …]
|
D | v4l2-mem2mem.c | 562 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_poll() local 793 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_reqbufs() local 802 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_create_bufs() local 811 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_querybuf() local 820 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_qbuf() local 829 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_dqbuf() local 838 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_prepare_buf() local 847 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_expbuf() local 856 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_streamon() local 865 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_streamoff() local [all …]
|
D | v4l2-subdev.c | 35 static int subdev_fh_init(struct v4l2_subdev_fh *fh, struct v4l2_subdev *sd) in subdev_fh_init() 45 static void subdev_fh_free(struct v4l2_subdev_fh *fh) in subdev_fh_free() 477 struct v4l2_fh *fh = file->private_data; in subdev_poll() local
|
D | v4l2-ctrls.c | 1225 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() 1559 static void new_to_cur(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 ch_flags) in new_to_cur() 2957 static int try_or_set_cluster(struct v4l2_fh *fh, struct v4l2_ctrl *master, in try_or_set_cluster() 3057 static int try_set_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in try_set_ext_ctrls() 3164 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in v4l2_s_ext_ctrls() 3184 static int set_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 ch_flags) in set_ctrl() 3211 static int set_ctrl_lock(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, in set_ctrl_lock() 3225 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in v4l2_s_ctrl() 3409 int v4l2_ctrl_log_status(struct file *file, void *fh) in v4l2_ctrl_log_status() 3421 int v4l2_ctrl_subscribe_event(struct v4l2_fh *fh, in v4l2_ctrl_subscribe_event() [all …]
|
D | v4l2-flash-led-class.c | 527 static int v4l2_flash_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in v4l2_flash_open() 576 static int v4l2_flash_close(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in v4l2_flash_close()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_video.c | 13 #define IS_CAPTURE_ACTIVE(fh) \ argument 16 #define IS_OVERLAY_ACTIVE(fh) \ argument 107 int saa7146_start_preview(struct saa7146_fh *fh) in saa7146_start_preview() 169 int saa7146_stop_preview(struct saa7146_fh *fh) in saa7146_stop_preview() 328 static int video_begin(struct saa7146_fh *fh) in video_begin() 389 static int video_end(struct saa7146_fh *fh, struct file *file) in video_end() 446 static int vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vidioc_querycap() 470 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) in vidioc_g_fbuf() 481 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb) in vidioc_s_fbuf() 521 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap() [all …]
|
D | saa7146_vbi.c | 221 struct saa7146_fh *fh = file->private_data; in buffer_prepare() local 291 struct saa7146_fh *fh = file->private_data; in buffer_queue() local 303 struct saa7146_fh *fh = file->private_data; in buffer_release() local 320 static void vbi_stop(struct saa7146_fh *fh, struct file *file) in vbi_stop() 354 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
|
D | saa7146_fops.c | 9 int saa7146_res_get(struct saa7146_fh *fh, unsigned int bit) in saa7146_res_get() 35 void saa7146_res_free(struct saa7146_fh *fh, unsigned int bits) in saa7146_res_free() 199 struct saa7146_fh *fh = NULL; in fops_open() local 263 struct saa7146_fh *fh = file->private_data; in fops_release() local 293 struct saa7146_fh *fh = file->private_data; in fops_mmap() local 326 struct saa7146_fh *fh = file->private_data; in __fops_poll() local 376 struct saa7146_fh *fh = file->private_data; in fops_read() local 407 struct saa7146_fh *fh = file->private_data; in fops_write() local
|
D | saa7146_hlp.c | 337 static void calculate_clipping_registers_rect(struct saa7146_dev *dev, struct saa7146_fh *fh, in calculate_clipping_registers_rect() 482 static void saa7146_set_clipping_rect(struct saa7146_fh *fh) in saa7146_set_clipping_rect() 647 int saa7146_enable_overlay(struct saa7146_fh *fh) in saa7146_enable_overlay() 662 void saa7146_disable_overlay(struct saa7146_fh *fh) in saa7146_disable_overlay()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-ioctl.c | 148 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap() 172 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap() 191 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap() 216 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap() 240 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap() 246 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap() 265 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap() 308 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap() 338 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap() 370 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register() [all …]
|
D | cx18-driver.c | 1163 struct cx18_open_id fh; in cx18_init_on_first_open() local
|
D | cx18-fileops.c | 756 struct v4l2_fh *fh = filp->private_data; in cx18_v4l2_close() local
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 729 struct cx231xx_fh *fh = vq->priv_data; in buffer_setup() local 748 struct cx231xx_fh *fh = vq->priv_data; in free_buffer() local 781 struct cx231xx_fh *fh = vq->priv_data; in buffer_prepare() local 842 struct cx231xx_fh *fh = vq->priv_data; in buffer_queue() local 856 struct cx231xx_fh *fh = vq->priv_data; in buffer_release() local 891 static int res_get(struct cx231xx_fh *fh) in res_get() 916 static int res_check(struct cx231xx_fh *fh) in res_check() 921 static void res_free(struct cx231xx_fh *fh) in res_free() 949 struct cx231xx_fh *fh = priv; in vidioc_g_fmt_vid_cap() local 978 struct cx231xx_fh *fh = priv; in vidioc_try_fmt_vid_cap() local [all …]
|
D | cx231xx-417.c | 1235 struct cx231xx_fh *fh = q->priv_data; in bb_buf_setup() local 1248 struct cx231xx_fh *fh = vq->priv_data; in free_buffer() local 1400 struct cx231xx_fh *fh = q->priv_data; in bb_buf_prepare() local 1463 struct cx231xx_fh *fh = q->priv_data; in bb_buf_queue() local 1497 struct cx231xx_fh *fh = file->private_data; in vidioc_g_std() local 1506 struct cx231xx_fh *fh = file->private_data; in vidioc_s_std() local 1539 struct cx231xx_fh *fh = file->private_data; in vidioc_s_ctrl() local 1564 struct cx231xx_fh *fh = file->private_data; in vidioc_g_fmt_vid_cap() local 1584 struct cx231xx_fh *fh = file->private_data; in vidioc_try_fmt_vid_cap() local 1602 struct cx231xx_fh *fh = file->private_data; in vidioc_reqbufs() local [all …]
|
D | cx231xx-vbi.c | 172 struct cx231xx_fh *fh = vq->priv_data; in vbi_buffer_setup() local 192 struct cx231xx_fh *fh = vq->priv_data; in free_buffer() local 219 struct cx231xx_fh *fh = vq->priv_data; in vbi_buffer_prepare() local 269 struct cx231xx_fh *fh = vq->priv_data; in vbi_buffer_queue() local
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 696 struct tm6000_fh *fh = vq->priv_data; in buffer_setup() local 713 struct tm6000_fh *fh = vq->priv_data; in free_buffer() local 741 struct tm6000_fh *fh = vq->priv_data; in buffer_prepare() local 795 struct tm6000_fh *fh = vq->priv_data; in buffer_queue() local 822 static bool is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_read() 831 static bool is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_streaming() 840 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get() 858 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free() 909 struct tm6000_fh *fh = priv; in vidioc_g_fmt_vid_cap() local 974 struct tm6000_fh *fh = priv; in vidioc_s_fmt_vid_cap() local [all …]
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 222 static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *vc) in cpia2_querycap() 284 static int cpia2_enum_input(struct file *file, void *fh, struct v4l2_input *i) in cpia2_enum_input() 293 static int cpia2_g_input(struct file *file, void *fh, unsigned int *i) in cpia2_g_input() 299 static int cpia2_s_input(struct file *file, void *fh, unsigned int i) in cpia2_s_input() 312 static int cpia2_enum_fmt_vid_cap(struct file *file, void *fh, in cpia2_enum_fmt_vid_cap() 348 static int cpia2_try_fmt_vid_cap(struct file *file, void *fh, in cpia2_try_fmt_vid_cap() 460 static int cpia2_g_fmt_vid_cap(struct file *file, void *fh, in cpia2_g_fmt_vid_cap() 486 static int cpia2_cropcap(struct file *file, void *fh, struct v4l2_cropcap *c) in cpia2_cropcap() 521 static int cpia2_g_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_g_parm() 540 static int cpia2_s_parm(struct file *file, void *fh, struct v4l2_streamparm *p) in cpia2_s_parm() [all …]
|
/linux-4.4.14/drivers/media/platform/ |
D | timblogiw.c | 78 struct timblogiw_fh *fh; member 121 struct timblogiw_fh *fh = buf->fh; in timblogiw_dma_cb() local 161 struct timblogiw_fh *fh = priv; in timblogiw_g_fmt() local 212 struct timblogiw_fh *fh = priv; in timblogiw_s_fmt() local 274 struct timblogiw_fh *fh = priv; in timblogiw_g_parm() local 288 struct timblogiw_fh *fh = priv; in timblogiw_reqbufs() local 299 struct timblogiw_fh *fh = priv; in timblogiw_querybuf() local 309 struct timblogiw_fh *fh = priv; in timblogiw_qbuf() local 320 struct timblogiw_fh *fh = priv; in timblogiw_dqbuf() local 330 struct timblogiw_fh *fh = priv; in timblogiw_g_std() local [all …]
|
D | fsl-viu.c | 157 struct v4l2_fh fh; member 365 struct viu_fh *fh = vq->priv_data; in buffer_setup() local 449 struct viu_fh *fh = vq->priv_data; in buffer_prepare() local 494 struct viu_fh *fh = vq->priv_data; in buffer_queue() local 545 struct viu_fh *fh = vq->priv_data; in buffer_release() local 591 struct viu_fh *fh = priv; in vidioc_g_fmt_cap() local 641 struct viu_fh *fh = priv; in vidioc_s_fmt_cap() local 660 struct viu_fh *fh = priv; in vidioc_g_fmt_overlay() local 715 static int viu_setup_preview(struct viu_dev *dev, struct viu_fh *fh) in viu_setup_preview() 760 struct viu_fh *fh = priv; in vidioc_s_fmt_overlay() local [all …]
|
D | arv.c | 412 static int ar_enum_input(struct file *file, void *fh, struct v4l2_input *vin) in ar_enum_input() 425 static int ar_g_input(struct file *file, void *fh, unsigned int *inp) in ar_g_input() 431 static int ar_s_input(struct file *file, void *fh, unsigned int inp) in ar_s_input() 436 static int ar_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ar_g_fmt_vid_cap() 452 static int ar_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ar_try_fmt_vid_cap() 474 static int ar_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ar_s_fmt_vid_cap() 504 static int ar_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) in ar_enum_fmt_vid_cap()
|
D | sh_vou.c | 791 static int sh_vou_enum_output(struct file *file, void *fh, in sh_vou_enum_output() 804 static int sh_vou_g_output(struct file *file, void *fh, unsigned int *i) in sh_vou_g_output() 810 static int sh_vou_s_output(struct file *file, void *fh, unsigned int i) in sh_vou_s_output() 910 static int sh_vou_g_selection(struct file *file, void *fh, in sh_vou_g_selection() 938 static int sh_vou_s_selection(struct file *file, void *fh, in sh_vou_s_selection()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 53 struct v4l2_fh fh; member 143 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querycap() local 167 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_std() local 180 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_std() local 189 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_querystd() local 202 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_enum_input() local 250 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_input() local 272 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_input() local 324 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_g_tuner() local 336 struct pvr2_v4l2_fh *fh = file->private_data; in pvr2_s_tuner() local [all …]
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 683 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock() 732 int check_btres(struct bttv_fh *fh, int bit) in check_btres() 773 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits) in free_btres_lock() 806 unsigned char fl, fh, fi; in set_pll_freq() local 1529 bttv_switch_overlay(struct bttv *btv, struct bttv_fh *fh, in bttv_switch_overlay() 1565 struct bttv_fh *fh = q->priv_data; in bttv_prepare_buffer() local 1662 struct bttv_fh *fh = q->priv_data; in buffer_setup() local 1677 struct bttv_fh *fh = q->priv_data; in buffer_prepare() local 1687 struct bttv_fh *fh = q->priv_data; in buffer_queue() local 1701 struct bttv_fh *fh = q->priv_data; in buffer_release() local [all …]
|
D | bttv-vbi.c | 85 struct bttv_fh *fh = q->priv_data; in vbi_buffer_setup() local 107 struct bttv_fh *fh = q->priv_data; in vbi_buffer_prepare() local 213 struct bttv_fh *fh = q->priv_data; in vbi_buffer_queue() local 228 struct bttv_fh *fh = q->priv_data; in vbi_buffer_release() local 314 struct bttv_fh *fh = f; in bttv_try_fmt_vbi_cap() local 332 struct bttv_fh *fh = f; in bttv_s_fmt_vbi_cap() local 380 struct bttv_fh *fh = f; in bttv_g_fmt_vbi_cap() local
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 548 static int uvc_ioctl_querycap(struct file *file, void *fh, in uvc_ioctl_querycap() 593 static int uvc_ioctl_enum_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_enum_fmt_vid_cap() 602 static int uvc_ioctl_enum_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_enum_fmt_vid_out() 611 static int uvc_ioctl_g_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_g_fmt_vid_cap() 620 static int uvc_ioctl_g_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_g_fmt_vid_out() 629 static int uvc_ioctl_s_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_s_fmt_vid_cap() 643 static int uvc_ioctl_s_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_s_fmt_vid_out() 657 static int uvc_ioctl_try_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_try_fmt_vid_cap() 667 static int uvc_ioctl_try_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_try_fmt_vid_out() 677 static int uvc_ioctl_reqbufs(struct file *file, void *fh, in uvc_ioctl_reqbufs() [all …]
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 230 static int av7110_dvb_c_switch(struct saa7146_fh *fh) in av7110_dvb_c_switch() 325 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t) in vidioc_g_tuner() 369 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *t) in vidioc_s_tuner() 413 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency() 429 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f) in vidioc_s_frequency() 459 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in vidioc_enum_input() 479 static int vidioc_g_input(struct file *file, void *fh, unsigned int *input) in vidioc_g_input() 489 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) in vidioc_s_input() 506 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio() 515 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_g_audio() [all …]
|
D | budget-av.c | 1419 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in vidioc_enum_input() 1428 static int vidioc_g_input(struct file *file, void *fh, unsigned int *i) in vidioc_g_input() 1439 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) in vidioc_s_input()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-core.c | 231 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() 240 static int vidioc_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band) in vidioc_enum_freq_bands() 251 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vidioc_g_tuner() 262 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vidioc_s_tuner() 273 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vidioc_g_frequency() 287 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in vidioc_s_frequency() 301 static int vidioc_overlay(struct file *file, void *fh, unsigned i) in vidioc_overlay() 310 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a) in vidioc_g_fbuf() 319 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a) in vidioc_s_fbuf() 328 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()
|
D | vivid-radio-rx.c | 147 int vivid_radio_rx_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band) in vivid_radio_rx_enum_freq_bands() 159 int vivid_radio_rx_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a) in vivid_radio_rx_s_hw_freq_seek() 228 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_radio_rx_g_tuner() 281 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_radio_rx_s_tuner()
|
D | vivid-vbi-cap.c | 299 int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_g_fmt_sliced_vbi_cap() 311 int vidioc_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_try_fmt_sliced_vbi_cap() 327 int vidioc_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_s_fmt_sliced_vbi_cap() 343 int vidioc_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap) in vidioc_g_sliced_vbi_cap()
|
D | vivid-vid-cap.c | 871 int vivid_vid_cap_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in vivid_vid_cap_s_selection() 1178 int vivid_vid_cap_overlay(struct file *file, void *fh, unsigned i) in vivid_vid_cap_overlay() 1199 int vivid_vid_cap_g_fbuf(struct file *file, void *fh, in vivid_vid_cap_g_fbuf() 1217 int vivid_vid_cap_s_fbuf(struct file *file, void *fh, in vivid_vid_cap_s_fbuf() 1399 int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) in vidioc_enumaudio() 1407 int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) in vidioc_g_audio() 1417 int vidioc_s_audio(struct file *file, void *fh, const struct v4l2_audio *vin) in vidioc_s_audio() 1429 int vivid_video_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vivid_video_g_frequency() 1439 int vivid_video_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in vivid_video_s_frequency() 1451 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_video_s_tuner() [all …]
|
D | vivid-radio-tx.c | 112 int vidioc_g_modulator(struct file *file, void *fh, struct v4l2_modulator *a) in vidioc_g_modulator() 131 int vidioc_s_modulator(struct file *file, void *fh, const struct v4l2_modulator *a) in vidioc_s_modulator()
|
D | vivid-vbi-out.c | 178 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_g_fmt_sliced_vbi_out() 190 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_try_fmt_sliced_vbi_out() 206 int vidioc_s_fmt_sliced_vbi_out(struct file *file, void *fh, in vidioc_s_fmt_sliced_vbi_out()
|
D | vivid-vid-out.c | 670 int vivid_vid_out_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in vivid_vid_out_s_selection() 952 int vivid_vid_out_overlay(struct file *file, void *fh, unsigned i) in vivid_vid_out_overlay() 965 int vivid_vid_out_g_fbuf(struct file *file, void *fh, in vivid_vid_out_g_fbuf() 994 int vivid_vid_out_s_fbuf(struct file *file, void *fh, in vivid_vid_out_s_fbuf() 1086 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_enumaudout() 1094 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_g_audout() 1104 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in vidioc_s_audout() 1178 int vidioc_subscribe_event(struct v4l2_fh *fh, in vidioc_subscribe_event()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_v4l2.c | 68 uvc_v4l2_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in uvc_v4l2_querycap() 86 uvc_v4l2_get_format(struct file *file, void *fh, struct v4l2_format *fmt) in uvc_v4l2_get_format() 105 uvc_v4l2_set_format(struct file *file, void *fh, struct v4l2_format *fmt) in uvc_v4l2_set_format() 146 uvc_v4l2_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *b) in uvc_v4l2_reqbufs() 159 uvc_v4l2_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_querybuf() 169 uvc_v4l2_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_qbuf() 184 uvc_v4l2_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_dqbuf() 194 uvc_v4l2_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in uvc_v4l2_streamon() 220 uvc_v4l2_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in uvc_v4l2_streamoff() 233 uvc_v4l2_subscribe_event(struct v4l2_fh *fh, in uvc_v4l2_subscribe_event() [all …]
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 462 static int pwc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_s_fmt_vid_cap() 493 static int pwc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in pwc_querycap() 506 static int pwc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in pwc_enum_input() 516 static int pwc_g_input(struct file *file, void *fh, unsigned int *i) in pwc_g_input() 522 static int pwc_s_input(struct file *file, void *fh, unsigned int i) in pwc_s_input() 883 static int pwc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in pwc_enum_fmt_vid_cap() 905 static int pwc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_g_fmt_vid_cap() 918 static int pwc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_try_fmt_vid_cap() 925 static int pwc_enum_framesizes(struct file *file, void *fh, in pwc_enum_framesizes() 950 static int pwc_enum_frameintervals(struct file *file, void *fh, in pwc_enum_frameintervals() [all …]
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 519 iss_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in iss_video_querycap() 539 iss_video_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f) in iss_video_enum_format() 574 iss_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_get_format() 590 iss_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_set_format() 614 iss_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_try_format() 642 iss_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in iss_video_get_param() 660 iss_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in iss_video_set_param() 678 iss_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb) in iss_video_reqbufs() 686 iss_video_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in iss_video_querybuf() 694 iss_video_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in iss_video_qbuf() [all …]
|
D | iss_ipipe.c | 389 static int ipipe_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in ipipe_init_formats()
|
D | iss_resizer.c | 659 struct v4l2_subdev_fh *fh) in resizer_init_formats()
|
D | iss_ipipeif.c | 605 struct v4l2_subdev_fh *fh) in ipipeif_init_formats()
|
D | iss_video.h | 188 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh) argument
|
D | iss_csi2.c | 1047 static int csi2_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in csi2_init_formats()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 164 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_std() local 171 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_std() local 178 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_input() local 185 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_input() local 193 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_frequency() local 201 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_frequency() local 212 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_querycap() local 439 struct saa7164_vbi_fh *fh; in fops_open() local 464 struct saa7164_vbi_fh *fh = file->private_data; in fops_release() local 517 struct saa7164_vbi_fh *fh = file->private_data; in fops_read() local [all …]
|
D | saa7164-encoder.c | 237 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_std() local 250 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_std() local 295 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_input() local 319 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_input() local 326 struct saa7164_encoder_fh *fh = file->private_data; in saa7164_g_tuner() local 365 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_frequency() local 418 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_frequency() local 501 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_querycap() local 537 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_fmt_vid_cap() local 735 struct saa7164_encoder_fh *fh; in fops_open() local [all …]
|
/linux-4.4.14/fs/nfsd/ |
D | xdr.h | 11 struct svc_fh fh; member 15 struct svc_fh fh; member 20 struct svc_fh fh; member 26 struct svc_fh fh; member 33 svc_fh fh; member 40 struct svc_fh fh; member 56 struct svc_fh fh; member 77 struct svc_fh fh; member 84 struct svc_fh fh; member 89 struct svc_fh fh; member [all …]
|
D | xdr3.h | 13 struct svc_fh fh; member 20 struct svc_fh fh; member 26 struct svc_fh fh; member 31 struct svc_fh fh; member 38 svc_fh fh; member 47 struct svc_fh fh; member 56 struct svc_fh fh; member 74 struct svc_fh fh; member 95 struct svc_fh fh; member 104 struct svc_fh fh; member [all …]
|
D | vfs.h | 110 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() 119 static inline void fh_drop_write(struct svc_fh *fh) in fh_drop_write() 127 static inline __be32 fh_getattr(struct svc_fh *fh, struct kstat *stat) in fh_getattr()
|
D | nfsfh.c | 137 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() local 413 struct knfsd_fh *fh) in _fh_update_old() 649 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt() local
|
D | nfs3acl.c | 34 svc_fh *fh; in nfsd3_proc_getacl() local 88 svc_fh *fh; in nfsd3_proc_setacl() local
|
D | lockd.c | 30 struct svc_fh fh; in nlm_fopen() local
|
D | nfs2acl.c | 35 svc_fh *fh; in nfsacld_proc_getacl() local 95 svc_fh *fh; in nfsacld_proc_setacl() local
|
D | nfs4state.c | 388 static unsigned int nfsd_fh_hashval(struct knfsd_fh *fh) in nfsd_fh_hashval() 393 static unsigned int file_hashval(struct knfsd_fh *fh) in file_hashval() 641 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked() 674 static void block_delegations(struct knfsd_fh *fh) in block_delegations() 3241 static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval, in nfsd4_init_file() 3524 find_file_locked(struct knfsd_fh *fh, unsigned int hashval) in find_file_locked() 3538 find_file(struct knfsd_fh *fh) in find_file() 3550 find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh) in find_or_add_file() 3900 nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh, in nfsd4_truncate() 4102 nfs4_set_delegation(struct nfs4_client *clp, struct svc_fh *fh, in nfs4_set_delegation() [all …]
|
D | nfs4layouts.c | 48 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map() local
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 277 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() 307 static int gsc_m2m_try_fmt_mplane(struct file *file, void *fh, in gsc_m2m_try_fmt_mplane() 315 static int gsc_m2m_s_fmt_mplane(struct file *file, void *fh, in gsc_m2m_s_fmt_mplane() 361 static int gsc_m2m_reqbufs(struct file *file, void *fh, in gsc_m2m_reqbufs() 382 static int gsc_m2m_expbuf(struct file *file, void *fh, in gsc_m2m_expbuf() 389 static int gsc_m2m_querybuf(struct file *file, void *fh, in gsc_m2m_querybuf() 396 static int gsc_m2m_qbuf(struct file *file, void *fh, in gsc_m2m_qbuf() 403 static int gsc_m2m_dqbuf(struct file *file, void *fh, in gsc_m2m_dqbuf() 410 static int gsc_m2m_streamon(struct file *file, void *fh, in gsc_m2m_streamon() [all …]
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 596 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in isp_video_querycap() 616 isp_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_get_format() 632 isp_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_set_format() 690 isp_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_try_format() 718 isp_video_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) in isp_video_cropcap() 736 isp_video_get_crop(struct file *file, void *fh, struct v4l2_crop *crop) in isp_video_get_crop() 770 isp_video_set_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in isp_video_set_crop() 788 isp_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_get_param() 806 isp_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_set_param() 824 isp_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb) in isp_video_reqbufs() [all …]
|
D | ispstat.c | 987 struct v4l2_fh *fh, in omap3isp_stat_subscribe_event() 999 struct v4l2_fh *fh, in omap3isp_stat_unsubscribe_event()
|
D | ispccdc.c | 1855 static int ccdc_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, in ccdc_subscribe_event() 1868 static int ccdc_unsubscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, in ccdc_unsubscribe_event() 2446 static int ccdc_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in ccdc_init_formats()
|
D | ispvideo.h | 194 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) argument
|
D | ispcsi2.c | 1031 static int csi2_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in csi2_init_formats()
|
D | ispccp2.c | 804 static int ccp2_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in ccp2_init_formats()
|
/linux-4.4.14/drivers/staging/most/aim-v4l2/ |
D | video.c | 57 struct v4l2_fh fh; member 80 struct aim_fh *fh; in aim_vdev_open() local 127 struct aim_fh *fh = filp->private_data; in aim_vdev_close() local 165 struct aim_fh *fh = filp->private_data; in aim_vdev_read() local 214 struct aim_fh *fh = filp->private_data; in aim_vdev_poll() local 256 struct aim_fh *fh = priv; in vidioc_querycap() local 301 struct aim_fh *fh = priv; in vidioc_try_fmt_vid_cap() local 310 struct aim_fh *fh = priv; in vidioc_s_fmt_vid_cap() local 327 struct aim_fh *fh = priv; in vidioc_enum_input() local 344 struct aim_fh *fh = priv; in vidioc_g_input() local [all …]
|
/linux-4.4.14/drivers/media/pci/meye/ |
D | meye.c | 949 static int meyeioc_sync(struct file *file, void *fh, int *i) in meyeioc_sync() 1027 static int vidioc_querycap(struct file *file, void *fh, in vidioc_querycap() 1041 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in vidioc_enum_input() 1052 static int vidioc_g_input(struct file *file, void *fh, unsigned int *i) in vidioc_g_input() 1058 static int vidioc_s_input(struct file *file, void *fh, unsigned int i) in vidioc_s_input() 1120 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, in vidioc_enum_fmt_vid_cap() 1141 static int vidioc_try_fmt_vid_cap(struct file *file, void *fh, in vidioc_try_fmt_vid_cap() 1170 static int vidioc_g_fmt_vid_cap(struct file *file, void *fh, in vidioc_g_fmt_vid_cap() 1193 static int vidioc_s_fmt_vid_cap(struct file *file, void *fh, in vidioc_s_fmt_vid_cap() 1235 static int vidioc_reqbufs(struct file *file, void *fh, in vidioc_reqbufs() [all …]
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_vout.c | 1038 static int vidioc_querycap(struct file *file, void *fh, in vidioc_querycap() 1053 static int vidioc_enum_fmt_vid_out(struct file *file, void *fh, in vidioc_enum_fmt_vid_out() 1069 static int vidioc_g_fmt_vid_out(struct file *file, void *fh, in vidioc_g_fmt_vid_out() 1079 static int vidioc_try_fmt_vid_out(struct file *file, void *fh, in vidioc_try_fmt_vid_out() 1105 static int vidioc_s_fmt_vid_out(struct file *file, void *fh, in vidioc_s_fmt_vid_out() 1174 static int vidioc_try_fmt_vid_overlay(struct file *file, void *fh, in vidioc_try_fmt_vid_overlay() 1198 static int vidioc_s_fmt_vid_overlay(struct file *file, void *fh, in vidioc_s_fmt_vid_overlay() 1225 static int vidioc_g_fmt_vid_overlay(struct file *file, void *fh, in vidioc_g_fmt_vid_overlay() 1250 static int vidioc_cropcap(struct file *file, void *fh, in vidioc_cropcap() 1269 static int vidioc_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) in vidioc_g_crop() [all …]
|
/linux-4.4.14/drivers/media/pci/saa7146/ |
D | mxb.c | 460 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in vidioc_enum_input() 469 static int vidioc_g_input(struct file *file, void *fh, unsigned int *i) in vidioc_g_input() 479 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) in vidioc_s_input() 541 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t) in vidioc_g_tuner() 563 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *t) in vidioc_s_tuner() 578 static int vidioc_querystd(struct file *file, void *fh, v4l2_std_id *norm) in vidioc_querystd() 585 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency() 598 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f) in vidioc_s_frequency() 631 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio() 639 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_g_audio() [all …]
|
D | hexium_orion.c | 326 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in vidioc_enum_input() 339 static int vidioc_g_input(struct file *file, void *fh, unsigned int *input) in vidioc_g_input() 350 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) in vidioc_s_input()
|
D | hexium_gemini.c | 214 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in vidioc_enum_input() 227 static int vidioc_g_input(struct file *file, void *fh, unsigned int *input) in vidioc_g_input() 238 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) in vidioc_s_input()
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-ioctl.c | 24 int cx23885_g_chip_info(struct file *file, void *fh, in cx23885_g_chip_info() 60 int cx23885_g_register(struct file *file, void *fh, in cx23885_g_register() 92 int cx23885_s_register(struct file *file, void *fh, in cx23885_s_register()
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 56 struct v4l2_fh fh; member 387 struct hdpvr_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in hdpvr_open() local 585 struct hdpvr_fh *fh = _fh; in vidioc_s_std() local 605 struct hdpvr_fh *fh = _fh; in vidioc_g_std() local 617 struct hdpvr_fh *fh = _fh; in vidioc_querystd() local 636 struct hdpvr_fh *fh = _fh; in vidioc_s_dv_timings() local 659 struct hdpvr_fh *fh = _fh; in vidioc_g_dv_timings() local 672 struct hdpvr_fh *fh = _fh; in vidioc_query_dv_timings() local 714 struct hdpvr_fh *fh = _fh; in vidioc_enum_dv_timings() local 730 struct hdpvr_fh *fh = _fh; in vidioc_dv_timings_cap() local [all …]
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 506 struct vpfe_fh *fh = container_of(vfh, struct vpfe_fh, vfh); in vpfe_release() local 979 vpfe_enum_dv_timings(struct file *file, void *fh, in vpfe_enum_dv_timings() 1005 vpfe_query_dv_timings(struct file *file, void *fh, in vpfe_query_dv_timings() 1028 vpfe_s_dv_timings(struct file *file, void *fh, in vpfe_s_dv_timings() 1054 vpfe_g_dv_timings(struct file *file, void *fh, in vpfe_g_dv_timings() 1085 struct vpfe_fh *fh = vb2_get_drv_priv(vq); in vpfe_buffer_queue_setup() local 1114 struct vpfe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_prepare() local 1143 struct vpfe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_queue() local 1191 struct vpfe_fh *fh = vb2_get_drv_priv(vq); in vpfe_start_streaming() local 1251 struct vpfe_fh *fh = vb2_get_drv_priv(vq); in vpfe_stop_streaming() local [all …]
|
D | dm365_ipipeif.c | 761 ipipeif_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in ipipeif_init_formats()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_clp.c | 131 static int clp_query_pci_fn(struct zpci_dev *zdev, u32 fh) in clp_query_pci_fn() 163 int clp_add_pci_device(u32 fid, u32 fh, int configured) in clp_add_pci_device() 199 static int clp_set_pci_fn(u32 *fh, u8 nr_dma_as, u8 command) in clp_set_pci_fn() 239 u32 fh = zdev->fh; in clp_enable_fh() local 253 u32 fh = zdev->fh; in clp_disable_fh() local
|
D | pci_event.c | 19 u32 fh; /* function handle */ member 36 u32 fh; /* function handle */ member
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 202 struct fc_frame_header *fh; in ft_write_pending() local 255 struct fc_frame_header *fh; in ft_recv_seq() local 294 const struct fc_frame_header *fh; in ft_send_resp_status() local 478 struct fc_frame_header *fh = fc_frame_header_get(fp); in ft_recv_req() local 504 struct fc_frame_header *fh = fc_frame_header_get(cmd->req_frame); in ft_send_work() local
|
D | tfc_io.c | 215 struct fc_frame_header *fh; in ft_recv_write_data() local
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-m2m.c | 241 static int fimc_m2m_querycap(struct file *file, void *fh, in fimc_m2m_querycap() 274 static int fimc_m2m_g_fmt_mplane(struct file *file, void *fh, in fimc_m2m_g_fmt_mplane() 333 static int fimc_m2m_try_fmt_mplane(struct file *file, void *fh, in fimc_m2m_try_fmt_mplane() 361 static int fimc_m2m_s_fmt_mplane(struct file *file, void *fh, in fimc_m2m_s_fmt_mplane() 400 static int fimc_m2m_cropcap(struct file *file, void *fh, in fimc_m2m_cropcap() 419 static int fimc_m2m_g_crop(struct file *file, void *fh, struct v4l2_crop *cr) in fimc_m2m_g_crop() 488 static int fimc_m2m_s_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in fimc_m2m_s_crop()
|
D | fimc-isp-video.c | 381 static int isp_video_g_fmt_mplane(struct file *file, void *fh, in isp_video_g_fmt_mplane() 410 static int isp_video_try_fmt_mplane(struct file *file, void *fh, in isp_video_try_fmt_mplane()
|
D | fimc-lite.c | 689 static int fimc_lite_g_fmt_mplane(struct file *file, void *fh, in fimc_lite_g_fmt_mplane() 754 static int fimc_lite_try_fmt_mplane(struct file *file, void *fh, in fimc_lite_try_fmt_mplane() 906 static int fimc_lite_g_selection(struct file *file, void *fh, in fimc_lite_g_selection() 932 static int fimc_lite_s_selection(struct file *file, void *fh, in fimc_lite_s_selection()
|
D | fimc-capture.c | 906 static int fimc_cap_g_fmt_mplane(struct file *file, void *fh, in fimc_cap_g_fmt_mplane() 1001 static int fimc_cap_try_fmt_mplane(struct file *file, void *fh, in fimc_cap_try_fmt_mplane() 1272 static int fimc_cap_g_selection(struct file *file, void *fh, in fimc_cap_g_selection() 1320 static int fimc_cap_s_selection(struct file *file, void *fh, in fimc_cap_s_selection()
|
D | fimc-isp.c | 367 struct v4l2_subdev_fh *fh) in fimc_isp_subdev_open()
|
D | fimc-lite.h | 150 struct v4l2_fh fh; member
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer_video.c | 359 static int mxr_g_selection(struct file *file, void *fh, in mxr_g_selection() 420 static int mxr_s_selection(struct file *file, void *fh, in mxr_s_selection() 505 static int mxr_enum_dv_timings(struct file *file, void *fh, in mxr_enum_dv_timings() 522 static int mxr_s_dv_timings(struct file *file, void *fh, in mxr_s_dv_timings() 550 static int mxr_g_dv_timings(struct file *file, void *fh, in mxr_g_dv_timings() 565 static int mxr_dv_timings_cap(struct file *file, void *fh, in mxr_dv_timings_cap() 582 static int mxr_s_std(struct file *file, void *fh, v4l2_std_id norm) in mxr_s_std() 608 static int mxr_g_std(struct file *file, void *fh, v4l2_std_id *norm) in mxr_g_std() 622 static int mxr_enum_output(struct file *file, void *fh, struct v4l2_output *a) in mxr_enum_output() 648 static int mxr_s_output(struct file *file, void *fh, unsigned int i) in mxr_s_output() [all …]
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_exch.c | 275 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_setup_hdr() local 470 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_send_locked() local 960 struct fc_frame_header *fh; in fc_exch_resp() local 1007 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_lookup_recip() local 1136 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_lookup_orig() local 1243 struct fc_frame_header *fh; in fc_seq_send_ack() local 1305 struct fc_frame_header *fh; in fc_exch_send_ba_rjt() local 1372 struct fc_frame_header *fh; in fc_exch_recv_abts() local 1464 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_recv_req() local 1525 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_recv_seq_resp() local [all …]
|
D | fc_lport.c | 812 struct fc_frame_header *fh; in fc_lport_recv_flogi_req() local 957 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_lport_recv_req() local 1129 struct fc_frame_header *fh; in fc_lport_ns_resp() local 1205 struct fc_frame_header *fh; in fc_lport_ms_resp() local 1708 struct fc_frame_header *fh; in fc_lport_flogi_resp() local 1908 struct fc_frame_header *fh; in fc_lport_bsg_resp() local 1974 struct fc_frame_header *fh; in fc_lport_els_request() local 2034 struct fc_frame_header *fh; in fc_lport_ct_request() local
|
D | fc_fcp.c | 446 struct fc_frame_header *fh; in fc_fcp_recv_data() local 710 struct fc_frame_header *fh; in fc_fcp_abts_resp() local 754 struct fc_frame_header *fh; in fc_fcp_recv() local 822 struct fc_frame_header *fh; in fc_fcp_resp() local 1333 struct fc_frame_header *fh; in fc_tm_done() local 1721 struct fc_frame_header *fh; in fc_fcp_srr_resp() local
|
D | fc_elsct.c | 94 struct fc_frame_header *fh; in fc_els_resp_type() local
|
D | fc_libfc.c | 169 struct fc_frame_header *fh; in fc_fill_hdr() local
|
D | fc_disc.c | 514 struct fc_frame_header *fh; in fc_disc_gpn_ft_resp() local
|
/linux-4.4.14/fs/nfs/ |
D | namespace.c | 143 struct nfs_fh *fh = NULL; in nfs_d_automount() local 240 struct vfsmount *nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, in nfs_do_submount() 276 struct nfs_fh *fh, struct nfs_fattr *fattr) in nfs_submount()
|
D | mount_clnt.c | 126 struct nfs_fh *fh; member 133 struct nfs_fh *fh; member 346 struct nfs_fh *fh = res->fh; in decode_fhandle() local 395 struct nfs_fh *fh = res->fh; in decode_fhandle3() local
|
D | inode.c | 244 struct nfs_fh *fh; member 258 struct nfs_fh *fh = desc->fh; in nfs_find_actor() local 350 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() 1339 struct nfs_fh *fh; in nfs_alloc_fhandle() local 1357 u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh) in _nfs_display_fhandle_hash() 1373 void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption) in _nfs_display_fhandle()
|
D | callback_proc.c | 118 struct nfs_fh *fh, nfs4_stateid *stateid) in get_layout_by_fh_locked() 150 struct nfs_fh *fh, nfs4_stateid *stateid) in get_layout_by_fh()
|
D | internal.h | 41 struct nfs_fh *fh; member 128 struct nfs_fh *fh; member 695 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash() 700 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash()
|
D | nfs3client.c | 59 struct nfs_fh *fh, in nfs3_clone_server()
|
D | nfs2xdr.c | 194 static void encode_fhandle(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fhandle() 202 static int decode_fhandle(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fhandle() 512 static void encode_diropargs(struct xdr_stream *xdr, const struct nfs_fh *fh, in encode_diropargs() 571 const struct nfs_fh *fh) in nfs2_xdr_enc_fhandle()
|
D | nfs3xdr.c | 440 static void encode_nfs_fh3(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_nfs_fh3() 449 static int decode_nfs_fh3(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_nfs_fh3() 474 static void zero_nfs_fh3(struct nfs_fh *fh) in zero_nfs_fh3() 803 static int decode_post_op_fh3(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_post_op_fh3() 825 static void encode_diropargs3(struct xdr_stream *xdr, const struct nfs_fh *fh, in encode_diropargs3() 849 const struct nfs_fh *fh) in nfs3_xdr_enc_getattr3args()
|
D | callback.h | 64 struct nfs_fh fh; member 78 struct nfs_fh fh; member
|
D | nfs4namespace.c | 395 struct nfs_fh *fh, struct nfs_fattr *fattr) in nfs4_submount()
|
D | proc.c | 386 struct nfs_fh *fh; in nfs_proc_symlink() local
|
D | client.c | 1007 struct nfs_fh *fh, in nfs_clone_server()
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 50 efi_file_handle_t *fh; in efi_open_volume() local 72 efi_file_handle_t *fh = handle; in efi_file_close() local 80 efi_file_handle_t *fh = handle; in efi_file_read() local 90 efi_file_handle_t *h, *fh = __fh; in efi_file_size() local
|
D | efi-stub-helper.c | 368 efi_file_handle_t *fh = NULL; in handle_cmdline_files() local
|
/linux-4.4.14/fs/gfs2/ |
D | export.c | 34 __be32 *fh = (__force __be32 *)p; in gfs2_encode_fh() local 162 __be32 *fh = (__force __be32 *)fid->raw; in gfs2_fh_to_dentry() local 184 __be32 *fh = (__force __be32 *)fid->raw; in gfs2_fh_to_parent() local
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 177 struct fc_frame_header *fh; in bnx2fc_send_adisc() local 205 struct fc_frame_header *fh; in bnx2fc_send_logo() local 233 struct fc_frame_header *fh; in bnx2fc_send_rls() local 260 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_srr_compl() local 372 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_rec_compl() local 903 struct fc_frame_header *fh = fc_frame_header_get(fp); in bnx2fc_elsct_send() local
|
D | bnx2fc_fcoe.c | 199 struct fc_frame_header *fh; in bnx2fc_xmit_l2_frame() local 248 struct fc_frame_header *fh; in bnx2fc_xmit() local 412 struct fc_frame_header *fh; in bnx2fc_rcv() local 499 struct fc_frame_header *fh; in bnx2fc_recv_frame() local
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 504 struct vpfe_fh *fh; in vpfe_open() local 715 struct vpfe_fh *fh = file->private_data; in vpfe_release() local 1249 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_setup() local 1269 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_prepare() local 1301 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_queue() local 1319 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_release() local 1351 struct vpfe_fh *fh = file->private_data; in vpfe_reqbufs() local 1414 struct vpfe_fh *fh = file->private_data; in vpfe_qbuf() local 1481 struct vpfe_fh *fh = file->private_data; in vpfe_streamon() local 1565 struct vpfe_fh *fh = file->private_data; in vpfe_streamoff() local
|
/linux-4.4.14/fs/btrfs/ |
D | export.c | 15 static int btrfs_encode_fh(struct inode *inode, u32 *fh, int *max_len, in btrfs_encode_fh() 107 static struct dentry *btrfs_fh_to_parent(struct super_block *sb, struct fid *fh, in btrfs_fh_to_parent() 131 static struct dentry *btrfs_fh_to_dentry(struct super_block *sb, struct fid *fh, in btrfs_fh_to_dentry()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 686 static int bdisp_querycap(struct file *file, void *fh, in bdisp_querycap() 704 static int bdisp_enum_fmt(struct file *file, void *fh, struct v4l2_fmtdesc *f) in bdisp_enum_fmt() 724 static int bdisp_g_fmt(struct file *file, void *fh, struct v4l2_format *f) in bdisp_g_fmt() 748 static int bdisp_try_fmt(struct file *file, void *fh, struct v4l2_format *f) in bdisp_try_fmt() 798 static int bdisp_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in bdisp_s_fmt() 850 static int bdisp_g_selection(struct file *file, void *fh, in bdisp_g_selection() 928 static int bdisp_s_selection(struct file *file, void *fh, in bdisp_s_selection() 1007 static int bdisp_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in bdisp_streamon()
|
D | bdisp.h | 122 struct v4l2_fh fh; member
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 488 xvip_dma_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in xvip_dma_querycap() 515 xvip_dma_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f) in xvip_dma_enum_format() 531 xvip_dma_get_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_get_format() 593 xvip_dma_try_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_try_format() 603 xvip_dma_set_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_set_format()
|
D | xilinx-tpg.c | 352 static int xtpg_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in xtpg_open() 368 static int xtpg_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in xtpg_close()
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 345 struct nfs_fh *fh; member 393 const struct nfs_fh * fh; member 421 struct nfs_fh fh; member 445 const struct nfs_fh * fh; member 461 struct nfs_fh * fh; member 487 struct nfs_fh * fh; member 509 struct nfs_fh * fh; member 523 struct nfs_fh * fh; member 572 struct nfs_fh * fh; member 600 struct nfs_fh *fh; member [all …]
|
D | nfs_fs.h | 123 struct nfs_fh fh; member 390 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle() 397 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 402 #define nfs_display_fhandle(fh, caption) \ argument 408 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 412 static inline void nfs_display_fhandle(const struct nfs_fh *fh, in nfs_display_fhandle()
|
D | cleancache.h | 23 __u32 fh[CLEANCACHE_KEY_MAX]; member
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 58 efi_file_handle_32_t *h, *fh = __fh; in __file_size32() local 111 efi_file_handle_64_t *h, *fh = __fh; in __file_size64() local 175 efi_file_handle_64_t *fh = handle; in efi_file_read() local 180 efi_file_handle_32_t *fh = handle; in efi_file_read() local 190 efi_file_handle_64_t *fh = handle; in efi_file_close() local 194 efi_file_handle_32_t *fh = handle; in efi_file_close() local 204 efi_file_handle_32_t *fh; in __open_volume32() local 230 efi_file_handle_64_t *fh; in __open_volume64() local
|
/linux-4.4.14/fs/fat/ |
D | nfs.c | 109 fat_encode_fh_nostale(struct inode *inode, __u32 *fh, int *lenp, in fat_encode_fh_nostale() 159 struct fid *fh, int fh_len, in fat_fh_to_dentry_nostale() 197 struct fid *fh, int fh_len, in fat_fh_to_parent_nostale()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_fcoe.c | 214 static inline u16 i40e_fcoe_fc_get_xid(struct fc_frame_header *fh) in i40e_fcoe_fc_get_xid() 235 void *fh = skb->data + sizeof(struct fcoe_hdr); in i40e_fcoe_fc_frame_header() local 695 struct fc_frame_header *fh = NULL; in i40e_fcoe_handle_offload() local 1014 struct fc_frame_header *fh; in i40e_fcoe_program_ddp() local 1148 struct fc_frame_header *fh; in i40e_fcoe_handle_ddp() local 1210 struct fc_frame_header *fh; in i40e_fcoe_tso() local
|
/linux-4.4.14/fs/ceph/ |
D | export.c | 28 struct ceph_nfs_fh *fh = (void *)rawfh; in ceph_encode_fh() local 112 struct ceph_nfs_fh *fh = (void *)fid->raw; in ceph_fh_to_dentry() local
|
/linux-4.4.14/net/sched/ |
D | cls_api.c | 138 unsigned long fh; in tc_ctl_tfilter() local 355 unsigned long fh, u32 portid, u32 seq, u16 flags, int event) in tcf_fill_node() 390 unsigned long fh, int event) in tfilter_notify()
|
D | cls_cgroup.c | 161 static int cls_cgroup_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in cls_cgroup_dump()
|
D | cls_basic.c | 251 static int basic_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in basic_dump()
|
D | cls_fw.c | 364 static int fw_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in fw_dump()
|
D | cls_bpf.c | 464 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in cls_bpf_dump()
|
D | cls_tcindex.c | 512 static int tcindex_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in tcindex_dump()
|
D | cls_route.c | 600 static int route4_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in route4_dump()
|
D | cls_flow.c | 602 static int flow_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in flow_dump()
|
D | cls_rsvp.h | 669 static int rsvp_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in rsvp_dump()
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 980 vsp1_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vsp1_video_querycap() 1005 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_get_format() 1021 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_try_format() 1033 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_set_format() 1063 vsp1_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in vsp1_video_streamon()
|
D | vsp1_entity.c | 108 struct v4l2_subdev_fh *fh) in vsp1_entity_open()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | am200epd.c | 201 int fh; in am200_presetup_fb() local 262 int fh; in am200_setup_fb() local
|
/linux-4.4.14/fs/nilfs2/ |
D | namei.c | 491 static struct dentry *nilfs_fh_to_dentry(struct super_block *sb, struct fid *fh, in nilfs_fh_to_dentry() 504 static struct dentry *nilfs_fh_to_parent(struct super_block *sb, struct fid *fh, in nilfs_fh_to_parent() 516 static int nilfs_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in nilfs_encode_fh()
|
/linux-4.4.14/include/uapi/linux/ |
D | fuse.h | 409 uint64_t fh; member 452 uint64_t fh; member 481 uint64_t fh; member 487 uint64_t fh; member 494 uint64_t fh; member 501 uint64_t fh; member 513 uint64_t fh; member 534 uint64_t fh; member 555 uint64_t fh; member 629 uint64_t fh; member [all …]
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq.c | 28 static struct fiq_handler fh = { variable
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pci_clp.h | 21 u32 fh; /* PCI function handle */ member 79 u32 fh; /* function handle */ member 147 u32 fh; /* function handle */ member 160 u32 fh; /* function handle */ member
|
D | pci_io.h | 17 u32 fh; member
|
D | pci.h | 76 u32 fh; /* function handle, used by insn's */ member
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_frag.c | 41 const struct frag_hdr *fh; in frag_mt6() local
|
D | nf_log_ipv6.c | 93 const struct frag_hdr *fh; in dump_ipv6_packet() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | adp1653.c | 366 static int adp1653_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in adp1653_open() 371 static int adp1653_close(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in adp1653_close()
|
D | as3645a.c | 639 static int as3645a_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in as3645a_open() 644 static int as3645a_close(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in as3645a_close()
|
D | s5k6a3.c | 175 static int s5k6a3_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in s5k6a3_open()
|
D | mt9t001.c | 788 static int mt9t001_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9t001_open() 809 static int mt9t001_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9t001_close()
|
D | mt9p031.c | 943 static int mt9p031_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9p031_open() 970 static int mt9p031_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9p031_close()
|
D | mt9v032.c | 810 static int mt9v032_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_open() 837 static int mt9v032_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_close()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 671 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio() 683 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_g_audio() 694 static int vidioc_s_audio(struct file *file, void *fh, in vidioc_s_audio() 791 static int vidioc_subscribe_event(struct v4l2_fh *fh, in vidioc_subscribe_event()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 356 static int soc_camera_enum_framesizes(struct file *file, void *fh, in soc_camera_enum_framesizes() 1028 static int soc_camera_cropcap(struct file *file, void *fh, in soc_camera_cropcap() 1037 static int soc_camera_g_crop(struct file *file, void *fh, in soc_camera_g_crop() 1054 static int soc_camera_s_crop(struct file *file, void *fh, in soc_camera_s_crop() 1094 static int soc_camera_g_selection(struct file *file, void *fh, in soc_camera_g_selection() 1110 static int soc_camera_s_selection(struct file *file, void *fh, in soc_camera_s_selection() 1153 static int soc_camera_g_parm(struct file *file, void *fh, in soc_camera_g_parm() 1165 static int soc_camera_s_parm(struct file *file, void *fh, in soc_camera_s_parm()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-common.c | 713 static int coda_g_selection(struct file *file, void *fh, in coda_g_selection() 757 static int coda_try_decoder_cmd(struct file *file, void *fh, in coda_try_decoder_cmd() 772 static int coda_decoder_cmd(struct file *file, void *fh, in coda_decoder_cmd() 794 static int coda_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in coda_g_parm() 877 static int coda_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in coda_s_parm() 892 static int coda_subscribe_event(struct v4l2_fh *fh, in coda_subscribe_event()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 616 struct fc_frame_header *fh; in fcoe_ctlr_encaps() local 706 struct fc_frame_header *fh; in fcoe_ctlr_els_send() local 1143 struct fc_frame_header *fh = NULL; in fcoe_ctlr_recv_els() local 1315 struct fip_header *fh) in fcoe_ctlr_recv_clr_vlink() 1645 struct fc_frame_header *fh; in fcoe_ctlr_flogi_send_locked() local 1873 struct fc_frame_header *fh; in fcoe_ctlr_recv_flogi() local
|
D | fcoe.c | 866 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_oem_match() local 1435 struct fc_frame_header *fh; in fcoe_rcv() local 1593 struct fc_frame_header *fh; in fcoe_xmit() local 1736 struct fc_frame_header *fh; in fcoe_filter_frames() local 2789 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_elsct_send() local
|
/linux-4.4.14/include/media/ |
D | v4l2-event.h | 116 struct v4l2_fh *fh; member
|
D | saa7146_vv.h | 80 struct saa7146_fh *fh; member 89 struct v4l2_fh fh; member
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-v4l2.c | 1041 static int cobalt_g_edid(struct file *file, void *fh, struct v4l2_edid *edid) in cobalt_g_edid() 1055 static int cobalt_s_edid(struct file *file, void *fh, struct v4l2_edid *edid) in cobalt_s_edid() 1069 static int cobalt_subscribe_event(struct v4l2_fh *fh, in cobalt_subscribe_event() 1079 static int cobalt_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in cobalt_g_parm()
|
/linux-4.4.14/fs/ocfs2/ |
D | export.c | 187 __le32 *fh = (__force __le32 *) fh_in; in ocfs2_encode_fh() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_export.c | 58 __u32 *fh, in xfs_fs_encode_fh()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 474 struct nfs_fh *fh; in filelayout_read_pagelist() local 521 struct nfs_fh *fh; in filelayout_write_pagelist() local 1005 struct nfs_fh *fh; in filelayout_initiate_commit() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 413 struct fc_frame_header *fh; in ixgbe_fcoe_ddp() local 516 struct fc_frame_header *fh; in ixgbe_fso() local
|
/linux-4.4.14/include/scsi/ |
D | fc_encode.h | 54 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr() 77 struct fc_frame_header *fh; in fc_fill_fc_hdr() local
|
/linux-4.4.14/fs/lockd/ |
D | clntlock.c | 165 const struct nfs_fh *fh = &lock->fh; in nlmclnt_grant() local
|
D | clnt4xdr.c | 195 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh()
|
D | clntxdr.c | 192 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | metronomefb.c | 51 int fh; /* frame height */ member 583 int fw, fh; in metronomefb_probe() local
|
D | vga16fb.c | 197 int fh = 16; // FIXME !!! font height. Fugde for now. in vga16fb_pan_var() local 524 int fh, i; in vga16fb_set_par() local
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 81 static int decode_nfs_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_nfs_fh() 1610 struct nfs_fh *fh; in ff_layout_read_pagelist() local 1670 struct nfs_fh *fh; in ff_layout_write_pagelist() local 1739 struct nfs_fh *fh; in ff_layout_initiate_commit() local 1996 struct nfs_fh *fh = &mirror->fh_versions[0]; in ff_layout_encode_layoutstats() local
|
D | flexfilelayoutdev.c | 364 struct nfs_fh *fh = NULL; in nfs4_ff_layout_select_ds_fh() local
|
/linux-4.4.14/include/video/ |
D | metronomefb.h | 52 int fh; member
|
/linux-4.4.14/include/linux/lockd/ |
D | xdr.h | 40 struct nfs_fh fh; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 188 static int ll_encode_fh(struct inode *inode, __u32 *fh, int *plen, in ll_encode_fh()
|
/linux-4.4.14/arch/arm/mach-rpc/ |
D | dma.c | 252 static struct fiq_handler fh = { variable
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | a.out.h | 56 struct filehdr fh; member
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d.h | 58 struct v4l2_fh fh; member
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | w996Xcf.c | 398 int start_cropx, start_cropy, x, y, fw, fh, cw, ch, in w9968cf_set_crop_window() local
|
/linux-4.4.14/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 73 static struct fiq_handler fh = { variable
|
/linux-4.4.14/drivers/media/usb/hackrf/ |
D | hackrf.c | 904 static int hackrf_querycap(struct file *file, void *fh, in hackrf_querycap() 1068 static int hackrf_s_modulator(struct file *file, void *fh, in hackrf_s_modulator() 1078 static int hackrf_g_modulator(struct file *file, void *fh, in hackrf_g_modulator()
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 1063 int fh; in sisusbcon_resize() local 1089 struct vc_data *c, int fh, int uplock) in sisusbcon_do_font_op()
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-si476x.c | 1022 static int si476x_radio_g_register(struct file *file, void *fh, in si476x_radio_g_register() 1038 static int si476x_radio_s_register(struct file *file, void *fh, in si476x_radio_s_register()
|
D | tea575x.c | 461 static int vidioc_s_hw_freq_seek(struct file *file, void *fh, in vidioc_s_hw_freq_seek()
|
D | radio-tea5777.c | 386 static int vidioc_s_hw_freq_seek(struct file *file, void *fh, in vidioc_s_hw_freq_seek()
|
/linux-4.4.14/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 724 static int bcap_g_parm(struct file *file, void *fh, in bcap_g_parm() 734 static int bcap_s_parm(struct file *file, void *fh, in bcap_s_parm()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_fcs.c | 269 struct fc_frame_header *fh = NULL; in is_fnic_fip_flogi_reject() local 1053 struct fc_frame_header *fh; in fnic_send_frame() local
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-video.c | 1018 static int vidioc_g_register (struct file *file, void *fh, in vidioc_g_register() 1030 static int vidioc_s_register (struct file *file, void *fh, in vidioc_s_register()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_tmf.c | 288 struct ssp_frame_hdr *fh; in asd_get_tmf_resp_tasklet() local
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | fw_inc.c | 49 struct wil_fw_record_file_header fh; in wil_fw_verify() local
|
/linux-4.4.14/include/media/davinci/ |
D | vpfe_capture.h | 176 struct v4l2_fh fh; member
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.c | 181 int amdgpu_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) in amdgpu_calculate_at()
|
/linux-4.4.14/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1321 static int s5c73m3_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in s5c73m3_open() 1336 static int s5c73m3_oif_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in s5c73m3_oif_open()
|
/linux-4.4.14/drivers/media/platform/ti-vpe/ |
D | vpe.c | 375 struct v4l2_fh fh; member 1649 static int vpe_g_selection(struct file *file, void *fh, in vpe_g_selection() 1710 static int vpe_s_selection(struct file *file, void *fh, in vpe_s_selection()
|
/linux-4.4.14/net/core/ |
D | flow_dissector.c | 436 struct frag_hdr _fh, *fh; in __skb_flow_dissect() local
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-pci-skeleton.c | 596 static int skeleton_dv_timings_cap(struct file *file, void *fh, in skeleton_dv_timings_cap()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 852 static int vidioc_subscribe_event(struct v4l2_fh *fh, in vidioc_subscribe_event()
|
/linux-4.4.14/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.h | 236 struct v4l2_fh fh; member
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | blocklayout.c | 727 bl_set_layoutdriver(struct nfs_server *server, const struct nfs_fh *fh) in bl_set_layoutdriver()
|
/linux-4.4.14/drivers/media/i2c/m5mols/ |
D | m5mols_core.c | 896 static int m5mols_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in m5mols_open()
|