Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dcsr_h4.c56 tcflush(fd, TCIOFLUSH); in csr_open_h4()
79 tcflush(fd, TCIOFLUSH); in csr_open_h4()
Dcsr_bcsp.c65 tcflush(fd, TCIOFLUSH); in csr_open_bcsp()
96 tcflush(fd, TCIOFLUSH); in csr_open_bcsp()
Dhciattach.c337 tcflush(serial_fd, TCIOFLUSH); in bcsp_tshy_sig_alarm()
355 tcflush(serial_fd, TCIOFLUSH); in bcsp_tconf_sig_alarm()
1113 tcflush(fd, TCIOFLUSH); in init_uart()
1139 tcflush(fd, TCIOFLUSH); in init_uart()
1149 tcflush(fd, TCIOFLUSH); in init_uart()
Dhciattach_ti.c218 tcflush(fd, TCIOFLUSH); in brf_set_serial_params()
230 tcflush(fd, TCIOFLUSH); in brf_set_serial_params()
Dmain.c426 tcflush(fd, TCIOFLUSH); in cmd_connect()
584 tcflush(fd, TCIOFLUSH); in cmd_listen()
/external/kernel-headers/original/asm-arm/
Dtermbits.h164 #define TCIOFLUSH 2 macro
/external/kernel-headers/original/asm-x86/
Dtermbits.h191 #define TCIOFLUSH 2 macro
/external/bluetooth/bluez/test/
Dattest.c92 tcflush(fd, TCIOFLUSH); in open_device()
/external/strace/
Dterm.c63 { TCIOFLUSH, "TCIOFLUSH" },
/external/ppp/pppd/
Dsys-linux.c554 if (tcflush(tty_fd, TCIOFLUSH) < 0) in tty_disestablish_ppp()