Home
last modified time | relevance | path

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

12

/hardware/broadcom/libbt/src/
Duserial_vendor.c63 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/
Dhci_uart.c287 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 …]
Dhci_smd.c57 struct termios term; in bt_hci_init_transport_id()
Dbt_vendor_qcom.c107 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/
Dhci_uart.c287 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 …]
Dhci_smd.c57 struct termios term; in bt_hci_init_transport_id()
Dbt_vendor_qcom.c107 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/
Dhci_uart.c286 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 …]
Dhci_smd.c58 struct termios term; in bt_hci_init_transport_id()
Dbt_vendor_qcom.c83 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/
Dhci_uart.h139 struct termios termios; /* serial terminal of BT port */ member
Dhw_ar3k.h161 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/
Dhci_uart.h139 struct termios termios; /* serial terminal of BT port */ member
Dhw_ar3k.h161 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/
Dhci_uart.h139 struct termios termios; /* serial terminal of BT port */ member
Dhw_ar3k.h161 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/
Duart.c218 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/
Duserial_vendor.c84 struct termios term; in bt_hci_init_transport_id()
/hardware/bsp/intel/peripheral/libupm/src/hm11/
Dhm11.cxx145 struct termios termio; in setupTty()
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
Dublox6.cxx142 struct termios termio; in setupTty()
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
Dmhz16.cxx149 struct termios termio; in setupTty()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Dread_device_node.c43 struct termios term; in _kbhit()
/hardware/libhardware_legacy/qemu/
Dqemu.c240 struct termios ios; in qemu_channel_open()
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dgrovescam.cxx161 struct termios termio; in setupTty()
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
Dhmtrp.cxx151 struct termios termio; in setupTty()

12