Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dfbsysfs.rs13 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 Dfbmem.rs147 let fb_device = FbDevice::new(Arc::downgrade(&fb) as Weak<dyn FrameBuffer>, id); in register_fb()
210 pub struct FbDevice { struct
215 impl FbDevice { implementation
273 impl KObject for FbDevice { implementation
331 impl Device for FbDevice { implementation
388 impl DeviceINode for FbDevice { implementation
394 impl IndexNode for FbDevice { implementation
H A Dmod.rs12 fbmem::{FbDevice, FrameBufferManager},
321 fn fb_device(&self) -> Option<Arc<FbDevice>>; in fb_device() argument
324 fn set_fb_device(&self, device: Option<Arc<FbDevice>>); in set_fb_device() argument
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs45 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