Lines Matching refs:drivers
4 The linux kernel has 2 general types of console drivers. The first type is
11 'modular driver' by this document. Multiple modular drivers can coexist at
12 any time with each driver sharing the console with other drivers including
13 the system driver. However, modular drivers cannot take over the console
20 Modular drivers, from the programmer's point of view, has to call:
80 console drivers
110 console drivers must follow these guidelines:
112 1. All drivers, except system drivers, must call either do_register_con_driver()
136 with the framebuffer console that suddenly lost all of its drivers.
138 The current crop of console drivers should still work correctly, but binding
139 and unbinding them may cause problems. With minimal fixes, these drivers can