Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance
172 typedef uint32_t speed_t; typedef182 speed_t c_ispeed; /** input baud rate */183 speed_t c_ospeed; /** output baud rate */196 speed_t cfgetispeed(const struct termios *p);204 speed_t cfgetospeed(const struct termios *p);215 int cfsetispeed(struct termios *p, speed_t sp);226 int cfsetospeed(struct termios *p, speed_t sp);
22 speed_t cfgetispeed(const struct termios *p) in cfgetispeed()27 speed_t cfgetospeed(const struct termios *p) in cfgetospeed()32 int cfsetispeed(struct termios *p, speed_t sp) in cfsetispeed()43 int cfsetospeed(struct termios *p, speed_t sp) in cfsetospeed()
820 speed_t sp; in uart_tcgetattr()