Lines Matching refs:subdev
111 on subdev drivers are converted to the control framework these helpers will
278 and v4l2_device are set, then the controls of the subdev will become
279 automatically available in the V4L2 driver as well. If the subdev driver
281 skipped (so a V4L2 driver can always override a subdev control).
284 v4l2_ctrl_add_handler() adding the controls of the subdev to the controls
618 you need to block the automatic merging of subdev controls to the global
621 merge subdev controls.
623 After each subdev was added, you will then have to call v4l2_ctrl_add_handler
624 manually to add the subdev's control handler (sd->ctrl_handler) to the desired
670 not own. For example, if you have to find a volume control from a subdev.
702 by default all controls from one are merged to the other. But a subdev might
705 those low-level controls local to the subdev. You can do this by simply