Home
last modified time | relevance | path

Searched refs:comp_fh (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/most/video/
H A Dvideo.c48 struct comp_fh { struct
55 static inline struct comp_fh *to_comp_fh(struct file *filp) in to_comp_fh() argument
57 return container_of(file_to_v4l2_fh(filp), struct comp_fh, fh); in to_comp_fh()
78 struct comp_fh *fh; in comp_vdev_open()
121 struct comp_fh *fh = to_comp_fh(filp); in comp_vdev_close()
159 struct comp_fh *fh = to_comp_fh(filp); in comp_vdev_read()
208 struct comp_fh *fh = to_comp_fh(filp); in comp_vdev_poll()
250 struct comp_fh *fh = priv; in vidioc_querycap()
284 struct comp_fh *fh = priv; in vidioc_try_fmt_vid_cap()
293 struct comp_fh *fh = priv; in vidioc_s_fmt_vid_cap()
[all …]