Lines Matching defs:notifier
15 #include <linux/notifier.h>
40 struct notifier_block notifier;
93 static int iqs621_als_notifier(struct notifier_block *notifier,
105 iqs621_als = container_of(notifier, struct iqs621_als_private,
106 notifier);
199 &iqs621_als->notifier);
202 "Failed to unregister notifier: %d\n", ret);
590 iqs621_als->notifier.notifier_call = iqs621_als_notifier;
592 &iqs621_als->notifier);
594 dev_err(&pdev->dev, "Failed to register notifier: %d\n", ret);