Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/board/gdsys/common/
A Dosd.c44 if (screen >= OSD_DH_BASE) \
57 if (screen >= OSD_DH_BASE) \
251 if (screen >= OSD_DH_BASE) in osd_write_videomem()
267 unsigned screen; in osd_print() local
274 for (screen = 0; screen < MAX_OSD_SCREEN; ++screen) { in osd_print()
307 int osd_probe(unsigned screen) in osd_probe() argument
327 (screen >= OSD_DH_BASE) ? (screen - OSD_DH_BASE) : screen, in osd_probe()
404 unsigned screen; in osd_write() local
411 for (screen = 0; screen < MAX_OSD_SCREEN; ++screen) { in osd_write()
457 unsigned screen; in osd_size() local
[all …]
A Dosd.h10 int ch7301_probe(unsigned screen, bool power);
11 int osd_probe(unsigned screen);
A Dch7301.c41 int ch7301_probe(unsigned screen, bool power) in ch7301_probe() argument
45 i2c_set_bus_num(ch7301_i2c[screen]); in ch7301_probe()
A Ddp501.c141 int dp501_probe(unsigned screen, bool power) in dp501_probe() argument
144 uint8_t dp501_addr = dp501_base[screen]; in dp501_probe()
150 i2c_set_bus_num(dp501_i2c[screen]); in dp501_probe()
A Dadv7611.c46 int adv7611_probe(unsigned int screen) in adv7611_probe() argument
52 i2c_set_bus_num(adv7611_i2c[screen]); in adv7611_probe()
A Dadv7611.h10 int adv7611_probe(unsigned int screen);
A Dch7301.h10 int ch7301_probe(unsigned screen, bool power);
A Ddp501.h29 int dp501_probe(unsigned screen, bool power);
/u-boot/doc/
A DREADME.splashprepare5 common/splash.c. It is called as part of the splash screen display
21 - If splashsource is set to an unsupported value, do not load a splash screen.
25 screen data is loaded as a file. The name of the splash screen file can be
A DREADME.video46 lcd: Selects video output to a LCD screen.
A DREADME.chromium-chainload93 mode screen. It should show something like the following on the display:
185 mode screen. It should show something like the following on the display:
/u-boot/tools/binman/test/
A D071_gbb.dts12 dev-screen-short-delay;
/u-boot/include/
A Dpxa_lcd.h39 u_long screen; /* physical address of frame buffer */ member
/u-boot/arch/arm/mach-rockchip/rv1108/
A DKconfig15 * MIPI screen with resolution 720 x 1280
/u-boot/scripts/kconfig/lxdialog/
A Dutil.c20 dlg.screen.atr = A_NORMAL; in set_mono_theme()
60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
180 init_one_color(&dlg.screen); in init_dialog_colors()
249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
255 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
A Ddialog.h98 struct dialog_color screen; member
/u-boot/arch/sandbox/cpu/
A Dsdl.c128 SDL_Window *screen = SDL_CreateWindow("U-Boot", SDL_WINDOWPOS_UNDEFINED, in sandbox_sdl_init_display() local
132 if (!screen) { in sandbox_sdl_init_display()
141 sdl.renderer = SDL_CreateRenderer(screen, -1, in sandbox_sdl_init_display()
/u-boot/doc/usage/
A Dbootmenu.rst34 or on the boot screen
48 the console (or on the screen) and the command of the first menu entry will
/u-boot/drivers/video/
A Dpxa_lcd.c416 fbi->screen = (u_long)lcdbase; in pxafb_init_mem()
564 fbi->dmadesc_fblow->fsadr = fbi->screen + BYTES_PER_PANEL; in pxafb_init()
570 fbi->dmadesc_fbhigh->fsadr = fbi->screen; in pxafb_init()
A DKconfig13 to display a command-line console or splash screen. Enabling this
199 on screen, you might want to preserve it until whatever u-boot
200 loads takes over the screen. This, for example, can be used to
201 keep splash image on screen until grub graphical boot menu starts.
282 bootsplash screen).
877 out On-screen Display (OSD) used on gdsys FPGAs to control dynamic
881 bool "Show a splash-screen image"
888 where a splash screen is loaded very quickly after power-on.
915 on the screen. Environment variable "splashpos" specifies the
923 => image at center of screen
[all …]
A Dcfb_console.c1703 static void plot_logo_or_black(void *screen, int x, int y, int black);
1705 static void logo_plot(void *screen, int x, int y) in logo_plot() argument
1707 plot_logo_or_black(screen, x, y, 0); in logo_plot()
1732 static void plot_logo_or_black(void *screen, int x, int y, int black) in plot_logo_or_black() argument
1754 dest = (unsigned char *)screen + y * VIDEO_LINE_LEN + x * VIDEO_PIXEL_SIZE; in plot_logo_or_black()
/u-boot/arch/arm/dts/
A Dtegra30-colibri.dts51 * touch screen controller
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css18 @media screen {
/u-boot/configs/
A Dam335x_guardian_defconfig57 …-boot-2),1m(u-boot-2.backup1),256k(u-boot-env),256k(u-boot-env.backup1),256k(splash-screen),-(UBI)"
/u-boot/arch/arm/mach-rockchip/rk3399/
A DKconfig29 1920*1080 screen and all the usual laptop features.

Completed in 44 milliseconds

12