| H A D | v4l2-device.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 12 #include <media/media-device.h> 13 #include <media/v4l2-subdev.h> 14 #include <media/v4l2-dev.h> 19 * struct v4l2_device - main struct to for V4L2 device drivers 25 * if this struct is embedded into a large 293 __v4l2_device_call_subdevs_p(v4l2_dev,sd,cond,o,f,args...) global() argument 318 __v4l2_device_call_subdevs(v4l2_dev,cond,o,f,args...) global() argument 350 __v4l2_device_call_subdevs_until_err_p(v4l2_dev,sd,cond,o,f,args...) global() argument 385 __v4l2_device_call_subdevs_until_err(v4l2_dev,cond,o,f,args...) global() argument 412 v4l2_device_call_all(v4l2_dev,grpid,o,f,args...) global() argument 445 v4l2_device_call_until_err(v4l2_dev,grpid,o,f,args...) global() argument 472 v4l2_device_mask_call_all(v4l2_dev,grpmsk,o,f,args...) global() argument 504 v4l2_device_mask_call_until_err(v4l2_dev,grpmsk,o,f,args...) global() argument 526 v4l2_device_has_op(v4l2_dev,grpid,o,f) global() argument 554 v4l2_device_mask_has_op(v4l2_dev,grpmsk,o,f) global() argument [all...] |