Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dapi_public.h50 API_DISPLAY_DRAW_BITMAP, enumerator
/openbmc/u-boot/examples/api/
H A Dglue.c408 if (!syscall(API_DISPLAY_DRAW_BITMAP, &err, bitmap, x, y)) in ub_display_draw_bitmap()
/openbmc/u-boot/api/
H A Dapi.c648 calls_table[API_DISPLAY_DRAW_BITMAP] = &API_display_draw_bitmap; in api_init()