Home
last modified time | relevance | path

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

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