Lines Matching defs:console
258 struct console *console; member
310 struct console { struct
312 void (*write)(struct console *co, const char *s, unsigned int count); argument
313 int (*read)(struct console *co, char *s, unsigned int count); argument
314 struct tty_driver *(*device)(struct console *co, int *index); argument
316 int (*setup)(struct console *co, char *options); argument
317 int (*exit)(struct console *co); argument
318 int (*match)(struct console *co, char *name, int idx, char *options); argument
329 /* nbcon console specific members */ argument
330 bool (*write_atomic)(struct console *con, argument
338 extern void lockdep_assert_console_list_lock_held(void); argument