Lines Matching full:console
6 #include <linux/console.h>
75 u64 nbcon_seq_read(struct console *con);
76 void nbcon_seq_force(struct console *con, u64 seq);
77 bool nbcon_alloc(struct console *con);
78 void nbcon_init(struct console *con);
79 void nbcon_free(struct console *con);
89 * semaphore and some of console functions (console_unlock()/etc.), so
96 static inline u64 nbcon_seq_read(struct console *con) { return 0; } in nbcon_seq_read()
97 static inline void nbcon_seq_force(struct console *con, u64 seq) { } in nbcon_seq_force()
98 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc()
99 static inline void nbcon_init(struct console *con) { } in nbcon_init()
100 static inline void nbcon_free(struct console *con) { } in nbcon_free()