Lines Matching refs:TtyDevice
99 pub struct TtyDevice { struct
109 impl TtyDevice { argument
110 pub fn new(name: String, id_table: IdTable, tty_type: TtyType) -> Arc<TtyDevice> { in new() argument
112 let dev = TtyDevice { in new()
135 impl IndexNode for TtyDevice { implementation
437 impl DeviceINode for TtyDevice { implementation
443 impl KObject for TtyDevice { implementation
503 impl Device for TtyDevice { implementation
569 impl CharDevice for TtyDevice { implementation
599 let console = TtyDevice::new( in tty_init()