v4l2_ctrl_add_ctrl — Add a control from another handler to this handler.
struct v4l2_ctrl * v4l2_ctrl_add_ctrl (
)
hdl
The control handler.
ctrl
The control to add.
It will return NULL if it was unable to add the control reference. If the control already belonged to the handler, then it will do nothing and just return ctrl.