Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h9792 struct consw { struct
9793 struct module *owner;
9794 const char * (*con_startup)();
9795 void (*con_init)(struct vc_data *, int);
9796 void (*con_deinit)(struct vc_data *);
9797 void (*con_clear)(struct vc_data *, int, int, int, int);
9798 void (*con_putc)(struct vc_data *, int, int, int);
9799 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
9800 void (*con_cursor)(struct vc_data *, int);
9801 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]