Home
last modified time | relevance | path

Searched defs:display_info (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/tools/
Dfdtgrep.c47 struct display_info { struct
48 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 …]
/external/dtc/
Dfdtget.c44 struct display_info { struct
67 static int show_data(struct display_info *disp, const char *data, int len) in show_data() argument
Dfdtput.c39 struct display_info { struct
40 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 */
/external/u-boot/include/
Dapi_public.h117 struct display_info { struct
118 int type;
120 int pixel_width;
121 int pixel_height;
123 int screen_rows;
124 int screen_cols;
/external/crosvm/devices/src/virtio/gpu/
Dbackend.rs389 pub fn display_info(&self) -> &[(u32, u32)] { in display_info() method