OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcd_puts
(Results
1 - 9
of
9
) sorted by null
/external/u-boot/board/BuR/brxre1/
board.c
184
lcd_puts
(
188
lcd_puts
(
192
lcd_puts
(
201
lcd_puts
(
209
lcd_puts
(
219
lcd_puts
(
230
lcd_puts
(
236
lcd_puts
(
242
lcd_puts
(
251
lcd_puts
("entering BOOT-mode. ")
[
all
...]
/external/u-boot/include/
lcd_console.h
90
*
lcd_puts
() - Print to screen a string at the location of the cursor
94
void
lcd_puts
(const char *s);
lcd.h
70
void
lcd_puts
(const char *s);
/external/u-boot/board/samsung/common/
misc.c
231
lcd_puts
("\n\t\tBoard Info:\n");
284
lcd_puts
("\n\tDo not turn off device before finish!\n");
306
lcd_puts
("\n\n\tThis mode is not supported.\n");
360
lcd_puts
("\n");
/external/u-boot/common/
lcd_console.c
195
void
lcd_puts
(const char *s)
function
218
lcd_puts
(buf);
242
lcd_puts
(argv[1]);
lcd.c
85
lcd_puts
(s);
/external/u-boot/board/BuR/brppt1/
board.c
164
lcd_puts
(
/external/u-boot/board/BuR/common/
common.c
422
lcd_puts
(" Bootloader : " PLAIN_VERSION "\n");
423
lcd_puts
("\n");
429
lcd_puts
(" Bootloader : " PLAIN_VERSION "\n");
430
lcd_puts
("\n");
/external/u-boot/board/atmel/at91sam9263ek/
at91sam9263ek.c
175
lcd_puts
("\n");
Completed in 272 milliseconds