Searched defs:consw (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | console.h | 44 struct consw { struct 45 struct module *owner; 46 const char *(*con_startup)(void); 47 void (*con_init)(struct vc_data *vc, int init); 48 void (*con_deinit)(struct vc_data *vc); 49 void (*con_clear)(struct vc_data *vc, int sy, int sx, int height, 51 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos); 52 void (*con_putcs)(struct vc_data *vc, const unsigned short *s, 54 void (*con_cursor)(struct vc_data *vc, int mode); 55 bool (*con_scroll)(struct vc_data *vc, unsigned int top, [all …]
|