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