Home
last modified time | relevance | path

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

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