Searched refs:osd_cur (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | osd.c | 19 static struct udevice *osd_cur; variable 42 osd_cur = osd; in cmd_osd_set_osd_num() 58 if (!osd_cur) { in osd_get_osd_cur() 62 *osdp = osd_cur; in osd_get_osd_cur() 96 if (!osd_cur) { in do_osd_write() 121 res = video_osd_set_mem(osd_cur, x, y, buffer, buflen, count); in do_osd_write() 125 osd_cur->name); in do_osd_write() 145 if (!osd_cur) { in do_osd_print() 155 res = video_osd_print(osd_cur, x, y, color, text); in do_osd_print() 157 printf("Could not print string to osd %s\n", osd_cur->name); in do_osd_print() [all …]
|