Lines Matching defs:console
50 /* All the console devices handled by this driver */
63 /* This struct holds information that's relevant only for console ports */
64 struct console {
68 /* The hvc device associated with this console port */
71 /* The size of the console */
78 * differentiate between the other console ports handled by
202 * hooked up to an hvc console
204 struct console cons;
237 struct console *cons;
634 * console driver writes something out.
1035 * Don't allow opening of console port devices -- that's done
1084 * a console device, read from it, write to it, poll for data and
1185 /* The operations for console ports. */
1199 * The Host's telling us this port is a console port. Hook it
1200 * up with an hvc console.
1202 * To set up and manage our virtual console, we call
1205 * The first argument of hvc_alloc() is the virtual console
1397 * rproc_serial does not want the console port, only
1404 * this has to be a console port.
1418 * caching, whether this is a console port, etc.)
1729 * can be reached when a console port is not yet connected (no
1735 * while console ports and rproc-serial ports accepts data at
1738 * hooked up with an HVC console and is initialized with
1785 * console size changes so that it can be done per-port.
1831 * spawns a console port first and also inits the vqs for port
1955 * If the host also supports multiple console ports, we check the
2050 * For backward compatibility: Create a console port
2238 MODULE_DESCRIPTION("Virtio console driver");