Lines Matching refs:notifyee
538 struct smscore_device_notifyee_t *notifyee; in smscore_register_hotplug() local
544 notifyee = kmalloc(sizeof(struct smscore_device_notifyee_t), in smscore_register_hotplug()
546 if (notifyee) { in smscore_register_hotplug()
558 notifyee->hotplug = hotplug; in smscore_register_hotplug()
559 list_add(¬ifyee->entry, &g_smscore_notifyees); in smscore_register_hotplug()
561 kfree(notifyee); in smscore_register_hotplug()
586 struct smscore_device_notifyee_t *notifyee = in smscore_unregister_hotplug() local
590 if (notifyee->hotplug == hotplug) { in smscore_unregister_hotplug()
591 list_del(¬ifyee->entry); in smscore_unregister_hotplug()
592 kfree(notifyee); in smscore_unregister_hotplug()
2144 struct smscore_device_notifyee_t *notifyee = in smscore_module_exit() local
2148 list_del(¬ifyee->entry); in smscore_module_exit()
2149 kfree(notifyee); in smscore_module_exit()