Lines Matching defs:fh
241 struct cpia2_fh *fh; in cpia2_open() local
286 struct cpia2_fh *fh = file->private_data; in cpia2_close() local
330 struct cpia2_fh *fh = file->private_data; in cpia2_v4l_read() local
352 struct cpia2_fh *fh = filp->private_data; in cpia2_v4l_poll() local
398 static long cpia2_default(struct file *file, void *fh, bool valid_prio, in cpia2_default()
423 static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *vc) in cpia2_querycap()
483 static int cpia2_enum_input(struct file *file, void *fh, struct v4l2_input *i) in cpia2_enum_input()
492 static int cpia2_g_input(struct file *file, void *fh, unsigned int *i) in cpia2_g_input()
498 static int cpia2_s_input(struct file *file, void *fh, unsigned int i) in cpia2_s_input()
511 static int cpia2_enum_fmt_vid_cap(struct file *file, void *fh, in cpia2_enum_fmt_vid_cap()
547 static int cpia2_try_fmt_vid_cap(struct file *file, void *fh, in cpia2_try_fmt_vid_cap()
613 struct cpia2_fh *fh = _fh; in cpia2_s_fmt_vid_cap() local
669 static int cpia2_g_fmt_vid_cap(struct file *file, void *fh, in cpia2_g_fmt_vid_cap()
695 static int cpia2_cropcap(struct file *file, void *fh, struct v4l2_cropcap *c) in cpia2_cropcap()
724 static int cpia2_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *c) in cpia2_queryctrl()
792 static int cpia2_querymenu(struct file *file, void *fh, struct v4l2_querymenu *m) in cpia2_querymenu()
843 static int cpia2_g_ctrl(struct file *file, void *fh, struct v4l2_control *c) in cpia2_g_ctrl()
961 static int cpia2_s_ctrl(struct file *file, void *fh, struct v4l2_control *c) in cpia2_s_ctrl()
1037 static int cpia2_g_jpegcomp(struct file *file, void *fh, struct v4l2_jpegcompression *parms) in cpia2_g_jpegcomp()
1078 static int cpia2_s_jpegcomp(struct file *file, void *fh, struct v4l2_jpegcompression *parms) in cpia2_s_jpegcomp()
1127 static int cpia2_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *req) in cpia2_reqbufs()
1150 static int cpia2_querybuf(struct file *file, void *fh, struct v4l2_buffer *buf) in cpia2_querybuf()
1198 static int cpia2_qbuf(struct file *file, void *fh, struct v4l2_buffer *buf) in cpia2_qbuf()
1254 static int cpia2_dqbuf(struct file *file, void *fh, struct v4l2_buffer *buf) in cpia2_dqbuf()
1304 struct cpia2_fh *fh = _fh; in cpia2_g_priority() local
1313 struct cpia2_fh *fh = _fh; in cpia2_s_priority() local
1327 static int cpia2_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in cpia2_streamon()
1341 static int cpia2_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in cpia2_streamoff()
1365 struct cpia2_fh *fh = file->private_data; in cpia2_mmap() local