Searched defs:TtyDevice (Results 1 – 2 of 2) sorted by relevance
99 pub struct TtyDevice { struct103 inner: RwLock<InnerTtyDevice>, argument109 impl TtyDevice { impl110 pub fn new(name: String, id_table: IdTable, tty_type: TtyType) -> Arc<TtyDevice> { in new()135 impl IndexNode for TtyDevice { implementation437 impl DeviceINode for TtyDevice { implementation443 impl KObject for TtyDevice { implementation503 impl Device for TtyDevice { implementation569 impl CharDevice for TtyDevice { implementation
136 pub fn children_unchecked(&self) -> &BTreeMap<String, Arc<TtyDevice>> { in children_unchecked()140 pub fn children_unchecked_mut(&mut self) -> &mut BTreeMap<String, Arc<TtyDevice>> { in children_unchecked_mut()