Lines Matching defs:console
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
415 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); argument
442 void (*device_lock)(struct console *con, unsigned long *flags); argument
458 void (*device_unlock)(struct console *con, unsigned long flags); argument
472 extern void lockdep_assert_console_list_lock_held(void); argument