Home
last modified time | relevance | path

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

/device/linaro/hikey/wpan/uim/
Duim.c241 static int set_custom_baud_rate(int dev_fd, int baud_rate, int flow_ctrl) in set_custom_baud_rate() argument
256 if (flow_ctrl) in set_custom_baud_rate()
288 int ldisc, len, fd, flow_ctrl; in st_uart_config() local
343 sscanf((const char*)buf, "%d", &flow_ctrl); in st_uart_config()
391 UIM_VER("Speed changing to %d, %d", cust_baud_rate, flow_ctrl); in st_uart_config()
393 if (set_custom_baud_rate(dev_fd, cust_baud_rate, flow_ctrl) < 0) { in st_uart_config()