HomeSort by relevance Sort by last modified time
    Searched refs:SET_LOW_TERMIOS_BITS (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/asm-arm/
termios.h 75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
  /external/kernel-headers/original/asm-x86/
termios.h 72 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
80 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
81 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
82 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \

Completed in 54 milliseconds