Lines Matching defs:console
54 * console spawned via hvc_instantiate to the console being
57 * We also just assume the first console being initialised was
58 * the first one that got used as the initial console.
62 /* All the console devices handled by this driver */
70 /* This struct holds information that's relevant only for console ports */
71 struct console {
75 /* The hvc device associated with this console port */
78 /* The size of the console */
85 * differentiate between the other console ports handled by
207 * hooked up to an hvc console
209 struct console cons;
245 struct console *cons;
642 * console driver writes something out.
1043 * Don't allow opening of console port devices -- that's done
1092 * a console device, read from it, write to it, poll for data and
1201 /* The operations for console ports. */
1215 * At this stage, the console is output-only. It's too early to set
1230 * The Host's telling us this port is a console port. Hook it
1231 * up with an hvc console.
1233 * To set up and manage our virtual console, we call
1236 * The first argument of hvc_alloc() is the virtual console
1263 * Start using the new console output if this is the first
1264 * console to come up.
1434 * rproc_serial does not want the console port, only
1441 * this has to be a console port.
1455 * caching, whether this is a console port, etc.)
1770 * can be reached when a console port is not yet connected (no
1776 * while console ports and rproc-serial ports accepts data at
1779 * hooked up with an HVC console and is initialized with
1836 * to indicate console size changes so that it can be
1870 * spawns a console port first and also inits the vqs for port
1998 * If the host also supports multiple console ports, we check the
2087 * For backward compatibility: Create a console port
2101 * If there was an early virtio console, assume that there are no
2104 * a "Warning: unable to open an initial console" boot failure.
2292 MODULE_DESCRIPTION("Virtio console driver");