commit | 73cb42068cff419e72456940c713ceb5efa68c2a | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sat Jan 08 09:36:04 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 22 16:37:57 2011 -0300 |
tree | 2e2cfa9f87b584774a7dc496ec6b46431bd7ce56 | |
parent | fc5602be7ca5b55174c5d6595089718779b28dfa [diff] |
[media] v4l2-fh: add v4l2_fh_open and v4l2_fh_release helper functions Add two new functions: v4l2_fh_open allocates and initializes a struct v4l2_fh based on a struct file pointer and v4l2_fh_release releases and frees a struct v4l2_fh. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>