console
Regular
4.4
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
4.8
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
4.10
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
4.13
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
4.15
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
4.18
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
5.0
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
5.3
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
5.4
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
5.8
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
5.11
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
5.13
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
5.15
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
uint ispeed;
uint ospeed;
void *data;
struct console *next;
};
5.19
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
uint ispeed;
uint ospeed;
u64 seq;
long unsigned int dropped;
void *data;
struct console *next;
};
6.2
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
uint ispeed;
uint ospeed;
u64 seq;
long unsigned int dropped;
void *data;
struct hlist_node node;
};
6.5
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
uint ispeed;
uint ospeed;
u64 seq;
long unsigned int dropped;
void *data;
struct hlist_node node;
};
6.8
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*exit)(struct console *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
uint ispeed;
uint ospeed;
u64 seq;
long unsigned int dropped;
void *data;
struct hlist_node node;
bool (*write_atomic)(struct console *, struct nbcon_write_context *);
atomic_t nbcon_state;
atomic_long_t nbcon_seq;
struct printk_buffers *pbufs;
};
arm64
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
armhf
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
ppc64el
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
riscv64
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
aws
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
azure
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
gcp
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
lowlatency
: ✅struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned int);
int (*read)(struct console *, char *, unsigned int);
struct tty_driver * (*device)(struct console *, int *);
void (*unblank)();
int (*setup)(struct console *, char *);
int (*match)(struct console *, char *, int, char *);
short int flags;
short int index;
int cflag;
void *data;
struct console *next;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️int (*exit)(struct console *)
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️uint ispeed
uint ospeed
5.15
and 5.19
⚠️u64 seq
long unsigned int dropped
5.19
and 6.2
⚠️struct hlist_node node
struct console *next
6.2
and 6.5
✅
6.5
and 6.8
⚠️bool (*write_atomic)(struct console *, struct nbcon_write_context *)
atomic_t nbcon_state
atomic_long_t nbcon_seq
struct printk_buffers *pbufs
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅