Home
last modified time | relevance | path

Searched refs:HUPCL (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs130 | ControlMode::HUPCL
302 const HUPCL = 0x00000400; constant
H A Dtty_core.rs260 termios.control_mode &= ControlMode::HUPCL | ControlMode::CREAD | ControlMode::CLOCAL; in set_termios_next()
262 & !(ControlMode::HUPCL | ControlMode::CREAD | ControlMode::CLOCAL); in set_termios_next()
/DragonOS/kernel/src/driver/serial/
H A Dmod.rs58 | ControlMode::HUPCL