Searched refs:speed_t (Results 1 – 13 of 13) sorted by relevance
109 typedef char speed_t; typedef119 speed_t c_ispeed;120 speed_t c_ospeed;127 speed_t cfgetispeed(const struct termios* termios_p);128 speed_t cfgetospeed(const struct termios* termios_p);129 int cfsetispeed(struct termios* termios_p, speed_t speed);130 int cfsetospeed(struct termios* termios_p, speed_t speed);131 int cfsetspeed(struct termios* termios_p, speed_t speed);
7 typedef unsigned int speed_t; typedef27 speed_t c_ispeed; /* input speed */28 speed_t c_ospeed; /* output speed */38 speed_t c_ispeed; /* input speed */39 speed_t c_ospeed; /* output speed */
14 typedef char speed_t; typedef24 speed_t c_ispeed;25 speed_t c_ospeed;
16 typedef unsigned int speed_t; typedef40 speed_t c_ispeed; /* input speed */41 speed_t c_ospeed; /* output speed */51 speed_t c_ispeed; /* input speed */52 speed_t c_ospeed; /* output speed */
20 bool BitrateToSpeedConstant(int bitrate, speed_t* speed) { in BitrateToSpeedConstant()58 bool SpeedConstantToBitrate(speed_t speed, int* bitrate) { in SpeedConstantToBitrate()111 speed_t speed = static_cast<speed_t>(bitrate); in SetCustomBitrate()250 speed_t bitrate_opt = B0; in ConfigurePort()379 speed_t ispeed = cfgetispeed(&config); in GetPortInfo()380 speed_t ospeed = cfgetospeed(&config); in GetPortInfo()
16 speed_t cfgetospeed(const struct termios *termios_p) { in cfgetospeed()
16 speed_t cfgetispeed(const struct termios *termios_p) { in cfgetispeed()
16 int cfsetospeed(struct termios *termios_p, speed_t speed) { in cfsetospeed()
15 int cfsetispeed(struct termios *termios_p, speed_t speed) { in cfsetispeed()
16 int cfsetspeed(struct termios *termios_p, speed_t speed) { in cfsetspeed()
475 speed_t t_speed;
460 private speed_t tty__getspeed(struct termios *);613 private speed_t616 speed_t spd; in tty__getspeed()
1088 speed_t spd; in tty_serial_init()