Searched refs:tchars (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 18 #define TIOCSETC _IOW('t', 17, struct tchars) 19 #define TIOCGETC _IOR('t', 18, struct tchars)
|
D | termios.h | 15 struct tchars { struct
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 18 #define TIOCSETC _IOW('t', 17, struct tchars) 19 #define TIOCGETC _IOR('t', 18, struct tchars)
|
D | termios.h | 27 struct tchars { struct
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 46 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */ 47 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
|
D | termios.h | 16 struct tchars { struct
|
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 825 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars() argument 827 struct tchars tmp; in get_tchars() 837 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_tchars() 840 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars() argument 842 struct tchars tmp; in set_tchars() 844 if (copy_from_user(&tmp, tchars, sizeof(tmp))) in set_tchars()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | termios.h | 24 struct tchars { struct
|