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

/include/media/
H A Dv4l2-fh.h36 struct v4l2_fh { struct
58 * uses v4l2_fh.
60 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev);
65 void v4l2_fh_add(struct v4l2_fh *fh);
68 * It allocates a v4l2_fh and inits and adds it to the video_device associated
74 * v4l2_file_operations->release() handler if the driver uses v4l2_fh.
76 * the v4l2_fh struct.
78 void v4l2_fh_del(struct v4l2_fh *fh);
81 * framework using the v4l2_fh must release their resources here, too.
83 * driver uses v4l2_fh
[all...]

Completed in 3 milliseconds