Searched refs:nbcon_alloc (Results 1 – 3 of 3) sorted by relevance
104 bool nbcon_alloc(struct console *con);156 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc() function
1000 * mandatory and was already checked in nbcon_alloc(). in nbcon_emit_next_record() 1761 * nbcon_alloc - Allocate and init the nbcon console specific data1770 bool nbcon_alloc(struct console *con) in nbcon_alloc() function
4096 if (!nbcon_alloc(newcon)) in register_console()