Home
last modified time | relevance | path

Searched defs:VirtConsole (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dmod.rs67 pub struct VirtConsole { struct
71 inner: SpinLock<InnerVirtConsole>, argument
78 impl VirtConsole { argument
160 pub fn get(&self, index: usize) -> Option<Arc<VirtConsole>> { in get()
187 pub fn current_vc(&self) -> Option<Arc<VirtConsole>> { in current_vc()
202 pub fn set_current_vc(&self, vc: Arc<VirtConsole>) { in set_current_vc()
212 pub fn lookup_vc_by_tty_name(&self, name: &str) -> Option<Arc<VirtConsole>> { in lookup_vc_by_tty_name()
/DragonOS/kernel/src/driver/tty/
H A Dconsole.rs14 vc: &Arc<VirtConsole>, in con_init()
/DragonOS/kernel/src/driver/video/console/
H A Ddummycon.rs57 vc: &Arc<VirtConsole>, in con_init()
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dserial8250_pio.rs351 vc: Arc<VirtConsole>, in do_install()
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs177 _vc: &Arc<VirtConsole>, in con_init()