/include/media/ |
A D | v4l2-ioctl.h | 406 int (*vidioc_reqbufs)(struct file *file, void *fh, 410 int (*vidioc_qbuf)(struct file *file, void *fh, 412 int (*vidioc_expbuf)(struct file *file, void *fh, 414 int (*vidioc_dqbuf)(struct file *file, void *fh, 425 int (*vidioc_g_fbuf)(struct file *file, void *fh, 427 int (*vidioc_s_fbuf)(struct file *file, void *fh, 512 int (*vidioc_g_parm)(struct file *file, void *fh, 514 int (*vidioc_s_parm)(struct file *file, void *fh, 567 int (*vidioc_g_edid)(struct file *file, void *fh, 569 int (*vidioc_s_edid)(struct file *file, void *fh, [all …]
|
A 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,
|
A 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);
|
A D | v4l2-mem2mem.h | 868 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh, 872 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh, 874 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh, 876 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh, 878 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh, 880 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh, 882 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh, 884 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh, 886 int v4l2_m2m_ioctl_encoder_cmd(struct file *file, void *fh, 888 int v4l2_m2m_ioctl_decoder_cmd(struct file *file, void *fh, [all …]
|
A D | v4l2-ctrls.h | 1322 int v4l2_ctrl_log_status(struct file *file, void *fh); 1334 int v4l2_ctrl_subscribe_event(struct v4l2_fh *fh, 1494 int v4l2_s_ctrl(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, 1539 int v4l2_s_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, 1553 int v4l2_ctrl_subdev_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh,
|
A D | v4l2-subdev.h | 216 int (*subscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh, 218 int (*unsubscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh, 970 int (*open)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh); 971 int (*close)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh); 1165 #define to_v4l2_subdev_fh(fh) \ argument 1166 container_of(fh, struct v4l2_subdev_fh, vfh)
|
A D | cec.h | 70 struct cec_fh *fh; member
|
/include/scsi/ |
A 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/ |
A D | nfs.h | 65 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash() argument 67 return ~crc32_le(0xFFFFFFFF, &fh->data[0], fh->size); in nfs_fhandle_hash()
|
A D | nfs_xdr.h | 377 struct nfs_fh *fh; member 573 struct nfs_fh * fh; member 595 struct nfs_fh * fh; member 609 struct nfs_fh * fh; member 672 struct nfs_fh * fh; member 713 struct nfs_fh *fh; member 779 struct nfs_fh * fh; member 803 struct nfs_fh * fh; member 808 struct nfs_fh * fh; member 814 struct nfs_fh * fh; member [all …]
|
A D | nfs_fs.h | 155 struct nfs_fh fh; member 360 return &NFS_I(inode)->fh; in NFS_FH() 501 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle() argument 503 kfree(fh); in nfs_free_fhandle() 507 extern u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh); 508 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() argument 510 return _nfs_display_fhandle_hash(fh); in nfs_display_fhandle_hash() 513 #define nfs_display_fhandle(fh, caption) \ argument 516 _nfs_display_fhandle(fh, caption); \ 523 static inline void nfs_display_fhandle(const struct nfs_fh *fh, in nfs_display_fhandle() argument [all …]
|
A D | exportfs.h | 255 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, 361 int generic_encode_ino32_fh(struct inode *inode, __u32 *fh, int *max_len,
|
/include/uapi/linux/ |
A D | fuse.h | 714 uint64_t fh; member 729 uint64_t fh; member 773 uint64_t fh; member 802 uint64_t fh; member 808 uint64_t fh; member 815 uint64_t fh; member 822 uint64_t fh; member 834 uint64_t fh; member 855 uint64_t fh; member 880 uint64_t fh; member [all …]
|
A D | vfio_zdev.h | 33 __u32 fh; /* PCI function handle */ member
|
A D | coda.h | 619 struct file *fh; /* not passed from userspace but used in-kernel only */ member
|
/include/video/ |
A D | metronomefb.h | 52 int fh; member
|
/include/linux/lockd/ |
A D | xdr.h | 42 struct nfs_fh fh; member
|
/include/net/ |
A D | sch_generic.h | 387 struct tcf_proto *tp, void *fh,
|