Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dconsole_map.rs107 pub enum TranslationMapType { enum
116 pub map_type: TranslationMapType,
121 pub const fn new(map_type: TranslationMapType) -> Self { in new()
123 TranslationMapType::Lat1 => LAT1_MAP, in new()
124 TranslationMapType::Graf => GRAF_MAP, in new()
125 TranslationMapType::Ibmpc => IBMPC_MAP, in new()
126 TranslationMapType::User => USER_MAP, in new()
H A Dvirtual_console.rs20 console_map::{TranslationMap, TranslationMapType},
197 translate: TranslationMap::new(TranslationMapType::Lat1), in new()
265 self.translate = TranslationMap::new(TranslationMapType::Lat1); in reset()