Searched refs:config_parse_baud (Results 1 – 4 of 4) sorted by relevance
33 int config_parse_baud(speed_t *speed, const char *baud_string);
189 int config_parse_baud(speed_t *speed, const char *baud_string) in config_parse_baud() function
280 rc = config_parse_baud(&desired_speed, tty_baud); in tty_init()
456 if (config_parse_baud(&server->tty.uart.baud, val)) { in tty_init()