Home
last modified time | relevance | path

Searched defs:VesaFb (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs77 pub struct VesaFb { struct
78 inner: SpinLock<InnerVesaFb>, argument
83 impl VesaFb { implementation
121 impl FrameBuffer for VesaFb { implementation
131 impl PlatformDevice for VesaFb { implementation
153 impl Device for VesaFb { implementation
217 impl KObject for VesaFb { implementation
275 impl FrameBufferOps for VesaFb { implementation
658 impl FrameBufferInfo for VesaFb { implementation