Home
last modified time | relevance | path

Searched refs:FbConsoleManager (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs38 static mut FB_CONSOLE_MANAGER: Option<FbConsoleManager> = None;
40 pub fn fb_console_manager() -> &'static FbConsoleManager { in fb_console_manager()
51 let fbcon_manager = FbConsoleManager::new(fbcon_device.clone()); in fb_console_init()
63 pub struct FbConsoleManager { struct
70 impl FbConsoleManager { impl