Lines Matching full:con
17 #define con_printk(lvl, con, fmt, ...) \ argument
19 (con->flags & CON_NBCON) ? "" : "legacy ", \
20 (con->flags & CON_BOOT) ? "boot" : "", \
21 con->name, con->index, ##__VA_ARGS__)
102 u64 nbcon_seq_read(struct console *con);
103 void nbcon_seq_force(struct console *con, u64 seq);
104 bool nbcon_alloc(struct console *con);
105 void nbcon_free(struct console *con);
108 bool nbcon_legacy_emit_next_record(struct console *con, bool *handover,
110 bool nbcon_kthread_create(struct console *con);
111 void nbcon_kthread_stop(struct console *con);
116 * @con: Console to operate on
118 static inline void nbcon_kthread_wake(struct console *con) in nbcon_kthread_wake() argument
131 rcuwait_wake_up(&con->rcuwait); /* LMM(nbcon_kthread_wake:A) */ in nbcon_kthread_wake()
154 static inline u64 nbcon_seq_read(struct console *con) { return 0; } in nbcon_seq_read() argument
155 static inline void nbcon_seq_force(struct console *con, u64 seq) { } in nbcon_seq_force() argument
156 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc() argument
157 static inline void nbcon_free(struct console *con) { } in nbcon_free() argument
160 static inline bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record() argument
162 static inline void nbcon_kthread_wake(struct console *con) { } in nbcon_kthread_wake() argument