Searched defs:display_info (Results 1 – 2 of 2) sorted by relevance
48 struct display_info { struct49 enum output_t output; /* Output format */51 int all; /* Display all properties/nodes */53 int region_list; /* Output a region list */54 int flags; /* Flags (FDT_REG_...) */56 int show_offset; /* Show offset */57 int show_addr; /* Show address */58 int header; /* Output an FDT header */59 int diff; /* Show +/- diff markers */61 int remove_strings; /* Remove unused strings */[all …]
130 struct display_info { struct131 int type;133 int pixel_width;134 int pixel_height;136 int screen_rows;137 int screen_cols;
Completed in 5 milliseconds