Searched defs:display_info (Results 1 – 5 of 5) sorted by relevance
47 struct display_info { struct48 enum output_t output; /* Output format */49 int add_aliases; /* Add aliases node to output */50 int all; /* Display all properties/nodes */51 int colour; /* Display output in ANSI colour */52 int region_list; /* Output a region list */53 int flags; /* Flags (FDT_REG_...) */54 int list_strings; /* List strings in string table */55 int show_offset; /* Show offset */56 int show_addr; /* Show address */[all …]
44 struct display_info { struct67 static int show_data(struct display_info *disp, const char *data, int len) in show_data() argument
39 struct display_info { struct40 enum oper_type oper; /* operation to perform */41 int type; /* data type (s/i/u/x or 0 for default) */42 int size; /* data size (1/2/4) */43 int verbose; /* verbose output */44 int auto_path; /* automatically create all path components */
117 struct display_info { struct118 int type;120 int pixel_width;121 int pixel_height;123 int screen_rows;124 int screen_cols;
389 pub fn display_info(&self) -> &[(u32, u32)] { in display_info() method