Lines Matching refs:notif
57 struct ssam_event_notifier notif;
108 ac = container_of(nf, struct spwr_ac_device, notif);
182 ac->notif.base.priority = 1;
183 ac->notif.base.fn = spwr_notify_ac;
184 ac->notif.event.reg = registry;
185 ac->notif.event.id.target_category = sdev->uid.category;
186 ac->notif.event.id.instance = 0;
187 ac->notif.event.mask = SSAM_EVENT_MASK_NONE;
188 ac->notif.event.flags = SSAM_EVENT_SEQUENCED;
219 return ssam_device_notifier_register(ac->sdev, &ac->notif);
254 ssam_device_notifier_unregister(sdev, &ac->notif);