Lines Matching defs:notifier
22 #include <linux/notifier.h>
38 struct notifier_block notifier;
134 static int iqs620_pwm_notifier(struct notifier_block *notifier,
143 iqs620_pwm = container_of(notifier, struct iqs620_pwm_private,
144 notifier);
178 &iqs620_pwm->notifier);
181 "Failed to unregister notifier: %d\n", ret);
215 iqs620_pwm->notifier.notifier_call = iqs620_pwm_notifier;
217 &iqs620_pwm->notifier);
219 dev_err(&pdev->dev, "Failed to register notifier: %d\n", ret);