Searched refs:screen_width (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | SchedGui.py | 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize() 27 self.screen_width -= 10 39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height)) 48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2)) 112 width = min(self.width_virtual, self.screen_width)
|
| /linux/arch/m68k/68000/ |
| H A D | screen.h | 3 #define screen_width 320 macro
|
| /linux/drivers/video/fbdev/ |
| H A D | hyperv_fb.c | 279 static uint screen_width = HVFB_WIDTH; variable 605 screen_width = in synthvid_get_supported_resolution() 808 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var() 922 screen_width = x; in hvfb_get_option() 1045 screen_width * screen_height * screen_depth / 8; in hvfb_getmem() 1147 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe() 1156 info->var.xres_virtual = info->var.xres = screen_width; in hvfb_probe() 1180 info->fix.line_length = screen_width * screen_depth / 8; in hvfb_probe()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | overlay-sysfs.c | 122 return sysfs_emit(buf, "%d\n", info.screen_width); in overlay_screen_width_show() 366 static OVERLAY_ATTR(screen_width, S_IRUGO, overlay_screen_width_show, NULL);
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | omapfb.h | 155 int screen_width,
|
| H A D | hwa742.c | 527 unsigned long offset, int screen_width, in hwa742_setup_plane() argument
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 842 int screen_width; in omapfb_setup_overlay() local 881 screen_width = fix->line_length in omapfb_setup_overlay() 887 screen_width = fix->line_length / (var->bits_per_pixel >> 3); in omapfb_setup_overlay() 899 info.screen_width = screen_width; in omapfb_setup_overlay()
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | dss.rst | 181 screen_width width
|