Searched defs:uart_fd (Results 1 - 1 of 1) sorted by relevance

/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c156 int uart_fd = -1; variable
515 if ((uart_fd = open(argv[optind], O_RDWR | O_NOCTTY)) == -1) {
527 tcflush(uart_fd, TCIOFLUSH);
528 tcgetattr(uart_fd, &termios);
542 tcsetattr(uart_fd, TCSANOW, &termios);
543 tcflush(uart_fd, TCIOFLUSH);
544 tcsetattr(uart_fd, TCSANOW, &termios);
545 tcflush(uart_fd, TCIOFLUSH);
546 tcflush(uart_fd, TCIOFLUSH);
549 tcsetattr(uart_fd, TCSANO
[all...]

Completed in 23 milliseconds