Searched refs:uart_speed (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c177 static int uart_speed(int s) function
231 if (cfsetospeed(ti, uart_speed(speed)) < 0)
234 if (cfsetispeed(ti, uart_speed(speed)) < 0)
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c177 static int uart_speed(int s) function
231 if (cfsetospeed(ti, uart_speed(speed)) < 0)
234 if (cfsetispeed(ti, uart_speed(speed)) < 0)
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c180 static int uart_speed(int s) function
234 if (cfsetospeed(ti, uart_speed(speed)) < 0)
237 if (cfsetispeed(ti, uart_speed(speed)) < 0)
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c180 static int uart_speed(int s) function
234 if (cfsetospeed(ti, uart_speed(speed)) < 0)
237 if (cfsetispeed(ti, uart_speed(speed)) < 0)

Completed in 32 milliseconds