/hardware/broadcom/libbt/src/ |
D | userial_vendor.c | 64 struct termios termios; /* serial terminal of BT port */ member 253 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 254 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 255 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 256 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 259 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 264 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 265 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 266 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 322 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() [all …]
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hci_uart.c | 287 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 288 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 291 vnd_userial.termios.c_cflag |= CLOCAL; in userial_vendor_open() 292 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 294 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 297 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 298 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 299 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 358 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() 359 cfsetispeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() [all …]
|
D | hci_smd.c | 57 struct termios term; in bt_hci_init_transport_id()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hci_uart.c | 290 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 291 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 294 vnd_userial.termios.c_cflag |= CLOCAL; in userial_vendor_open() 295 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 297 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 300 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 301 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 302 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 361 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() 362 cfsetispeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() [all …]
|
D | hci_smd.c | 61 struct termios term; in bt_hci_init_transport_id()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hci_uart.c | 289 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 290 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 293 vnd_userial.termios.c_cflag |= CLOCAL; in userial_vendor_open() 294 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 296 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 299 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 300 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 301 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 360 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() 361 cfsetispeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() [all …]
|
D | hci_smd.c | 58 struct termios term; in bt_hci_init_transport_id()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hci_uart.c | 293 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 294 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 297 vnd_userial.termios.c_cflag |= CLOCAL; in userial_vendor_open() 298 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 300 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 303 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 304 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 305 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 364 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() 365 cfsetispeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() [all …]
|
D | hci_smd.c | 61 struct termios term; in bt_hci_init_transport_id()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hci_uart.c | 290 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 291 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 294 vnd_userial.termios.c_cflag |= CLOCAL; in userial_vendor_open() 295 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 297 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 300 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 301 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 302 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 361 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() 362 cfsetispeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() [all …]
|
D | hci_smd.c | 59 struct termios term; in bt_hci_init_transport_id()
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hci_uart.h | 139 struct termios termios; /* serial terminal of BT port */ member
|
D | hw_ar3k.h | 161 int (*init) (int fd, struct uart_t *u, struct termios *ti); 162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hci_uart.h | 139 struct termios termios; /* serial terminal of BT port */ member
|
D | hw_ar3k.h | 161 int (*init) (int fd, struct uart_t *u, struct termios *ti); 162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hci_uart.h | 139 struct termios termios; /* serial terminal of BT port */ member
|
D | hw_ar3k.h | 161 int (*init) (int fd, struct uart_t *u, struct termios *ti); 162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
|
/hardware/qcom/sdm845/bt/libbt-vendor/include/ |
D | hci_uart.h | 143 struct termios termios; /* serial terminal of BT port */ member
|
D | hw_ar3k.h | 161 int (*init) (int fd, struct uart_t *u, struct termios *ti); 162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/ |
D | hci_uart.h | 143 struct termios termios; /* serial terminal of BT port */ member
|
D | hw_ar3k.h | 161 int (*init) (int fd, struct uart_t *u, struct termios *ti); 162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | hci_uart.h | 144 struct termios termios; /* serial terminal of BT port */ member
|
D | hw_ar3k.h | 163 int (*init) (int fd, struct uart_t *u, struct termios *ti); 164 int (*post) (int fd, struct uart_t *u, struct termios *ti);
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hci_smd.c | 58 struct termios term; in bt_hci_init_transport_id()
|
/hardware/qcom/bt/msm8960/libbt-vendor/src/ |
D | userial_vendor.c | 84 struct termios term; in bt_hci_init_transport_id()
|