Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dvideo_osd.h10 struct video_osd_info { struct
53 int (*get_info)(struct udevice *dev, struct video_osd_info *info);
130 int video_osd_get_info(struct udevice *dev, struct video_osd_info *info);
/openbmc/u-boot/test/dm/
H A Dosd.c60 struct video_osd_info info; in dm_test_osd_basics()
138 struct video_osd_info info; in dm_test_osd_extended()
/openbmc/u-boot/drivers/video/
H A Dvideo_osd-uclass.c11 int video_osd_get_info(struct udevice *dev, struct video_osd_info *info) in video_osd_get_info()
H A Dsandbox_osd.c29 int sandbox_osd_get_info(struct udevice *dev, struct video_osd_info *info) in sandbox_osd_get_info()
H A Dihs_video_out.c116 int ihs_video_out_get_info(struct udevice *dev, struct video_osd_info *info) in ihs_video_out_get_info()