Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dconsole.h48 struct consw { struct
49 struct module *owner;
50 const char *(*con_startup)(void);
51 void (*con_init)(struct vc_data *vc, int init);
52 void (*con_deinit)(struct vc_data *vc);
53 void (*con_clear)(struct vc_data *vc, int sy, int sx, int height,
55 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
56 void (*con_putcs)(struct vc_data *vc, const unsigned short *s,
58 void (*con_cursor)(struct vc_data *vc, int mode);
59 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
[all …]