Lines Matching defs:con
128 static inline void nbcon_state_set(struct console *con, struct nbcon_state *new) in nbcon_state_set()
138 static inline void nbcon_state_read(struct console *con, struct nbcon_state *state) in nbcon_state_read()
151 static inline bool nbcon_state_try_cmpxchg(struct console *con, struct nbcon_state *cur, in nbcon_state_try_cmpxchg()
163 u64 nbcon_seq_read(struct console *con) in nbcon_seq_read()
178 void nbcon_seq_force(struct console *con, u64 seq) in nbcon_seq_force()
205 struct console *con = ctxt->console; in nbcon_seq_try_update() local
241 struct console *con = ctxt->console; in nbcon_context_try_acquire_direct() local
339 struct console *con = ctxt->console; in nbcon_context_try_acquire_requested() local
422 struct console *con = ctxt->console; in nbcon_context_try_acquire_handover() local
528 struct console *con = ctxt->console; in nbcon_context_try_acquire_hostile() local
574 struct console *con = ctxt->console; in nbcon_context_try_acquire() local
654 struct console *con = ctxt->console; in nbcon_context_release() local
775 struct console *con = ctxt->console; in nbcon_can_proceed() local
808 struct console *con = ctxt->console; in __nbcon_context_update_unsafe() local
838 struct console *con = ctxt->console; in nbcon_write_context_set_buf() local
943 struct console *con = ctxt->console; in nbcon_emit_next_record() local
1090 struct console *con = ctxt->console; in nbcon_emit_one() local
1138 static bool nbcon_kthread_should_wakeup(struct console *con, struct nbcon_context *ctxt) in nbcon_kthread_should_wakeup()
1169 struct console *con = __console; in nbcon_kthread_func() local
1227 struct console *con = container_of(irq_work, struct console, irq_work); in nbcon_irq_work() local
1254 struct console *con; in nbcon_kthreads_wake() local
1280 void nbcon_kthread_stop(struct console *con) in nbcon_kthread_stop()
1307 bool nbcon_kthread_create(struct console *con) in nbcon_kthread_create()
1418 bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record()
1477 static int __nbcon_atomic_flush_pending_con(struct console *con, u64 stop_seq, in __nbcon_atomic_flush_pending_con()
1525 static void nbcon_atomic_flush_pending_con(struct console *con, u64 stop_seq, in nbcon_atomic_flush_pending_con()
1577 struct console *con; in __nbcon_atomic_flush_pending() local
1670 bool nbcon_alloc(struct console *con) in nbcon_alloc()
1720 void nbcon_free(struct console *con) in nbcon_free()
1755 bool nbcon_device_try_acquire(struct console *con) in nbcon_device_try_acquire()
1779 void nbcon_device_release(struct console *con) in nbcon_device_release()