Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/siano/
Dsmscoreapi.c423 static struct list_head g_smscore_notifyees; variable
553 list_add(&notifyee->entry, &g_smscore_notifyees); in smscore_register_hotplug()
577 first = &g_smscore_notifyees; in smscore_unregister_hotplug()
613 list_for_each_entry(elem, &g_smscore_notifyees, entry) { in smscore_notify_callbacks()
2132 INIT_LIST_HEAD(&g_smscore_notifyees); in smscore_module_init()
2145 while (!list_empty(&g_smscore_notifyees)) { in smscore_module_exit()
2148 g_smscore_notifyees.next; in smscore_module_exit()