Searched refs:vidconsole_get_ops (Results 1 – 2 of 2) sorted by relevance
33 struct vidconsole_ops *ops = vidconsole_get_ops(dev); in vidconsole_putc_xy()43 struct vidconsole_ops *ops = vidconsole_get_ops(dev); in vidconsole_move_rows()52 struct vidconsole_ops *ops = vidconsole_get_ops(dev); in vidconsole_set_row()61 struct vidconsole_ops *ops = vidconsole_get_ops(dev); in vidconsole_entry_start()72 struct vidconsole_ops *ops = vidconsole_get_ops(dev); in vidconsole_back()
157 #define vidconsole_get_ops(dev) ((struct vidconsole_ops *)(dev)->driver->ops) macro