Searched refs:notifyee (Results 1 – 1 of 1) sorted by relevance
203 struct smscore_device_notifyee_t *notifyee; in smscore_register_hotplug() local209 notifyee = kmalloc(sizeof(struct smscore_device_notifyee_t), in smscore_register_hotplug()211 if (notifyee) { in smscore_register_hotplug()223 notifyee->hotplug = hotplug; in smscore_register_hotplug()224 list_add(¬ifyee->entry, &g_smscore_notifyees); in smscore_register_hotplug()226 kfree(notifyee); in smscore_register_hotplug()251 struct smscore_device_notifyee_t *notifyee = in smscore_unregister_hotplug() local255 if (notifyee->hotplug == hotplug) { in smscore_unregister_hotplug()256 list_del(¬ifyee->entry); in smscore_unregister_hotplug()257 kfree(notifyee); in smscore_unregister_hotplug()[all …]