Searched defs:FixedScreenInfo (Results 1 – 2 of 2) sorted by relevance
286 fn current_fb_fix(&self) -> FixedScreenInfo; in current_fb_fix()814 pub struct FixedScreenInfo { struct816 pub id: [char; 16],818 pub smem_start: Option<PhysAddr>,820 pub smem_len: usize,845 impl FixedScreenInfo { argument869 impl Default for FixedScreenInfo { implementation
675 fn current_fb_fix(&self) -> FixedScreenInfo { in current_fb_fix()