Home
last modified time | relevance | path

Searched refs:BootTimeScreenInfo (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/init/
H A Ddragonstub.rs5 driver::video::fbdev::base::BootTimeScreenInfo,
32 _scinfo: &mut BootTimeScreenInfo, in early_init_framebuffer_info() argument
/DragonOS/kernel/src/init/
H A Dboot.rs9 driver::video::fbdev::base::BootTimeScreenInfo,
17 pub screen_info: BootTimeScreenInfo,
27 screen_info: BootTimeScreenInfo::DEFAULT,
128 scinfo: &mut BootTimeScreenInfo, in early_init_framebuffer_info() argument
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs13 base::{BootTimeScreenInfo, BootTimeVideoType},
78 scinfo: &mut BootTimeScreenInfo, in early_init_framebuffer_info() argument
H A Dmultiboot2.rs13 base::{BootTimeScreenInfo, BootTimeVideoType},
101 scinfo: &mut BootTimeScreenInfo, in early_init_framebuffer_info() argument
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs1070 pub struct BootTimeScreenInfo { struct
1114 impl BootTimeScreenInfo { argument