commit | 2180f92def1921397f422f278b3cc65751b749cc | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sun Mar 03 20:12:31 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Mar 24 11:59:02 2013 -0300 |
tree | 3bf6090c56cd6eb0fc85107b8f6f17b1f9c80979 | |
parent | 6cd247ef22e493e1884e576c066661538b031981 [diff] |
[media] v4l2-core: add code to check for specific ops This patch adds a v4l2_subdev_has_op() macro and a v4l2_device_has_op macro to quickly check if a specific subdev or any subdev supports a particular subdev operation. This makes it easy for drivers to disable certain ioctls if none of the subdevs supports the necessary functionality. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>