Lines Matching refs:console
99 u64 nbcon_seq_read(struct console *con);
100 void nbcon_seq_force(struct console *con, u64 seq);
101 bool nbcon_alloc(struct console *con);
102 void nbcon_free(struct console *con);
105 bool nbcon_legacy_emit_next_record(struct console *con, bool *handover,
107 bool nbcon_kthread_create(struct console *con);
108 void nbcon_kthread_stop(struct console *con);
117 static inline bool console_is_usable(struct console *con, short flags, bool use_atomic) in console_is_usable()
156 static inline void nbcon_kthread_wake(struct console *con) in nbcon_kthread_wake()
191 static inline u64 nbcon_seq_read(struct console *con) { return 0; } in nbcon_seq_read()
192 static inline void nbcon_seq_force(struct console *con, u64 seq) { } in nbcon_seq_force()
193 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc()
194 static inline void nbcon_free(struct console *con) { } in nbcon_free()
197 static inline bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record()
199 static inline void nbcon_kthread_wake(struct console *con) { } in nbcon_kthread_wake()
202 static inline bool console_is_usable(struct console *con, short flags, in console_is_usable()