Lines Matching defs:notifier
121 struct v4l2_async_notifier notifier;
133 #define notifier_to_isi(n) container_of(n, struct atmel_isi, notifier)
1087 static int isi_graph_notify_complete(struct v4l2_async_notifier *notifier)
1089 struct atmel_isi *isi = notifier_to_isi(notifier);
1121 static void isi_graph_notify_unbind(struct v4l2_async_notifier *notifier,
1125 struct atmel_isi *isi = notifier_to_isi(notifier);
1133 static int isi_graph_notify_bound(struct v4l2_async_notifier *notifier,
1137 struct atmel_isi *isi = notifier_to_isi(notifier);
1162 v4l2_async_nf_init(&isi->notifier, &isi->v4l2_dev);
1164 asd = v4l2_async_nf_add_fwnode_remote(&isi->notifier,
1172 isi->notifier.ops = &isi_graph_notify_ops;
1174 ret = v4l2_async_nf_register(&isi->notifier);
1177 v4l2_async_nf_cleanup(&isi->notifier);
1327 v4l2_async_nf_unregister(&isi->notifier);
1328 v4l2_async_nf_cleanup(&isi->notifier);