Home
last modified time | relevance | path

Searched defs:video_osd_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dvideo_osd.h41 struct video_osd_ops { struct
53 int (*get_info)(struct udevice *dev, struct video_osd_info *info);
83 int (*set_mem)(struct udevice *dev, uint col, uint row, u8 *buf,
117 #define video_osd_get_ops(dev) ((struct video_osd_ops *)(dev)->driver->ops) argument