Lines Matching +full:vga +full:- +full:format
1 .. SPDX-License-Identifier: GPL-2.0
25 do_take_over_console() - load and bind driver to console layer
26 give_up_console() - unload driver; it will only work if driver
49 1. bind - this is a read/write file. It shows the status of the driver if
54 - means the driver is not bound and if echo'ed, commands the driver
58 - means the driver is bound and if echo'ed, commands the driver to
61 2. name - read-only file. Shows the name of the driver in this format::
64 (S) VGA+
69 'VGA+' is the name of the driver
77 3. uevent - ignore this file
87 Device Drivers ->
88 Character devices ->
100 framebuffer console to VGA console and vice versa, this feature also makes
110 do_bind_con_driver() - private function
128 2. All resources allocated during con->con_init() must be released in
129 con->con_deinit().
131 3. All resources allocated in con->con_startup() must be released when the
133 does not have a complementary call to con->con_startup() so it's up to the
135 con_is_bound() in con->con_deinit() will help. If the call returned
137 ensured because con->con_startup() can be called again when a request to