Searched refs:tios (Results 1 – 1 of 1) sorted by relevance
/u-boot/tools/gdb/ |
A D | serial.c | 18 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 68 if (cfsetospeed(&tios, speed) < 0) in serialopen() 74 if (tcsetattr(fd, TCSAFLUSH, &tios) < 0) { in serialopen()
|
Completed in 2 milliseconds