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

/linux-4.4.14/drivers/video/fbdev/vermilion/
H A Dvermilion.c54 static struct list_head global_has_mode; variable in typeref:struct:list_head
891 list_move(&vinfo->head, (subsys) ? &global_has_mode : &global_no_mode); vmlfb_set_par()
1077 INIT_LIST_HEAD(&global_has_mode); vmlfb_init()
1112 list_add_tail(list, &global_has_mode); vmlfb_register_subsys()
1160 list_for_each_entry_safe(entry, next, &global_has_mode, head) { vmlfb_unregister_subsys()

Completed in 118 milliseconds