Home
last modified time | relevance | path

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

/system/bluetooth/brcm_patchram_plus/
Dbrcm_patchram_plus.c102 struct termios termios; variable
326 tcgetattr(uart_fd, &termios); in init_uart()
329 cfmakeraw(&termios); in init_uart()
331 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart()
333 termios.c_oflag &= ~OPOST; in init_uart()
334 termios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in init_uart()
335 termios.c_cflag &= ~(CSIZE | PARENB); in init_uart()
336 termios.c_cflag |= CS8; in init_uart()
339 termios.c_cflag |= CRTSCTS; in init_uart()
340 tcsetattr(uart_fd, TCSANOW, &termios); in init_uart()
[all …]
/system/core/toolbox/
Dreadtty.c62 struct termios ttyarg; in readtty_main()
63 struct termios savedttyarg; in readtty_main()
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dwipp_ctrl.c561 struct termios term; in wipp_control_disable_term_echo()
597 struct termios term; in wipp_control_set_baud_rate()
/system/core/adb/
Dcommandline.c181 static struct termios tio_save;
185 struct termios tio; in stdin_raw_init()