Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c232 int set_speed(int fd, struct termios *ti, int speed) in set_speed() argument
234 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed()
237 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
240 if (tcsetattr(fd, TCSANOW, ti) < 0) in set_speed()
1050 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init() argument
1079 err = set_speed(fd, ti, speed); in ath3k_init()
1148 set_speed(fd, ti, init_speed); in ath3k_init()
1277 struct termios ti; in init_uart() local
1296 if (tcgetattr(fd, &ti) < 0) { in init_uart()
1301 cfmakeraw(&ti); in init_uart()
[all …]
Dbt_vendor_qcom.c87 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti);
129 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c230 int set_speed(int fd, struct termios *ti, int speed) in set_speed() argument
232 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed()
235 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
238 if (tcsetattr(fd, TCSANOW, ti) < 0) in set_speed()
1046 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init() argument
1075 err = set_speed(fd, ti, speed); in ath3k_init()
1144 set_speed(fd, ti, init_speed); in ath3k_init()
1273 struct termios ti; in init_uart() local
1292 if (tcgetattr(fd, &ti) < 0) { in init_uart()
1297 cfmakeraw(&ti); in init_uart()
[all …]
Dbt_vendor_qcom.c107 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti);
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c230 int set_speed(int fd, struct termios *ti, int speed) in set_speed() argument
232 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed()
235 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
238 if (tcsetattr(fd, TCSANOW, ti) < 0) in set_speed()
1046 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init() argument
1075 err = set_speed(fd, ti, speed); in ath3k_init()
1144 set_speed(fd, ti, init_speed); in ath3k_init()
1273 struct termios ti; in init_uart() local
1292 if (tcgetattr(fd, &ti) < 0) { in init_uart()
1297 cfmakeraw(&ti); in init_uart()
[all …]
Dbt_vendor_qcom.c83 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti);
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c233 int set_speed(int fd, struct termios *ti, int speed) in set_speed() argument
235 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed()
238 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
241 if (tcsetattr(fd, TCSANOW, ti) < 0) in set_speed()
1051 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init() argument
1080 err = set_speed(fd, ti, speed); in ath3k_init()
1149 set_speed(fd, ti, init_speed); in ath3k_init()
1278 struct termios ti; in init_uart() local
1297 if (tcgetattr(fd, &ti) < 0) { in init_uart()
1302 cfmakeraw(&ti); in init_uart()
[all …]
Dbt_vendor_qcom.c72 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti);
/hardware/qcom/bt/msm8996/libbt-vendor/include/
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/
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/msm8998/libbt-vendor/include/
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/
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);