Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs667 SetCanonCol, enumerator
679 0x81 => Self::SetCanonCol, in from_u8()
689 EchoOperation::SetCanonCol => 0x81, in to_u8()
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs532 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_special_char()
561 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_special_char()
832 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_char()
1295 EchoOperation::SetCanonCol => { in echoes()