Searched defs:consw (Results 1 – 1 of 1) sorted by relevance
88 struct consw { struct89 struct module *owner;90 const char *(*con_startup)(void);91 void (*con_init)(struct vc_data *vc, bool init);92 void (*con_deinit)(struct vc_data *vc);93 void (*con_clear)(struct vc_data *vc, unsigned int y,97 void (*con_putcs)(struct vc_data *vc, const u16 *s,100 void (*con_cursor)(struct vc_data *vc, bool enable);101 bool (*con_scroll)(struct vc_data *vc, unsigned int top,104 bool (*con_switch)(struct vc_data *vc);[all …]
Completed in 15 milliseconds