Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs48 let fbcon_device: Arc<FbConsoleDevice> = FbConsoleDevice::new(); in fb_console_init()
67 device: Arc<FbConsoleDevice>,
71 pub fn new(device: Arc<FbConsoleDevice>) -> Self { in new()
80 pub fn device(&self) -> &Arc<FbConsoleDevice> { in device() argument
102 pub struct FbConsoleDevice { struct
107 impl FbConsoleDevice { argument
125 impl KObject for FbConsoleDevice { implementation
183 impl Device for FbConsoleDevice { implementation