Lines Matching defs:notifier
176 * @notifier: Async notifier that is used to bound the underlying
202 struct v4l2_async_notifier notifier;
477 static int csi2dc_async_bound(struct v4l2_async_notifier *notifier,
481 struct csi2dc_device *csi2dc = container_of(notifier,
482 struct csi2dc_device, notifier);
526 v4l2_async_subdev_nf_init(&csi2dc->notifier, &csi2dc->csi2dc_sd);
528 asd = v4l2_async_nf_add_fwnode_remote(&csi2dc->notifier,
537 "failed to add async notifier for node %pOF: %d\n",
539 v4l2_async_nf_cleanup(&csi2dc->notifier);
543 csi2dc->notifier.ops = &csi2dc_async_ops;
545 ret = v4l2_async_nf_register(&csi2dc->notifier);
547 dev_err(csi2dc->dev, "fail to register async notifier: %d\n",
549 v4l2_async_nf_cleanup(&csi2dc->notifier);
625 /* prepare async notifier for subdevice completion */
736 v4l2_async_nf_cleanup(&csi2dc->notifier);
750 v4l2_async_nf_unregister(&csi2dc->notifier);
751 v4l2_async_nf_cleanup(&csi2dc->notifier);