Searched defs:FbConsoleDevice (Results 1 – 1 of 1) sorted by relevance
80 pub fn device(&self) -> &Arc<FbConsoleDevice> { in device()102 pub struct FbConsoleDevice { struct103 inner: SpinLock<InnerFbConsoleDevice>, argument107 impl FbConsoleDevice { impl125 impl KObject for FbConsoleDevice { implementation183 impl Device for FbConsoleDevice { implementation