Searched refs:SET_LOW_TERMIOS_BITS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A 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); \
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A 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); \
|
Completed in 1 milliseconds