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
208 * hooked up to an hvc console
210 struct console cons;
243 struct console *cons;
666 * console driver writes something out.
1069 * Don't allow opening of console port devices -- that's done
1118 * a console device, read from it, write to it, poll for data and
1162 * 2. PM freeze (pm_freezing): the hvc console stays active
1248 /* The operations for console ports. */
1262 * The Host's telling us this port is a console port. Hook it
1263 * up with an hvc console.
1265 * To set up and manage our virtual console, we call
1268 * The first argument of hvc_alloc() is the virtual console
1460 * rproc_serial does not want the console port, only
1467 * this has to be a console port.
1481 * caching, whether this is a console port, etc.)
1800 * can be reached when a console port is not yet connected (no
1806 * while console ports and rproc-serial ports accepts data at
1809 * hooked up with an HVC console and is initialized with
1858 * console size changes so that it can be done per-port.
1904 * spawns a console port first and also inits the vqs for port
2043 * If the host also supports multiple console ports, we check the
2139 * For backward compatibility: Create a console port
2198 * hvc console writes that remain active under no_console_suspend.
2363 MODULE_DESCRIPTION("Virtio console driver");