Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole.h83 struct consw { struct
84 struct module *owner;
85 const char *(*con_startup)(void);
86 void (*con_init)(struct vc_data *vc, bool init);
87 void (*con_deinit)(struct vc_data *vc);
88 void (*con_clear)(struct vc_data *vc, unsigned int y,
90 void (*con_putc)(struct vc_data *vc, u16 ca, unsigned int y,
92 void (*con_putcs)(struct vc_data *vc, const u16 *s,
95 void (*con_cursor)(struct vc_data *vc, bool enable);
96 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
[all …]