Lines Matching defs:notify
148 * typedef v4l2_ctrl_notify_fnc - typedef for a notify argument with a function
192 * @call_notify: If set, then call the handler's notify function whenever the
377 * @notify: A notify callback that is called whenever the control changes
379 * Note that the handler's lock is held when the notify function
381 * @notify_priv: Passed as argument to the v4l2_ctrl notify callback.
403 v4l2_ctrl_notify_fnc notify;
1020 * v4l2_ctrl_notify() - Function to set a notify callback for a control.
1023 * @notify: The callback function.
1027 * then it will do nothing. If @notify is NULL, then the notify callback will
1030 * There can be only one notify. If another already exists, then a WARN_ON
1033 void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify,