Searched refs:termios (Results 1 - 7 of 7) sorted by relevance

/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c118 #include <termios.h>
120 #include <sys/termios.h>
169 struct termios termios; variable in typeref:struct:termios
528 tcgetattr(uart_fd, &termios);
531 cfmakeraw(&termios);
533 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP
535 termios.c_oflag &= ~OPOST;
536 termios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
537 termios
[all...]
/system/core/toolbox/
H A Dreadtty.c7 #include <termios.h>
62 struct termios ttyarg;
63 struct termios savedttyarg;
H A Drotatefb.c7 #include <termios.h>
/system/core/liblinenoise/
H A Dlinenoise.c72 #include <termios.h>
86 static struct termios orig_termios; /* in order to restore at exit */
117 struct termios raw;
/system/core/adb/
H A Dcommandline.c32 #include <termios.h>
201 static struct termios tio_save;
205 struct termios tio;
/system/core/init/
H A Dinit.c48 #include <termios.h>
/system/core/sh/
H A Djobs.c66 #include <termios.h>

Completed in 1379 milliseconds