Home
last modified time | relevance | path

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

/external/dtc/
Dfdtget.c30 struct display_info { struct
51 static int show_cell_list(struct display_info *disp, const char *data, int len, in show_cell_list() argument
Dfdtput.c25 struct display_info { struct
26 enum oper_type oper; /* operation to perform */
27 int type; /* data type (s/i/u/x or 0 for default) */
28 int size; /* data size (1/2/4) */
29 int verbose; /* verbose output */
30 int auto_path; /* automatically create all path components */
/external/rust/crates/walkdir/compare/
Dnftw.c9 display_info(const char *fpath, const struct stat *sb, in display_info() function
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs197 pub fn display_info(&self) -> [(u32, u32); 1] { in display_info() method