Searched defs:consw (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | console.h | 48 struct consw {  struct49 	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 …]
 
 |