Searched refs:notifyee (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/common/siano/
H A Dsmscoreapi.c538 struct smscore_device_notifyee_t *notifyee; smscore_register_hotplug() local
544 notifyee = kmalloc(sizeof(struct smscore_device_notifyee_t), smscore_register_hotplug()
546 if (notifyee) { smscore_register_hotplug()
558 notifyee->hotplug = hotplug; smscore_register_hotplug()
559 list_add(&notifyee->entry, &g_smscore_notifyees); smscore_register_hotplug()
561 kfree(notifyee); smscore_register_hotplug()
586 struct smscore_device_notifyee_t *notifyee = smscore_unregister_hotplug() local
590 if (notifyee->hotplug == hotplug) { smscore_unregister_hotplug()
591 list_del(&notifyee->entry); smscore_unregister_hotplug()
592 kfree(notifyee); smscore_unregister_hotplug()
2144 struct smscore_device_notifyee_t *notifyee = smscore_module_exit() local
2148 list_del(&notifyee->entry); smscore_module_exit()
2149 kfree(notifyee); smscore_module_exit()

Completed in 71 milliseconds