Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole.h89 struct consw { struct
90 struct module *owner;
91 const char *(*con_startup)(void);
92 void (*con_init)(struct vc_data *vc, bool init);
93 void (*con_deinit)(struct vc_data *vc);
94 void (*con_clear)(struct vc_data *vc, unsigned int y,
96 void (*con_putc)(struct vc_data *vc, u16 ca, unsigned int y,
98 void (*con_putcs)(struct vc_data *vc, const u16 *s,
101 void (*con_cursor)(struct vc_data *vc, bool enable);
102 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
[all …]