Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs56 fb_console_manager().init_device()?; in fb_console_init()
85 fn init_device(&self) -> Result<(), SystemError> { in init_device() method