Searched refs:boot_params_guard (Results 1 – 2 of 2) sorted by relevance
176 let boot_params_guard = boot_params().read(); in video_init() localVariable177 let screen_info = &boot_params_guard.screen_info; in video_init()
927 let mut boot_params_guard = boot_params().write(); in vesafb_early_init() localVariable928 boot_callbacks().early_init_framebuffer_info(&mut boot_params_guard.screen_info)?; in vesafb_early_init()956 let boot_params_guard = boot_params().read(); in vesa_fb_device_init() localVariable957 let boottime_screen_info = &boot_params_guard.screen_info; in vesa_fb_device_init()