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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/vermilion/
H A Dvermilion.c54 static struct list_head global_has_mode; variable in typeref:struct:list_head
901 list_add(&vinfo->head, (subsys) ? &global_has_mode : &global_no_mode);
1092 INIT_LIST_HEAD(&global_has_mode);
1127 list_add_tail(list, &global_has_mode);
1175 list_for_each_entry_safe(entry, next, &global_has_mode, head) {

Completed in 103 milliseconds