Searched refs:lfb_size (Results 1 – 4 of 4) sorted by relevance
87 let buf_size = bp.screen_info.lfb_size; in init_frame_buffer()188 screen_info.lfb_size as u32, in video_init()201 screen_info.lfb_size as u32, in video_init()
134 scinfo.lfb_size = (width * height * ((scinfo.lfb_depth as u32 + 7) / 8)) as usize; in early_init_framebuffer_info()136 scinfo.lfb_virt_base = Some(vesafb_early_map(scinfo.lfb_base, scinfo.lfb_size)?); in early_init_framebuffer_info()
1093 pub lfb_size: usize, field1120 lfb_size: 0,
960 fb_fix.smem_len = boottime_screen_info.lfb_size; in vesa_fb_device_init()