Searched refs:global_has_mode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/ |
H A D | vermilion.c | 40 static struct list_head global_has_mode; variable 879 list_move(&vinfo->head, (subsys) ? &global_has_mode : &global_no_mode); in vmlfb_set_par() 1065 INIT_LIST_HEAD(&global_has_mode); in vmlfb_init() 1100 list_add_tail(list, &global_has_mode); in vmlfb_register_subsys() 1148 list_for_each_entry_safe(entry, next, &global_has_mode, head) { in vmlfb_unregister_subsys()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/vermilion/ |
H A D | vermilion.c | 41 static struct list_head global_has_mode; variable 884 list_move(&vinfo->head, (subsys) ? &global_has_mode : &global_no_mode); in vmlfb_set_par() 1075 INIT_LIST_HEAD(&global_has_mode); in vmlfb_init() 1110 list_add_tail(list, &global_has_mode); in vmlfb_register_subsys() 1158 list_for_each_entry_safe(entry, next, &global_has_mode, head) { in vmlfb_unregister_subsys()
|
Completed in 5 milliseconds