HomeSort by relevance Sort by last modified time
    Searched defs:speed_t (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 157 typedef UINT32 speed_t; typedef
160 INT32 c_ispeed; /* input speed - Use a signed type instead of speed_t */
231 speed_t cfgetispeed (const struct termios *);
244 speed_t cfgetospeed (const struct termios *);
260 int cfsetispeed (struct termios *, speed_t);
276 int cfsetospeed (struct termios *, speed_t);
385 //int cfsetspeed (struct termios *, speed_t);
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 8 typedef unsigned int speed_t; typedef
28 speed_t c_ispeed; /* input speed */
29 speed_t c_ospeed; /* output speed */
39 speed_t c_ispeed; /* input speed */
40 speed_t c_ospeed; /* output speed */
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 17 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed; /* input speed */
42 speed_t c_ospeed; /* output speed */
52 speed_t c_ispeed; /* input speed */
53 speed_t c_ospeed; /* output speed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 7 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 25 typedef unsigned int speed_t; typedef
37 speed_t c_ispeed; /* input speed */
38 speed_t c_ospeed; /* output speed */
220 _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 25 typedef unsigned int speed_t; typedef
37 speed_t c_ispeed; /* input speed */
38 speed_t c_ospeed; /* output speed */
220 _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)

Completed in 246 milliseconds