Lines Matching refs:entry
1072 struct vml_info *entry;
1091 entry = list_entry(list, struct vml_info, head);
1098 if (!vmlfb_check_var_locked(&entry->info.var, entry)) {
1099 vmlfb_set_par_locked(entry);
1109 save_activate = entry->info.var.activate;
1110 entry->info.var.bits_per_pixel = 16;
1111 vmlfb_set_pref_pixel_format(&entry->info.var);
1112 if (fb_find_mode(&entry->info.var,
1113 &entry->info,
1115 entry->info.var.activate |=
1117 fb_set_var(&entry->info, &entry->info.var);
1122 entry->info.var.activate = save_activate;
1125 vmlfb_blank_locked(entry);
1139 struct vml_info *entry, *next;
1148 list_for_each_entry_safe(entry, next, &global_has_mode, head) {
1150 vmlfb_disable_pipe(entry);
1151 list_move_tail(&entry->head, &global_no_mode);