Lines Matching defs:notify
142 * typedef v4l2_ctrl_notify_fnc - typedef for a notify argument with a function
184 * @call_notify: If set, then call the handler's notify function whenever the
344 * @notify: A notify callback that is called whenever the control changes
346 * Note that the handler's lock is held when the notify function
348 * @notify_priv: Passed as argument to the v4l2_ctrl notify callback.
370 v4l2_ctrl_notify_fnc notify;
934 * v4l2_ctrl_notify() - Function to set a notify callback for a control.
937 * @notify: The callback function.
941 * then it will do nothing. If @notify is NULL, then the notify callback will
944 * There can be only one notify. If another already exists, then a WARN_ON
947 void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify,