/hardware/broadcom/libbt/src/ |
D | userial_vendor.c | 63 struct termios termios; /* serial terminal of BT port */ member 252 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 253 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 254 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 255 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 258 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 263 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 264 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 265 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 321 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() [all …]
|
/hardware/qcom/bt/msm8996/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()
|
D | bt_vendor_qcom.c | 107 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti); 745 if(ath3k_init(fd,3000000,115200,NULL,&vnd_userial.termios)<0) in op()
|
/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()
|
D | bt_vendor_qcom.c | 107 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti); 750 if(ath3k_init(fd,3000000,115200,NULL,&vnd_userial.termios)<0) in op()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hci_uart.c | 286 tcgetattr(vnd_userial.fd, &vnd_userial.termios); in userial_vendor_open() 287 cfmakeraw(&vnd_userial.termios); in userial_vendor_open() 290 vnd_userial.termios.c_cflag |= CLOCAL; in userial_vendor_open() 291 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open() 293 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 296 cfsetospeed(&vnd_userial.termios, baud); in userial_vendor_open() 297 cfsetispeed(&vnd_userial.termios, baud); in userial_vendor_open() 298 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios); in userial_vendor_open() 357 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud() 358 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()
|
D | bt_vendor_qcom.c | 83 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti); 769 if(ath3k_init(fd,3000000,115200,NULL,&vnd_userial.termios)<0) in op()
|
/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/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/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/bsp/intel/peripheral/libmraa/src/uart/ |
D | uart.c | 218 struct termios termio; in mraa_uart_init_raw() 289 struct termios termio; in mraa_uart_set_baudrate() 316 struct termios termio; in mraa_uart_set_mode() 398 struct termios termio; in mraa_uart_set_flowcontrol() 428 struct termios termio; in mraa_uart_set_timeout()
|
/hardware/qcom/bt/msm8960/libbt-vendor/src/ |
D | userial_vendor.c | 84 struct termios term; in bt_hci_init_transport_id()
|
/hardware/bsp/intel/peripheral/libupm/src/hm11/ |
D | hm11.cxx | 145 struct termios termio; in setupTty()
|
/hardware/bsp/intel/peripheral/libupm/src/ublox6/ |
D | ublox6.cxx | 142 struct termios termio; in setupTty()
|
/hardware/bsp/intel/peripheral/libupm/src/mhz16/ |
D | mhz16.cxx | 149 struct termios termio; in setupTty()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | read_device_node.c | 43 struct termios term; in _kbhit()
|
/hardware/libhardware_legacy/qemu/ |
D | qemu.c | 240 struct termios ios; in qemu_channel_open()
|
/hardware/bsp/intel/peripheral/libupm/src/grovescam/ |
D | grovescam.cxx | 161 struct termios termio; in setupTty()
|
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/ |
D | hmtrp.cxx | 151 struct termios termio; in setupTty()
|