Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dconsole.rs21 fn con_deinit(&self) -> Result<(), SystemError>; in con_deinit() method
/DragonOS/kernel/src/driver/video/console/
H A Ddummycon.rs77 fn con_deinit(&self) -> Result<(), SystemError> { in con_deinit() method
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs242 fn con_deinit(&self) -> Result<(), system_error::SystemError> { in con_deinit() method