Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Dfdtput.c37 struct display_info { struct
38 enum oper_type oper; /* operation to perform */
39 int type; /* data type (s/i/u/x or 0 for default) */
40 int size; /* data size (1/2/4) */
41 int verbose; /* verbose output */
42 int auto_path; /* automatically create all path components */
Dfdtget.c44 struct display_info { struct
67 static int show_data(struct display_info *disp, const char *data, int len) in show_data() argument
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c603 struct omapfb_display_info display_info; in omapfb_ioctl() member
/linux-4.1.27/tools/perf/
Dbuiltin-lock.c851 static int __cmd_report(bool display_info) in __cmd_report()
/linux-4.1.27/include/drm/
Ddrm_crtc.h688 struct drm_display_info display_info; member