OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
90
#define
SET_LOW_TERMIOS_BITS
(termios, termio, x) { \
98
SET_LOW_TERMIOS_BITS
(termios, termio, c_iflag); \
99
SET_LOW_TERMIOS_BITS
(termios, termio, c_oflag); \
100
SET_LOW_TERMIOS_BITS
(termios, termio, c_cflag); \
101
SET_LOW_TERMIOS_BITS
(termios, termio, c_lflag); \
Completed in 333 milliseconds