Lines Matching defs:console
49 /* All the console devices handled by this driver */
62 /* This struct holds information that's relevant only for console ports */
63 struct console {
67 /* The hvc device associated with this console port */
70 /* The size of the console */
77 * differentiate between the other console ports handled by
201 * hooked up to an hvc console
203 struct console cons;
239 struct console *cons;
636 * console driver writes something out.
1037 * Don't allow opening of console port devices -- that's done
1086 * a console device, read from it, write to it, poll for data and
1195 /* The operations for console ports. */
1209 * At this stage, the console is output-only. It's too early to set
1224 * The Host's telling us this port is a console port. Hook it
1225 * up with an hvc console.
1227 * To set up and manage our virtual console, we call
1230 * The first argument of hvc_alloc() is the virtual console
1260 * Start using the new console output if this is the first
1261 * console to come up.
1431 * rproc_serial does not want the console port, only
1438 * this has to be a console port.
1452 * caching, whether this is a console port, etc.)
1764 * can be reached when a console port is not yet connected (no
1770 * while console ports and rproc-serial ports accepts data at
1773 * hooked up with an HVC console and is initialized with
1830 * to indicate console size changes so that it can be
1864 * spawns a console port first and also inits the vqs for port
1993 * If the host also supports multiple console ports, we check the
2090 * For backward compatibility: Create a console port
2104 * If there was an early virtio console, assume that there are no
2107 * a "Warning: unable to open an initial console" boot failure.
2290 MODULE_DESCRIPTION("Virtio console driver");