Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/libbt/src/
H A Duserial_vendor.c251 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
257 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
260 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
261 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
300 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_close()
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_uart.c284 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
300 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
H A Dhci_smd.c110 if (tcflush(fd, TCIOFLUSH) < 0) in bt_hci_init_transport_id()
H A Dhw_ar3k.c1290 tcflush(fd, TCIOFLUSH); in init_uart()
1315 tcflush(fd, TCIOFLUSH); in init_uart()
1327 tcflush(fd, TCIOFLUSH); in init_uart()
H A Dhw_rome.c1430 tcflush(fd,TCIOFLUSH); in rome_set_baudrate_req()
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_uart.c285 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
301 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
H A Dhci_smd.c109 if (tcflush(fd, TCIOFLUSH) < 0) in bt_hci_init_transport_id()
H A Dhw_ar3k.c1290 tcflush(fd, TCIOFLUSH); in init_uart()
1315 tcflush(fd, TCIOFLUSH); in init_uart()
1327 tcflush(fd, TCIOFLUSH); in init_uart()
H A Dhw_rome.c1409 tcflush(fd,TCIOFLUSH); in rome_set_baudrate_req()
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_uart.c288 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
304 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
H A Dhci_smd.c113 if (tcflush(fd, TCIOFLUSH) < 0) in bt_hci_init_transport_id()
H A Dhw_ar3k.c1296 tcflush(fd, TCIOFLUSH); in init_uart()
1321 tcflush(fd, TCIOFLUSH); in init_uart()
1333 tcflush(fd, TCIOFLUSH); in init_uart()
H A Dhw_rome.c1474 tcflush(fd,TCIOFLUSH); in rome_set_baudrate_req()
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhci_smd.c110 if (tcflush(fd, TCIOFLUSH) < 0) in bt_hci_init_transport_id()
H A Dhci_uart.c287 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
303 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
H A Dhw_ar3k.c1294 tcflush(fd, TCIOFLUSH); in init_uart()
1319 tcflush(fd, TCIOFLUSH); in init_uart()
1331 tcflush(fd, TCIOFLUSH); in init_uart()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhci_smd.c113 if (tcflush(fd, TCIOFLUSH) < 0) in bt_hci_init_transport_id()
H A Dhci_uart.c291 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
307 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
H A Dhw_ar3k.c1298 tcflush(fd, TCIOFLUSH); in init_uart()
1323 tcflush(fd, TCIOFLUSH); in init_uart()
1335 tcflush(fd, TCIOFLUSH); in init_uart()
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A Dhci_smd.c111 if (tcflush(fd, TCIOFLUSH) < 0) in bt_hci_init_transport_id()
H A Dhci_uart.c288 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
304 tcflush(vnd_userial.fd, TCIOFLUSH); in userial_vendor_open()
H A Dhw_ar3k.c1296 tcflush(fd, TCIOFLUSH); in init_uart()
1321 tcflush(fd, TCIOFLUSH); in init_uart()
1333 tcflush(fd, TCIOFLUSH); in init_uart()
/aosp12/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Duserial_vendor.c116 if (tcflush(fd, TCIOFLUSH) < 0) in bt_hci_init_transport_id()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dtermbits.h190 #define TCIOFLUSH 2 macro
/aosp12/bionic/tests/headers/posix/
H A Dtermios_h.c146 MACRO(TCIOFLUSH); in termios_h()