/include/media/ |
D | v4l2-ioctl.h | 300 int (*vidioc_querycap)(struct file *file, void *fh, 304 int (*vidioc_enum_fmt_vid_cap)(struct file *file, void *fh, 306 int (*vidioc_enum_fmt_vid_overlay)(struct file *file, void *fh, 308 int (*vidioc_enum_fmt_vid_out)(struct file *file, void *fh, 310 int (*vidioc_enum_fmt_sdr_cap)(struct file *file, void *fh, 312 int (*vidioc_enum_fmt_sdr_out)(struct file *file, void *fh, 314 int (*vidioc_enum_fmt_meta_cap)(struct file *file, void *fh, 316 int (*vidioc_enum_fmt_meta_out)(struct file *file, void *fh, 320 int (*vidioc_g_fmt_vid_cap)(struct file *file, void *fh, 322 int (*vidioc_g_fmt_vid_overlay)(struct file *file, void *fh, [all …]
|
D | v4l2-event.h | 75 struct v4l2_fh *fh; member 91 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, 121 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev); 139 int v4l2_event_pending(struct v4l2_fh *fh); 154 int v4l2_event_subscribe(struct v4l2_fh *fh, 164 int v4l2_event_unsubscribe(struct v4l2_fh *fh, 171 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh); 186 struct v4l2_fh *fh, 195 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh, 206 struct v4l2_fh *fh,
|
D | v4l2-fh.h | 70 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev); 80 void v4l2_fh_add(struct v4l2_fh *fh); 105 void v4l2_fh_del(struct v4l2_fh *fh); 119 void v4l2_fh_exit(struct v4l2_fh *fh); 143 int v4l2_fh_is_singular(struct v4l2_fh *fh);
|
D | v4l2-mem2mem.h | 856 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh, 858 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh, 860 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh, 862 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh, 864 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh, 866 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh, 868 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh, 870 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh, 872 int v4l2_m2m_ioctl_encoder_cmd(struct file *file, void *fh, 874 int v4l2_m2m_ioctl_decoder_cmd(struct file *file, void *fh, [all …]
|
D | v4l2-subdev.h | 212 int (*subscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh, 214 int (*unsubscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh, 828 int (*open)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh); 829 int (*close)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh); 980 #define to_v4l2_subdev_fh(fh) \ argument 981 container_of(fh, struct v4l2_subdev_fh, vfh)
|
D | v4l2-ctrls.h | 1224 int v4l2_ctrl_log_status(struct file *file, void *fh); 1236 int v4l2_ctrl_subscribe_event(struct v4l2_fh *fh, 1384 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, 1429 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, 1443 int v4l2_ctrl_subdev_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh,
|
D | cec.h | 69 struct cec_fh *fh; member
|
/include/scsi/ |
D | fc_frame.h | 249 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr() argument 255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr() 256 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr() 257 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr() 258 fh->fh_type = type; in __fc_fill_fc_hdr() 259 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr() 260 fh->fh_cs_ctl = 0; in __fc_fill_fc_hdr() 261 fh->fh_df_ctl = 0; in __fc_fill_fc_hdr() 262 fh->fh_parm_offset = htonl(parm_offset); in __fc_fill_fc_hdr() 272 struct fc_frame_header *fh; in fc_fill_fc_hdr() local [all …]
|
/include/linux/ |
D | nfs_xdr.h | 374 struct nfs_fh *fh; member 457 const struct nfs_fh * fh; member 487 struct nfs_fh fh; member 512 const struct nfs_fh * fh; member 528 struct nfs_fh * fh; member 558 struct nfs_fh * fh; member 580 struct nfs_fh * fh; member 594 struct nfs_fh * fh; member 647 struct nfs_fh * fh; member 687 struct nfs_fh *fh; member [all …]
|
D | nfs_fs.h | 131 struct nfs_fh fh; member 298 return &NFS_I(inode)->fh; in NFS_FH() 451 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle() argument 453 kfree(fh); in nfs_free_fhandle() 457 extern u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh); 458 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() argument 460 return _nfs_display_fhandle_hash(fh); in nfs_display_fhandle_hash() 462 extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption); 463 #define nfs_display_fhandle(fh, caption) \ argument 466 _nfs_display_fhandle(fh, caption); \ [all …]
|
D | cleancache.h | 25 __u32 fh[CLEANCACHE_KEY_MAX]; member
|
D | exportfs.h | 199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len,
|
/include/media/drv-intf/ |
D | saa7146_vv.h | 80 struct saa7146_fh *fh; member 89 struct v4l2_fh fh; member 195 int saa7146_enable_overlay(struct saa7146_fh *fh); 196 void saa7146_disable_overlay(struct saa7146_fh *fh); 207 int saa7146_start_preview(struct saa7146_fh *fh); 208 int saa7146_stop_preview(struct saa7146_fh *fh); 216 int saa7146_res_get(struct saa7146_fh *fh, unsigned int bit); 217 void saa7146_res_free(struct saa7146_fh *fh, unsigned int bits);
|
/include/uapi/linux/ |
D | fuse.h | 593 uint64_t fh; member 636 uint64_t fh; member 665 uint64_t fh; member 671 uint64_t fh; member 678 uint64_t fh; member 685 uint64_t fh; member 697 uint64_t fh; member 718 uint64_t fh; member 743 uint64_t fh; member 822 uint64_t fh; member [all …]
|
D | coda.h | 619 struct file *fh; /* not passed from userspace but used in-kernel only */ member
|
/include/video/ |
D | metronomefb.h | 52 int fh; member
|
/include/linux/lockd/ |
D | xdr.h | 41 struct nfs_fh fh; member
|
/include/media/davinci/ |
D | vpfe_capture.h | 163 struct v4l2_fh fh; member
|
/include/net/ |
D | sch_generic.h | 383 struct tcf_proto *tp, void *fh,
|