Home
last modified time | relevance | path

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

/external/u-boot/include/
Dvideo_console.h90 struct vidconsole_ops { struct
103 int (*putc_xy)(struct udevice *dev, uint x_frac, uint y, char ch);
114 int (*move_rows)(struct udevice *dev, uint rowdst, uint rowsrc,
127 int (*set_row)(struct udevice *dev, uint row, int clr);
157 #define vidconsole_get_ops(dev) ((struct vidconsole_ops *)(dev)->driver->ops) argument