OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcd_set_row
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/
lcd_console.h
50
*
lcd_set_row
() - Set the number of the current lcd console row
56
void
lcd_set_row
(short row);
/external/u-boot/common/
lcd.c
277
lcd_set_row
(7 + BMP_LOGO_HEIGHT / VIDEO_FONT_HEIGHT);
279
lcd_set_row
(1); /* leave 1 blank line below logo */
744
lcd_set_row
(LCD_INFO_Y / VIDEO_FONT_HEIGHT);
lcd_console.c
23
void
lcd_set_row
(short row)
function
Completed in 66 milliseconds