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

/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.c415 static struct list_head g_smscore_notifyees; variable in typeref:struct:list_head
545 list_add(&notifyee->entry, &g_smscore_notifyees);
569 first = &g_smscore_notifyees;
605 list_for_each_entry(elem, &g_smscore_notifyees, entry) {
2120 INIT_LIST_HEAD(&g_smscore_notifyees);
2130 while (!list_empty(&g_smscore_notifyees)) {
2133 g_smscore_notifyees.next;

Completed in 189 milliseconds