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

/linux-4.4.14/drivers/video/fbdev/vermilion/
H A Dvermilion.c53 static struct list_head global_no_mode; variable in typeref:struct:list_head
891 list_move(&vinfo->head, (subsys) ? &global_has_mode : &global_no_mode); vmlfb_set_par()
1076 INIT_LIST_HEAD(&global_no_mode); vmlfb_init()
1100 list = global_no_mode.next; vmlfb_register_subsys()
1101 while (list != &global_no_mode) { vmlfb_register_subsys()
1138 list = global_no_mode.next; vmlfb_register_subsys()
1163 list_move_tail(&entry->head, &global_no_mode); vmlfb_unregister_subsys()

Completed in 41 milliseconds