Searched defs:_fh (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/cpia2/
H A Dcpia2_v4l.c609 static int cpia2_s_fmt_vid_cap(struct file *file, void *_fh, argument
613 struct cpia2_fh *fh = _fh;
619 err = cpia2_try_fmt_vid_cap(file, _fh, f);
1302 static int cpia2_g_priority(struct file *file, void *_fh, enum v4l2_priority *p) argument
1304 struct cpia2_fh *fh = _fh;
1310 static int cpia2_s_priority(struct file *file, void *_fh, enum v4l2_priority prio) argument
1313 struct cpia2_fh *fh = _fh;

Completed in 11 milliseconds