Searched refs:host_cfsetospeed (Results 1 – 2 of 2) sorted by relevance
45 int host_cfsetospeed(struct host_termios *tio, host_speed_t speed) in host_cfsetospeed() function58 return speed ? host_cfsetospeed(tio, speed) : 0; in host_cfsetispeed()64 return host_cfsetospeed(tio, speed); /* weak alias in musl */ in host_cfsetspeed()
21 int host_cfsetospeed(struct host_termios *, host_speed_t);