Searched defs:consw (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 95750 struct consw { struct 95751 struct module *owner; 95752 const char * (*con_startup)(); 95753 void (*con_init)(struct vc_data *, int); 95754 void (*con_deinit)(struct vc_data *); 95755 void (*con_clear)(struct vc_data *, int, int, int, int); 95756 void (*con_putc)(struct vc_data *, int, int, int); 95757 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int); 95758 void (*con_cursor)(struct vc_data *, int); 95759 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int); [all …]
|