Lines Matching refs:notifyee
526 struct smscore_device_notifyee_t *notifyee; in smscore_register_hotplug() local
531 notifyee = kmalloc(sizeof(*notifyee), GFP_KERNEL); in smscore_register_hotplug()
532 if (notifyee) { in smscore_register_hotplug()
544 notifyee->hotplug = hotplug; in smscore_register_hotplug()
545 list_add(¬ifyee->entry, &g_smscore_notifyees); in smscore_register_hotplug()
547 kfree(notifyee); in smscore_register_hotplug()
572 struct smscore_device_notifyee_t *notifyee = in smscore_unregister_hotplug() local
576 if (notifyee->hotplug == hotplug) { in smscore_unregister_hotplug()
577 list_del(¬ifyee->entry); in smscore_unregister_hotplug()
578 kfree(notifyee); in smscore_unregister_hotplug()
2131 struct smscore_device_notifyee_t *notifyee = in smscore_module_exit() local
2135 list_del(¬ifyee->entry); in smscore_module_exit()
2136 kfree(notifyee); in smscore_module_exit()