Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/init/
H A Ddragonstub.rs30 fn early_init_framebuffer_info( in early_init_framebuffer_info() method
/DragonOS/kernel/src/arch/x86_64/init/pvh/
H A Dmod.rs58 fn early_init_framebuffer_info( in early_init_framebuffer_info() method
/DragonOS/kernel/src/init/
H A Dboot.rs133 fn early_init_framebuffer_info( in early_init_framebuffer_info() method
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot2.rs99 fn early_init_framebuffer_info( in early_init_framebuffer_info() method
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs928 boot_callbacks().early_init_framebuffer_info(&mut boot_params_guard.screen_info)?; in vesafb_early_init()