Searched refs:tchars (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 19 #define TIOCSETC _IOW('t', 17, struct tchars) 20 #define TIOCGETC _IOR('t', 18, struct tchars)
|
D | termios.h | 28 struct tchars { struct
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | tty_ioctl.c | 552 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars() argument 554 struct tchars tmp; in get_tchars() 564 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_tchars() 567 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars() argument 569 struct tchars tmp; in set_tchars() 571 if (copy_from_user(&tmp, tchars, sizeof(tmp))) in set_tchars()
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 19 #define TIOCSETC _IOW('t', 17, struct tchars) 20 #define TIOCGETC _IOR('t', 18, struct tchars)
|
D | termios.h | 16 struct tchars { struct
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 49 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ 50 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
|
D | termios.h | 17 struct tchars { struct
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | termios.h | 25 struct tchars { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | termios.h | 31 struct tchars { struct
|