Searched defs:screen (Results 1 – 8 of 8) sorted by relevance
/u-boot/board/gdsys/common/ |
A D | osd.c | 42 #define OSD_SET_REG(screen, fld, val) \ argument 50 #define OSD_SET_REG(screen, fld, val) \ argument 55 #define OSD_GET_REG(screen, fld, val) \ argument 63 #define OSD_GET_REG(screen, fld, val) \ argument 108 static void mpc92469ac_set(unsigned screen, unsigned int fout) in mpc92469ac_set() 242 static int osd_write_videomem(unsigned screen, unsigned offset, in osd_write_videomem() 267 unsigned screen; in osd_print() local 307 int osd_probe(unsigned screen) in osd_probe() 404 unsigned screen; in osd_write() local 457 unsigned screen; in osd_size() local
|
A D | ch7301.c | 41 int ch7301_probe(unsigned screen, bool power) in ch7301_probe()
|
A D | adv7611.c | 46 int adv7611_probe(unsigned int screen) in adv7611_probe()
|
A D | dp501.c | 141 int dp501_probe(unsigned screen, bool power) in dp501_probe()
|
/u-boot/include/ |
A D | pxa_lcd.h | 39 u_long screen; /* physical address of frame buffer */ member
|
/u-boot/arch/sandbox/cpu/ |
A D | sdl.c | 128 SDL_Window *screen = SDL_CreateWindow("U-Boot", SDL_WINDOWPOS_UNDEFINED, in sandbox_sdl_init_display() local
|
/u-boot/scripts/kconfig/lxdialog/ |
A D | dialog.h | 98 struct dialog_color screen; member
|
/u-boot/drivers/video/ |
A D | cfb_console.c | 1705 static void logo_plot(void *screen, int x, int y) in logo_plot() 1732 static void plot_logo_or_black(void *screen, int x, int y, int black) in plot_logo_or_black()
|
Completed in 10 milliseconds