Searched refs:SET_LOW_TERMIOS_BITS (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/parisc/include/asm/ |
D | termios.h | 19 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ macro 27 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \ 28 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \ 29 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \ 30 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
|
/linux-5.19.10/arch/ia64/include/asm/ |
D | termios.h | 25 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ macro 33 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \ 34 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \ 35 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \ 36 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
|