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

/linux-4.1.27/drivers/media/common/siano/
H A Dsmscoreapi.c427 static struct list_head g_smscore_notifyees; variable in typeref:struct:list_head
559 list_add(&notifyee->entry, &g_smscore_notifyees); smscore_register_hotplug()
583 first = &g_smscore_notifyees; smscore_unregister_hotplug()
619 list_for_each_entry(elem, &g_smscore_notifyees, entry) { smscore_notify_callbacks()
2130 INIT_LIST_HEAD(&g_smscore_notifyees); smscore_module_init()
2143 while (!list_empty(&g_smscore_notifyees)) { smscore_module_exit()
2146 g_smscore_notifyees.next; smscore_module_exit()

Completed in 48 milliseconds