Home
last modified time | relevance | path

Searched defs:tios (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/openbmc/linux/arch/um/drivers/
H A Dslip_user.c30 struct termios tios; in set_up_tty() local