Linux Kernel
3.7.1
|
#include <console.h>
Data Fields | |
struct list_head | list |
struct hvc_struct * | hvc |
struct winsize | ws |
u32 | vtermno |
char | name [16] |
void(* | write )(struct console *, const char *, unsigned) |
int(* | read )(struct console *, char *, unsigned) |
struct tty_driver *(* | device )(struct console *, int *) |
void(* | unblank )(void) |
int(* | setup )(struct console *, char *) |
int(* | early_setup )(void) |
short | flags |
short | index |
int | cflag |
void * | data |
struct console * | next |
Definition at line 84 of file virtio_console.c.
struct hvc_struct* hvc |
Definition at line 89 of file virtio_console.c.
Definition at line 86 of file virtio_console.c.
u32 vtermno |
Definition at line 101 of file virtio_console.c.
Definition at line 92 of file virtio_console.c.