Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
Dtermios.h109 typedef char speed_t; typedef
119 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);
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h7 typedef unsigned int speed_t; typedef
27 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 */
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dostermios.h14 typedef char speed_t; typedef
24 speed_t c_ispeed;
25 speed_t c_ospeed;
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h16 typedef unsigned int speed_t; typedef
40 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 */
/external/chromium_org/device/serial/
Dserial_io_handler_posix.cc20 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()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dcfgetospeed.c16 speed_t cfgetospeed(const struct termios *termios_p) { in cfgetospeed()
Dcfgetispeed.c16 speed_t cfgetispeed(const struct termios *termios_p) { in cfgetispeed()
Dcfsetospeed.c16 int cfsetospeed(struct termios *termios_p, speed_t speed) { in cfsetospeed()
Dcfsetispeed.c15 int cfsetispeed(struct termios *termios_p, speed_t speed) { in cfsetispeed()
Dcfsetspeed.c16 int cfsetspeed(struct termios *termios_p, speed_t speed) { in cfsetspeed()
/external/libedit/src/
Dtty.h475 speed_t t_speed;
Dtty.c460 private speed_t tty__getspeed(struct termios *);
613 private speed_t
616 speed_t spd; in tty__getspeed()
/external/qemu/
Dqemu-char.c1088 speed_t spd; in tty_serial_init()