Searched refs:TCGETS2 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/include/uapi/asm-generic/ |
D | ioctls.h | 61 #define TCGETS2 _IOR('T', 0x2A, struct termios2) macro
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | ioctls.h | 61 #define TCGETS2 _IOR('T', 0x2A, struct termios2) macro
|
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | ioctls.h | 81 #define TCGETS2 _IOR('T', 0x2A, struct termios2) macro
|
/Linux-v4.19/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 50 #define TCGETS2 _IOR('T',0x2A, struct termios2) macro
|
/Linux-v4.19/arch/sh/include/uapi/asm/ |
D | ioctls.h | 83 #define TCGETS2 _IOR('T', 42, struct termios2) macro
|
/Linux-v4.19/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 95 #define TCGETS2 _IOR('T', 42, struct termios2) macro
|
/Linux-v4.19/include/asm-generic/ |
D | termios.h | 70 #ifdef TCGETS2
|
/Linux-v4.19/drivers/tty/ |
D | tty_ioctl.c | 379 #ifdef TCGETS2 in set_termios() 750 #ifndef TCGETS2 in tty_mode_ioctl() 762 case TCGETS2: in tty_mode_ioctl() 782 #ifndef TCGETS2 in tty_mode_ioctl()
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 19 #define TCGETS2 _IOR('T', 12, struct termios2) macro
|
/Linux-v4.19/fs/ |
D | compat_ioctl.c | 758 #ifdef TCGETS2 759 COMPATIBLE_IOCTL(TCGETS2)
|