Searched defs:display_info (Results 1 – 5 of 5) sorted by relevance
32 struct display_info { struct53 static int show_cell_list(struct display_info *disp, const char *data, int len, in show_cell_list() argument
27 struct display_info { struct28 enum oper_type oper; /* operation to perform */29 int type; /* data type (s/i/u/x or 0 for default) */30 int size; /* data size (1/2/4) */31 int verbose; /* verbose output */32 int auto_path; /* automatically create all path components */
428 display_info (void) in display_info() function
1208 struct drm_display_info display_info; member