Lines Matching defs:notifier
180 struct v4l2_async_notifier notifier;
485 static int max9286_notify_bound(struct v4l2_async_notifier *notifier,
489 struct max9286_priv *priv = sd_to_max9286(notifier->sd);
549 static void max9286_notify_unbind(struct v4l2_async_notifier *notifier,
553 struct max9286_priv *priv = sd_to_max9286(notifier->sd);
575 v4l2_async_notifier_init(&priv->notifier);
581 asd = v4l2_async_notifier_add_fwnode_subdev(&priv->notifier,
587 v4l2_async_notifier_cleanup(&priv->notifier);
594 priv->notifier.ops = &max9286_notify_ops;
596 ret = v4l2_async_subdev_notifier_register(&priv->sd, &priv->notifier);
599 v4l2_async_notifier_cleanup(&priv->notifier);
611 v4l2_async_notifier_unregister(&priv->notifier);
612 v4l2_async_notifier_cleanup(&priv->notifier);