Home
last modified time | relevance | path

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

/u-boot/include/
A Dvideo_console.h96 struct vidconsole_ops { struct
109 int (*putc_xy)(struct udevice *dev, uint x_frac, uint y, char ch);
120 int (*move_rows)(struct udevice *dev, uint rowdst, uint rowsrc,
133 int (*set_row)(struct udevice *dev, uint row, int clr);
163 #define vidconsole_get_ops(dev) ((struct vidconsole_ops *)(dev)->driver->ops) argument

Completed in 3 milliseconds