Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/gdb/
H A Dserial.c19 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
21 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
69 if (cfsetospeed(&tios, speed) < 0) in serialopen()
75 if (tcsetattr(fd, TCSAFLUSH, &tios) < 0) { in serialopen()