/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_driver.c | 192 static void map_mode_raw(struct zoran_fh *fh) in map_mode_raw() 198 static void map_mode_jpg(struct zoran_fh *fh, int play) in map_mode_jpg() 215 static int v4l_fbuffer_alloc(struct zoran_fh *fh) in v4l_fbuffer_alloc() 258 static void v4l_fbuffer_free(struct zoran_fh *fh) in v4l_fbuffer_free() 309 static int jpg_fbuffer_alloc(struct zoran_fh *fh) in jpg_fbuffer_alloc() 387 static void jpg_fbuffer_free(struct zoran_fh *fh) in jpg_fbuffer_free() 438 zoran_v4l_set_format (struct zoran_fh *fh, in zoran_v4l_set_format() 486 static int zoran_v4l_queue_frame(struct zoran_fh *fh, int num) in zoran_v4l_queue_frame() 565 static int v4l_sync(struct zoran_fh *fh, int frame) in v4l_sync() 631 static int zoran_jpg_queue_frame(struct zoran_fh *fh, int num, in zoran_jpg_queue_frame() [all …]
|
D | zoran_device.c | 538 void write_overlay_mask(struct zoran_fh *fh, struct v4l2_clip *vp, int count) in write_overlay_mask()
|
/linux-4.1.27/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 186 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh() 199 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending() 205 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() 280 int v4l2_event_unsubscribe(struct v4l2_fh *fh, in v4l2_event_unsubscribe() [all …]
|
D | v4l2-ioctl.c | 1012 struct file *file, void *fh, void *arg) in v4l_querycap() 1034 struct file *file, void *fh, void *arg) in v4l_s_input() 1040 struct file *file, void *fh, void *arg) in v4l_s_output() 1046 struct file *file, void *fh, void *arg) in v4l_g_priority() 1057 struct file *file, void *fh, void *arg) in v4l_s_priority() 1071 struct file *file, void *fh, void *arg) in v4l_enuminput() 1089 struct file *file, void *fh, void *arg) in v4l_enumoutput() 1107 struct file *file, void *fh, void *arg) in v4l_enum_fmt() 1146 struct file *file, void *fh, void *arg) in v4l_g_fmt() 1238 struct file *file, void *fh, void *arg) in v4l_s_fmt() [all …]
|
D | v4l2-mem2mem.c | 536 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_poll() local 764 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_reqbufs() local 773 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_create_bufs() local 782 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_querybuf() local 791 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_qbuf() local 800 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_dqbuf() local 809 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_expbuf() local 818 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_streamon() local 827 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_ioctl_streamoff() local 840 struct v4l2_fh *fh = file->private_data; in v4l2_m2m_fop_mmap() 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 | 1223 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() 1557 static void new_to_cur(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 ch_flags) in new_to_cur() 2970 static int try_or_set_cluster(struct v4l2_fh *fh, struct v4l2_ctrl *master, in try_or_set_cluster() 3070 static int try_set_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in try_set_ext_ctrls() 3177 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in v4l2_s_ext_ctrls() 3197 static int set_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 ch_flags) in set_ctrl() 3224 static int set_ctrl_lock(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, in set_ctrl_lock() 3238 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, in v4l2_s_ctrl() 3422 int v4l2_ctrl_log_status(struct file *file, void *fh) in v4l2_ctrl_log_status() 3434 int v4l2_ctrl_subscribe_event(struct v4l2_fh *fh, in v4l2_ctrl_subscribe_event() [all …]
|
/linux-4.1.27/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.1.27/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 | 340 static void calculate_clipping_registers_rect(struct saa7146_dev *dev, struct saa7146_fh *fh, in calculate_clipping_registers_rect() 485 static void saa7146_set_clipping_rect(struct saa7146_fh *fh) in saa7146_set_clipping_rect() 650 int saa7146_enable_overlay(struct saa7146_fh *fh) in saa7146_enable_overlay() 665 void saa7146_disable_overlay(struct saa7146_fh *fh) in saa7146_disable_overlay()
|
/linux-4.1.27/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() 306 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap() 336 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap() 368 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.1.27/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 782 struct cx231xx_fh *fh = vq->priv_data; in buffer_prepare() local 843 struct cx231xx_fh *fh = vq->priv_data; in buffer_queue() local 857 struct cx231xx_fh *fh = vq->priv_data; in buffer_release() local 892 static int res_get(struct cx231xx_fh *fh) in res_get() 917 static int res_check(struct cx231xx_fh *fh) in res_check() 922 static void res_free(struct cx231xx_fh *fh) in res_free() 950 struct cx231xx_fh *fh = priv; in vidioc_g_fmt_vid_cap() local 979 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 1401 struct cx231xx_fh *fh = q->priv_data; in bb_buf_prepare() local 1464 struct cx231xx_fh *fh = q->priv_data; in bb_buf_queue() local 1498 struct cx231xx_fh *fh = file->private_data; in vidioc_g_std() local 1507 struct cx231xx_fh *fh = file->private_data; in vidioc_s_std() local 1540 struct cx231xx_fh *fh = file->private_data; in vidioc_s_ctrl() local 1565 struct cx231xx_fh *fh = file->private_data; in vidioc_g_fmt_vid_cap() local 1585 struct cx231xx_fh *fh = file->private_data; in vidioc_try_fmt_vid_cap() local 1603 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 220 struct cx231xx_fh *fh = vq->priv_data; in vbi_buffer_prepare() local 270 struct cx231xx_fh *fh = vq->priv_data; in vbi_buffer_queue() local
|
/linux-4.1.27/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 742 struct tm6000_fh *fh = vq->priv_data; in buffer_prepare() local 796 struct tm6000_fh *fh = vq->priv_data; in buffer_queue() local 823 static bool is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_read() 832 static bool is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_streaming() 841 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get() 859 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free() 910 struct tm6000_fh *fh = priv; in vidioc_g_fmt_vid_cap() local 975 struct tm6000_fh *fh = priv; in vidioc_s_fmt_vid_cap() local [all …]
|
/linux-4.1.27/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.1.27/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 | 405 struct viu_fh *fh = vq->priv_data; in buffer_setup() local 489 struct viu_fh *fh = vq->priv_data; in buffer_prepare() local 534 struct viu_fh *fh = vq->priv_data; in buffer_queue() local 585 struct viu_fh *fh = vq->priv_data; in buffer_release() local 631 struct viu_fh *fh = priv; in vidioc_g_fmt_cap() local 688 struct viu_fh *fh = priv; in vidioc_s_fmt_cap() local 708 struct viu_fh *fh = priv; in vidioc_g_fmt_overlay() local 763 static int viu_setup_preview(struct viu_dev *dev, struct viu_fh *fh) in viu_setup_preview() 808 struct viu_fh *fh = priv; in vidioc_s_fmt_overlay() local 833 struct viu_fh *fh = priv; in vidioc_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 | 924 static int sh_vou_g_crop(struct file *file, void *fh, struct v4l2_crop *a) in sh_vou_g_crop() 937 static int sh_vou_s_crop(struct file *file, void *fh, const struct v4l2_crop *a) in sh_vou_s_crop()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 551 static int uvc_ioctl_querycap(struct file *file, void *fh, in uvc_ioctl_querycap() 596 static int uvc_ioctl_enum_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_enum_fmt_vid_cap() 605 static int uvc_ioctl_enum_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_enum_fmt_vid_out() 614 static int uvc_ioctl_g_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_g_fmt_vid_cap() 623 static int uvc_ioctl_g_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_g_fmt_vid_out() 632 static int uvc_ioctl_s_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_s_fmt_vid_cap() 646 static int uvc_ioctl_s_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_s_fmt_vid_out() 660 static int uvc_ioctl_try_fmt_vid_cap(struct file *file, void *fh, in uvc_ioctl_try_fmt_vid_cap() 670 static int uvc_ioctl_try_fmt_vid_out(struct file *file, void *fh, in uvc_ioctl_try_fmt_vid_out() 680 static int uvc_ioctl_reqbufs(struct file *file, void *fh, in uvc_ioctl_reqbufs() [all …]
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_video.c | 520 iss_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in iss_video_querycap() 540 iss_video_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f) in iss_video_enum_format() 575 iss_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_get_format() 591 iss_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_set_format() 615 iss_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_try_format() 643 iss_video_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) in iss_video_cropcap() 661 iss_video_get_crop(struct file *file, void *fh, struct v4l2_crop *crop) in iss_video_get_crop() 695 iss_video_set_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in iss_video_set_crop() 713 iss_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in iss_video_get_param() 731 iss_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in iss_video_set_param() [all …]
|
D | iss_ipipe.c | 381 static int ipipe_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in ipipe_init_formats()
|
D | iss_resizer.c | 658 struct v4l2_subdev_fh *fh) in resizer_init_formats()
|
D | iss_ipipeif.c | 603 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 | 1041 static int csi2_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in csi2_init_formats()
|
/linux-4.1.27/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 | 305 int vivid_sdr_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band) in vivid_sdr_enum_freq_bands() 323 int vivid_sdr_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vivid_sdr_g_frequency() 341 int vivid_sdr_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in vivid_sdr_s_frequency() 381 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_sdr_g_tuner() 403 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_sdr_s_tuner() 410 int vidioc_enum_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vidioc_enum_fmt_sdr_cap() 419 int vidioc_g_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f) in vidioc_g_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() 226 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_radio_rx_g_tuner() 279 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_radio_rx_s_tuner()
|
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-cap.c | 295 int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_g_fmt_sliced_vbi_cap() 307 int vidioc_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_try_fmt_sliced_vbi_cap() 323 int vidioc_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_s_fmt_sliced_vbi_cap() 339 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 | 858 int vivid_vid_cap_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in vivid_vid_cap_s_selection() 1166 int vivid_vid_cap_overlay(struct file *file, void *fh, unsigned i) in vivid_vid_cap_overlay() 1187 int vivid_vid_cap_g_fbuf(struct file *file, void *fh, in vivid_vid_cap_g_fbuf() 1205 int vivid_vid_cap_s_fbuf(struct file *file, void *fh, in vivid_vid_cap_s_fbuf() 1387 int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) in vidioc_enumaudio() 1395 int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) in vidioc_g_audio() 1405 int vidioc_s_audio(struct file *file, void *fh, const struct v4l2_audio *vin) in vidioc_s_audio() 1417 int vivid_video_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vivid_video_g_frequency() 1427 int vivid_video_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in vivid_video_s_frequency() 1439 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_video_s_tuner() [all …]
|
D | vivid-vid-out.c | 662 int vivid_vid_out_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in vivid_vid_out_s_selection() 944 int vivid_vid_out_overlay(struct file *file, void *fh, unsigned i) in vivid_vid_out_overlay() 957 int vivid_vid_out_g_fbuf(struct file *file, void *fh, in vivid_vid_out_g_fbuf() 986 int vivid_vid_out_s_fbuf(struct file *file, void *fh, in vivid_vid_out_s_fbuf() 1078 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_enumaudout() 1086 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_g_audout() 1096 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in vidioc_s_audout() 1158 int vidioc_subscribe_event(struct v4l2_fh *fh, in vidioc_subscribe_event()
|
D | vivid-vbi-out.c | 176 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_g_fmt_sliced_vbi_out() 188 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_try_fmt_sliced_vbi_out() 204 int vidioc_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in vidioc_s_fmt_sliced_vbi_out()
|
/linux-4.1.27/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.1.27/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 188 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_std() local 217 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_std() local 250 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_input() local 266 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_input() local 286 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_tuner() local 312 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_frequency() local 324 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_frequency() local 374 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_ctrl() local 410 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_s_ctrl() local 500 struct saa7164_vbi_fh *fh = file->private_data; in vidioc_g_ext_ctrls() local [all …]
|
D | saa7164-encoder.c | 216 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_std() local 245 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_std() local 278 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_input() local 294 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_input() local 314 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_tuner() local 340 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_frequency() local 352 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_frequency() local 402 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_ctrl() local 438 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_s_ctrl() local 537 struct saa7164_encoder_fh *fh = file->private_data; in vidioc_g_ext_ctrls() local [all …]
|
/linux-4.1.27/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 | 107 static inline int fh_want_write(struct svc_fh *fh) in fh_want_write() 116 static inline void fh_drop_write(struct svc_fh *fh) in fh_drop_write() 124 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() 652 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() 640 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked() 673 static void block_delegations(struct knfsd_fh *fh) in block_delegations() 3210 static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval, in nfsd4_init_file() 3459 find_file_locked(struct knfsd_fh *fh, unsigned int hashval) in find_file_locked() 3473 find_file(struct knfsd_fh *fh) in find_file() 3485 find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh) in find_or_add_file() 3853 nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh, in nfsd4_truncate() 4062 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
|
D | nfs4proc.c | 210 static __be32 nfsd_check_obj_isreg(struct svc_fh *fh) in nfsd_check_obj_isreg() 724 static __be32 nfsd4_do_lookupp(struct svc_rqst *rqstp, struct svc_fh *fh) in nfsd4_do_lookupp()
|
D | nfs4callback.c | 124 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4()
|
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 276 static int gsc_m2m_querycap(struct file *file, void *fh, in gsc_m2m_querycap() 298 static int gsc_m2m_g_fmt_mplane(struct file *file, void *fh, in gsc_m2m_g_fmt_mplane() 306 static int gsc_m2m_try_fmt_mplane(struct file *file, void *fh, in gsc_m2m_try_fmt_mplane() 314 static int gsc_m2m_s_fmt_mplane(struct file *file, void *fh, in gsc_m2m_s_fmt_mplane() 360 static int gsc_m2m_reqbufs(struct file *file, void *fh, in gsc_m2m_reqbufs() 381 static int gsc_m2m_expbuf(struct file *file, void *fh, in gsc_m2m_expbuf() 388 static int gsc_m2m_querybuf(struct file *file, void *fh, in gsc_m2m_querybuf() 395 static int gsc_m2m_qbuf(struct file *file, void *fh, in gsc_m2m_qbuf() 402 static int gsc_m2m_dqbuf(struct file *file, void *fh, in gsc_m2m_dqbuf() 409 static int gsc_m2m_streamon(struct file *file, void *fh, in gsc_m2m_streamon() [all …]
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 593 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in isp_video_querycap() 613 isp_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_get_format() 629 isp_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_set_format() 687 isp_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_try_format() 715 isp_video_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) in isp_video_cropcap() 733 isp_video_get_crop(struct file *file, void *fh, struct v4l2_crop *crop) in isp_video_get_crop() 767 isp_video_set_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in isp_video_set_crop() 785 isp_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_get_param() 803 isp_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_set_param() 821 isp_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb) in isp_video_reqbufs() [all …]
|
D | ispstat.c | 988 struct v4l2_fh *fh, in omap3isp_stat_subscribe_event() 1000 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 | ispccp2.c | 804 static int ccp2_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in ccp2_init_formats()
|
D | ispcsi2.c | 1031 static int csi2_init_formats(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in csi2_init_formats()
|
/linux-4.1.27/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.1.27/drivers/media/platform/omap/ |
D | omap_vout.c | 1049 static int vidioc_querycap(struct file *file, void *fh, in vidioc_querycap() 1064 static int vidioc_enum_fmt_vid_out(struct file *file, void *fh, in vidioc_enum_fmt_vid_out() 1080 static int vidioc_g_fmt_vid_out(struct file *file, void *fh, in vidioc_g_fmt_vid_out() 1090 static int vidioc_try_fmt_vid_out(struct file *file, void *fh, in vidioc_try_fmt_vid_out() 1116 static int vidioc_s_fmt_vid_out(struct file *file, void *fh, in vidioc_s_fmt_vid_out() 1185 static int vidioc_try_fmt_vid_overlay(struct file *file, void *fh, in vidioc_try_fmt_vid_overlay() 1209 static int vidioc_s_fmt_vid_overlay(struct file *file, void *fh, in vidioc_s_fmt_vid_overlay() 1236 static int vidioc_g_fmt_vid_overlay(struct file *file, void *fh, in vidioc_g_fmt_vid_overlay() 1261 static int vidioc_cropcap(struct file *file, void *fh, in vidioc_cropcap() 1280 static int vidioc_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) in vidioc_g_crop() [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 509 struct vpfe_fh *fh = container_of(vfh, struct vpfe_fh, vfh); in vpfe_release() local 982 vpfe_enum_dv_timings(struct file *file, void *fh, in vpfe_enum_dv_timings() 1008 vpfe_query_dv_timings(struct file *file, void *fh, in vpfe_query_dv_timings() 1031 vpfe_s_dv_timings(struct file *file, void *fh, in vpfe_s_dv_timings() 1057 vpfe_g_dv_timings(struct file *file, void *fh, in vpfe_g_dv_timings() 1088 struct vpfe_fh *fh = vb2_get_drv_priv(vq); in vpfe_buffer_queue_setup() local 1123 struct vpfe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_prepare() local 1151 struct vpfe_fh *fh = vb2_get_drv_priv(vb->vb2_queue); in vpfe_buffer_queue() local 1199 struct vpfe_fh *fh = vb2_get_drv_priv(vq); in vpfe_start_streaming() local 1256 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.1.27/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.1.27/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 208 struct fc_frame_header *fh; in ft_write_pending() local 270 struct fc_frame_header *fh; in ft_recv_seq() local 309 const struct fc_frame_header *fh; in ft_send_resp_status() local 493 struct fc_frame_header *fh = fc_frame_header_get(fp); in ft_recv_req() local 519 struct fc_frame_header *fh = fc_frame_header_get(cmd->req_frame); in ft_send_work() local
|
D | tfc_io.c | 221 struct fc_frame_header *fh; in ft_recv_write_data() local
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-m2m.c | 240 static int fimc_m2m_querycap(struct file *file, void *fh, in fimc_m2m_querycap() 273 static int fimc_m2m_g_fmt_mplane(struct file *file, void *fh, in fimc_m2m_g_fmt_mplane() 332 static int fimc_m2m_try_fmt_mplane(struct file *file, void *fh, in fimc_m2m_try_fmt_mplane() 360 static int fimc_m2m_s_fmt_mplane(struct file *file, void *fh, in fimc_m2m_s_fmt_mplane() 399 static int fimc_m2m_cropcap(struct file *file, void *fh, in fimc_m2m_cropcap() 418 static int fimc_m2m_g_crop(struct file *file, void *fh, struct v4l2_crop *cr) in fimc_m2m_g_crop() 487 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 | 379 static int isp_video_g_fmt_mplane(struct file *file, void *fh, in isp_video_g_fmt_mplane() 408 static int isp_video_try_fmt_mplane(struct file *file, void *fh, in isp_video_try_fmt_mplane()
|
D | fimc-lite.c | 692 static int fimc_lite_g_fmt_mplane(struct file *file, void *fh, in fimc_lite_g_fmt_mplane() 757 static int fimc_lite_try_fmt_mplane(struct file *file, void *fh, in fimc_lite_try_fmt_mplane() 909 static int fimc_lite_g_selection(struct file *file, void *fh, in fimc_lite_g_selection() 935 static int fimc_lite_s_selection(struct file *file, void *fh, in fimc_lite_s_selection()
|
D | fimc-capture.c | 910 static int fimc_cap_g_fmt_mplane(struct file *file, void *fh, in fimc_cap_g_fmt_mplane() 1005 static int fimc_cap_try_fmt_mplane(struct file *file, void *fh, in fimc_cap_try_fmt_mplane() 1276 static int fimc_cap_g_selection(struct file *file, void *fh, in fimc_cap_g_selection() 1324 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.1.27/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.1.27/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 | 128 struct nfs_fh *fh; member 135 struct nfs_fh *fh; member 348 struct nfs_fh *fh = res->fh; in decode_fhandle() local 397 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() 1325 struct nfs_fh *fh; in nfs_alloc_fhandle() local 1343 u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh) in _nfs_display_fhandle_hash() 1359 void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption) in _nfs_display_fhandle()
|
D | callback_proc.c | 116 struct nfs_fh *fh, nfs4_stateid *stateid) in get_layout_by_fh_locked() 148 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 674 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash() 679 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 | 65 struct nfs_fh fh; member 80 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 | nfs3proc.c | 277 struct nfs_fh fh; member
|
D | client.c | 1116 struct nfs_fh *fh, in nfs_clone_server()
|
/linux-4.1.27/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_elsct.c | 94 struct fc_frame_header *fh; in fc_els_resp_type() 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_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.1.27/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.1.27/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.1.27/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.1.27/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 501 struct vpfe_fh *fh; in vpfe_open() local 712 struct vpfe_fh *fh = file->private_data; in vpfe_release() local 1246 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_setup() local 1266 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_prepare() local 1298 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_queue() local 1316 struct vpfe_fh *fh = vq->priv_data; in vpfe_videobuf_release() local 1348 struct vpfe_fh *fh = file->private_data; in vpfe_reqbufs() local 1411 struct vpfe_fh *fh = file->private_data; in vpfe_qbuf() local 1478 struct vpfe_fh *fh = file->private_data; in vpfe_streamon() local 1562 struct vpfe_fh *fh = file->private_data; in vpfe_streamoff() local
|
/linux-4.1.27/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.1.27/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 485 xvip_dma_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in xvip_dma_querycap() 512 xvip_dma_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f) in xvip_dma_enum_format() 528 xvip_dma_get_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_get_format() 590 xvip_dma_try_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_try_format() 600 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.1.27/include/linux/ |
D | nfs_fs.h | 123 struct nfs_fh fh; member 386 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle() 393 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 398 #define nfs_display_fhandle(fh, caption) \ argument 404 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 408 static inline void nfs_display_fhandle(const struct nfs_fh *fh, in nfs_display_fhandle()
|
D | nfs_xdr.h | 329 const struct nfs_fh * fh; member 357 struct nfs_fh fh; member 381 const struct nfs_fh * fh; member 397 struct nfs_fh * fh; member 423 struct nfs_fh * fh; member 445 struct nfs_fh * fh; member 459 struct nfs_fh * fh; member 508 struct nfs_fh * fh; member 536 struct nfs_fh *fh; member 555 const struct nfs_fh *fh; member [all …]
|
D | cleancache.h | 23 __u32 fh[CLEANCACHE_KEY_MAX]; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_fcoe.c | 211 static inline u16 i40e_fcoe_fc_get_xid(struct fc_frame_header *fh) in i40e_fcoe_fc_get_xid() 232 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.1.27/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 898 vsp1_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vsp1_video_querycap() 923 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_get_format() 939 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_try_format() 951 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_set_format() 981 vsp1_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in vsp1_video_streamon()
|
D | vsp1_entity.c | 106 struct v4l2_subdev_fh *fh) in vsp1_entity_open()
|
/linux-4.1.27/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.1.27/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 | 180 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 | 413 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in cls_bpf_dump()
|
D | cls_tcindex.c | 491 static int tcindex_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in tcindex_dump()
|
D | cls_flow.c | 589 static int flow_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in flow_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_rsvp.h | 659 static int rsvp_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in rsvp_dump()
|
/linux-4.1.27/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.1.27/fs/nilfs2/ |
D | namei.c | 494 static struct dentry *nilfs_fh_to_dentry(struct super_block *sb, struct fid *fh, in nilfs_fh_to_dentry() 508 static struct dentry *nilfs_fh_to_parent(struct super_block *sb, struct fid *fh, in nilfs_fh_to_parent() 520 static int nilfs_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in nilfs_encode_fh()
|
/linux-4.1.27/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.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq.c | 28 static struct fiq_handler fh = { variable
|
/linux-4.1.27/drivers/media/i2c/ |
D | adp1653.c | 351 static int adp1653_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in adp1653_open() 356 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.1.27/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 | 74 u32 fh; /* function handle, used by insn's */ member
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 353 static int soc_camera_enum_framesizes(struct file *file, void *fh, in soc_camera_enum_framesizes() 1013 static int soc_camera_cropcap(struct file *file, void *fh, in soc_camera_cropcap() 1022 static int soc_camera_g_crop(struct file *file, void *fh, in soc_camera_g_crop() 1039 static int soc_camera_s_crop(struct file *file, void *fh, in soc_camera_s_crop() 1079 static int soc_camera_g_selection(struct file *file, void *fh, in soc_camera_g_selection() 1095 static int soc_camera_s_selection(struct file *file, void *fh, in soc_camera_s_selection() 1138 static int soc_camera_g_parm(struct file *file, void *fh, in soc_camera_g_parm() 1150 static int soc_camera_s_parm(struct file *file, void *fh, in soc_camera_s_parm()
|
/linux-4.1.27/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.1.27/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 667 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio() 679 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_g_audio() 690 static int vidioc_s_audio(struct file *file, void *fh, in vidioc_s_audio() 787 static int vidioc_subscribe_event(struct v4l2_fh *fh, in vidioc_subscribe_event()
|
/linux-4.1.27/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 | 867 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_oem_match() local 1436 struct fc_frame_header *fh; in fcoe_rcv() local 1594 struct fc_frame_header *fh; in fcoe_xmit() local 1737 struct fc_frame_header *fh; in fcoe_filter_frames() local 2791 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_elsct_send() local
|
/linux-4.1.27/include/media/ |
D | v4l2-event.h | 113 struct v4l2_fh *fh; member
|
D | saa7146_vv.h | 80 struct saa7146_fh *fh; member 89 struct v4l2_fh fh; member
|
/linux-4.1.27/fs/xfs/ |
D | xfs_export.c | 58 __u32 *fh, in xfs_fs_encode_fh()
|
/linux-4.1.27/fs/ocfs2/ |
D | export.c | 187 __le32 *fh = (__force __le32 *) fh_in; in ocfs2_encode_fh() local
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 79 static int decode_nfs_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_nfs_fh() 1235 struct nfs_fh *fh; in ff_layout_read_pagelist() local 1296 struct nfs_fh *fh; in ff_layout_write_pagelist() local 1365 struct nfs_fh *fh; in ff_layout_initiate_commit() local
|
D | flexfilelayoutdev.c | 338 struct nfs_fh *fh = NULL; in nfs4_ff_layout_select_ds_fh() local
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 473 struct nfs_fh *fh; in filelayout_read_pagelist() local 520 struct nfs_fh *fh; in filelayout_write_pagelist() local 1004 struct nfs_fh *fh; in filelayout_initiate_commit() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/include/video/ |
D | metronomefb.h | 52 int fh; member
|
/linux-4.1.27/include/linux/lockd/ |
D | xdr.h | 40 struct nfs_fh fh; member
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-common.c | 758 static int coda_g_selection(struct file *file, void *fh, in coda_g_selection() 802 static int coda_try_decoder_cmd(struct file *file, void *fh, in coda_try_decoder_cmd() 817 static int coda_decoder_cmd(struct file *file, void *fh, in coda_decoder_cmd() 839 static int coda_subscribe_event(struct v4l2_fh *fh, in coda_subscribe_event()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 191 static int ll_encode_fh(struct inode *inode, __u32 *fh, int *plen, in ll_encode_fh()
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | a.out.h | 56 struct filehdr fh; member
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
D | g2d.h | 58 struct v4l2_fh fh; member
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | dma.c | 252 static struct fiq_handler fh = { variable
|
/linux-4.1.27/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 73 static struct fiq_handler fh = { variable
|
/linux-4.1.27/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.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 1048 int fh; in sisusbcon_resize() local 1073 struct vc_data *c, int fh, int uplock) in sisusbcon_do_font_op()
|
/linux-4.1.27/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.1.27/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 705 static int bcap_g_parm(struct file *file, void *fh, in bcap_g_parm() 715 static int bcap_s_parm(struct file *file, void *fh, in bcap_s_parm()
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_fcs.c | 269 struct fc_frame_header *fh = NULL; in is_fnic_fip_flogi_reject() local 1031 struct fc_frame_header *fh; in fnic_send_frame() local
|
/linux-4.1.27/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.1.27/drivers/net/wireless/ath/wil6210/ |
D | fw_inc.c | 49 struct wil_fw_record_file_header fh; in wil_fw_verify() local
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_tmf.c | 288 struct ssp_frame_hdr *fh; in asd_get_tmf_resp_tasklet() local
|
/linux-4.1.27/include/media/davinci/ |
D | vpfe_capture.h | 176 struct v4l2_fh fh; member
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.h | 203 struct v4l2_fh fh; member
|
D | jpeg-core.c | 609 static inline struct s5p_jpeg_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() 1560 static int s5p_jpeg_s_selection(struct file *file, void *fh, in s5p_jpeg_s_selection()
|
/linux-4.1.27/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.1.27/drivers/media/platform/ti-vpe/ |
D | vpe.c | 375 struct v4l2_fh fh; member 1651 static int vpe_g_selection(struct file *file, void *fh, in vpe_g_selection() 1712 static int vpe_s_selection(struct file *file, void *fh, in vpe_s_selection()
|
/linux-4.1.27/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.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 847 static int vidioc_subscribe_event(struct v4l2_fh *fh, in vidioc_subscribe_event()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 1114 struct v4l2_fh *fh = file->private_data; in video_release() local 1481 struct v4l2_fh *fh = priv; in saa7134_s_std() local
|
/linux-4.1.27/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()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 732 bl_set_layoutdriver(struct nfs_server *server, const struct nfs_fh *fh) in bl_set_layoutdriver()
|
/linux-4.1.27/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 2832 static int smiapp_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in smiapp_open() 2870 static int smiapp_close(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in smiapp_close()
|
/linux-4.1.27/fs/udf/ |
D | namei.c | 1243 static int udf_encode_fh(struct inode *inode, __u32 *fh, int *lenp, in udf_encode_fh()
|
/linux-4.1.27/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 2115 vpfe_g_selection(struct file *file, void *fh, struct v4l2_selection *s) in vpfe_g_selection() 2153 vpfe_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in vpfe_s_selection()
|
/linux-4.1.27/fs/coda/ |
D | upcall.c | 180 int flags, struct file **fh) in venus_open()
|