Home
last modified time | relevance | path

Searched refs:DISPLAY_TYPE_LCD (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/api/
H A Dapi_display.c29 case DISPLAY_TYPE_LCD: in display_get_info()
/openbmc/u-boot/include/
H A Dapi_public.h114 #define DISPLAY_TYPE_LCD 0x0001 macro
/openbmc/u-boot/examples/api/
H A Ddemo.c164 if (ub_display_get_info(DISPLAY_TYPE_LCD, &disinfo)) { in main()