Searched defs:video_osd_ops (Results 1 – 1 of 1) sorted by relevance
41 struct video_osd_ops { struct53 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