Lines Matching refs:notifyee
534 struct smscore_device_notifyee_t *notifyee; in smscore_register_hotplug() local
539 notifyee = kmalloc(sizeof(*notifyee), GFP_KERNEL); in smscore_register_hotplug()
540 if (notifyee) { in smscore_register_hotplug()
552 notifyee->hotplug = hotplug; in smscore_register_hotplug()
553 list_add(¬ifyee->entry, &g_smscore_notifyees); in smscore_register_hotplug()
555 kfree(notifyee); in smscore_register_hotplug()
580 struct smscore_device_notifyee_t *notifyee = in smscore_unregister_hotplug() local
584 if (notifyee->hotplug == hotplug) { in smscore_unregister_hotplug()
585 list_del(¬ifyee->entry); in smscore_unregister_hotplug()
586 kfree(notifyee); in smscore_unregister_hotplug()
2146 struct smscore_device_notifyee_t *notifyee = in smscore_module_exit() local
2150 list_del(¬ifyee->entry); in smscore_module_exit()
2151 kfree(notifyee); in smscore_module_exit()