Searched refs:uart_speed (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 178 static int uart_speed(int s) in uart_speed() function 232 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed() 235 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 182 static int uart_speed(int s) in uart_speed() function 236 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed() 239 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 178 static int uart_speed(int s) in uart_speed() function 232 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed() 235 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 184 static int uart_speed(int s) in uart_speed() function 238 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed() 241 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 180 static int uart_speed(int s) in uart_speed() function 234 if (cfsetospeed(ti, uart_speed(speed)) < 0) in set_speed() 237 if (cfsetispeed(ti, uart_speed(speed)) < 0) in set_speed()
|