Home
last modified time | relevance | path

Searched refs:video_osd_set_mem (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dosd.c171 ut_assertok(video_osd_set_mem(dev, 1, 0, (u8 *)&val, 2, 18)); in dm_test_osd_extended()
172 ut_assertok(video_osd_set_mem(dev, 1, 4, (u8 *)&val, 2, 18)); in dm_test_osd_extended()
/openbmc/u-boot/drivers/video/
H A Dvideo_osd-uclass.c18 int video_osd_set_mem(struct udevice *dev, uint col, uint row, u8 *buf, in video_osd_set_mem() function
/openbmc/u-boot/include/
H A Dvideo_osd.h160 int video_osd_set_mem(struct udevice *dev, uint col, uint row, u8 *buf,
/openbmc/u-boot/board/gdsys/common/
H A Dosd_cmd.c57 res = video_osd_set_mem(dev, x, y, buffer, buflen, count); in do_osd_write()
/openbmc/u-boot/cmd/
H A Dosd.c121 res = video_osd_set_mem(osd_cur, x, y, buffer, buflen, count); in do_osd_write()