Searched defs:console (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | console.h | 278 struct console *console; member 334 struct console { struct 336 void (*write)(struct console *co, const char *s, unsigned int count); argument 337 int (*read)(struct console *co, char *s, unsigned int count); argument 338 struct tty_driver *(*device)(struct console *co, int *index); argument 340 int (*setup)(struct console *co, char *options); argument 341 int (*exit)(struct console *co); argument 342 int (*match)(struct console *co, char *name, int idx, char *options); argument 353 /* nbcon console specific members */ argument 384 void (*write_atomic)(struct console *con, struct nbcon_write_context *wctxt); argument [all …]
|
| D | tty_port.h | 117 unsigned char console:1; member
|
| /include/uapi/linux/ |
| D | vt.h | 81 unsigned int console; member
|
| D | fb.h | 293 __u32 console; member
|
| /include/xen/interface/ |
| D | xen.h | 637 } console; member
|