Home
last modified time | relevance | path

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

/openbmc/u-boot/api/
H A Dapi_display.c32 di->screen_rows = lcd_get_screen_rows(); in display_get_info()
/openbmc/u-boot/include/
H A Dlcd_console.h73 int lcd_get_screen_rows(void);
H A Dlcd.h94 int lcd_get_screen_rows(void);
/openbmc/u-boot/common/
H A Dlcd_console.c34 int lcd_get_screen_rows(void) in lcd_get_screen_rows() function