Searched refs:video_osd_set_mem (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | osd.c | 171 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 D | video_osd-uclass.c | 18 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 D | video_osd.h | 160 int video_osd_set_mem(struct udevice *dev, uint col, uint row, u8 *buf,
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | osd_cmd.c | 57 res = video_osd_set_mem(dev, x, y, buffer, buflen, count); in do_osd_write()
|
/openbmc/u-boot/cmd/ |
H A D | osd.c | 121 res = video_osd_set_mem(osd_cur, x, y, buffer, buflen, count); in do_osd_write()
|