Home
last modified time | relevance | path

Searched refs:splash_get_pos (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dsplash.h64 void splash_get_pos(int *x, int *y);
66 static inline void splash_get_pos(int *x, int *y) { } in splash_get_pos() function
/openbmc/u-boot/common/
H A Dsplash.c61 void splash_get_pos(int *x, int *y) in splash_get_pos() function
92 splash_get_pos(&x, &y); in lcd_splash()
/openbmc/u-boot/cmd/
H A Dbmp.c116 splash_get_pos(&x, &y); in do_bmp_display()
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c1858 splash_get_pos(&video_logo_xpos, &video_logo_ypos); in video_logo()