Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dvideo_console.h94 struct vidconsole_ops { struct
107 int (*putc_xy)(struct udevice *dev, uint x_frac, uint y, char ch);
118 int (*move_rows)(struct udevice *dev, uint rowdst, uint rowsrc,
131 int (*set_row)(struct udevice *dev, uint row, int clr);
161 #define vidconsole_get_ops(dev) ((struct vidconsole_ops *)(dev)->driver->ops) argument