Searched refs:FbDevice (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/src/driver/video/fbdev/base/ |
H A D | fbsysfs.rs | 13 use super::fbmem::FbDevice; 65 let fb_dev = kobj.arc_any().downcast::<FbDevice>().unwrap(); in show() 94 let fb_dev = kobj.arc_any().downcast::<FbDevice>().unwrap(); in show() 196 let fb_dev = kobj.arc_any().downcast::<FbDevice>().unwrap(); in show() 225 let fb_dev = kobj.arc_any().downcast::<FbDevice>().unwrap(); in show() 257 let fb_dev = kobj.arc_any().downcast::<FbDevice>().unwrap(); in show() 281 let fb_dev = kobj.arc_any().downcast::<FbDevice>().unwrap(); in show() 311 let fb_dev = kobj.arc_any().downcast::<FbDevice>().unwrap(); in show()
|
H A D | fbmem.rs | 147 let fb_device = FbDevice::new(Arc::downgrade(&fb) as Weak<dyn FrameBuffer>, id); in register_fb() 211 pub struct FbDevice { struct 216 impl FbDevice { implementation 274 impl KObject for FbDevice { implementation 332 impl Device for FbDevice { implementation 389 impl DeviceINode for FbDevice { implementation 395 impl IndexNode for FbDevice { implementation
|
H A D | mod.rs | 13 fbmem::{FbDevice, FrameBufferManager}, 292 fn fb_device(&self) -> Option<Arc<FbDevice>>; in fb_device() argument 295 fn set_fb_device(&self, device: Option<Arc<FbDevice>>); in set_fb_device() argument
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 45 fbmem::FbDevice, BlankMode, BootTimeVideoType, FbAccel, FbActivateFlags, FbId, FbState, FbType, 117 fb_device: Option<Arc<FbDevice>>, 659 fn fb_device(&self) -> Option<Arc<FbDevice>> { in fb_device() argument 663 fn set_fb_device(&self, device: Option<Arc<FbDevice>>) { in set_fb_device() argument
|