Lines Matching refs:entry
1082 struct vml_info *entry;
1101 entry = list_entry(list, struct vml_info, head);
1108 if (!vmlfb_check_var_locked(&entry->info.var, entry)) {
1109 vmlfb_set_par_locked(entry);
1119 save_activate = entry->info.var.activate;
1120 entry->info.var.bits_per_pixel = 16;
1121 vmlfb_set_pref_pixel_format(&entry->info.var);
1122 if (fb_find_mode(&entry->info.var,
1123 &entry->info,
1125 entry->info.var.activate |=
1127 fb_set_var(&entry->info, &entry->info.var);
1132 entry->info.var.activate = save_activate;
1135 vmlfb_blank_locked(entry);
1149 struct vml_info *entry, *next;
1158 list_for_each_entry_safe(entry, next, &global_has_mode, head) {
1160 vmlfb_disable_pipe(entry);
1161 list_move_tail(&entry->head, &global_no_mode);