Home
last modified time | relevance | path

Searched refs:ltchars (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/alpha/include/uapi/asm/
Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
41 #define TIOCSLTC _IOW('t', 117, struct ltchars)
Dtermios.h24 struct ltchars { struct
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
41 #define TIOCSLTC _IOW('t', 117, struct ltchars)
Dtermios.h36 struct ltchars { struct
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dioctls.h69 #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
70 #define __TIOCSLTC _IOW('t', 117, struct ltchars) /* SunOS Specific */
Dtermios.h25 struct ltchars { struct
/linux-4.4.14/drivers/tty/
Dtty_ioctl.c859 static int get_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in get_ltchars() argument
861 struct ltchars tmp; in get_ltchars()
873 return copy_to_user(ltchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_ltchars()
876 static int set_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in set_ltchars() argument
878 struct ltchars tmp; in set_ltchars()
880 if (copy_from_user(&tmp, ltchars, sizeof(tmp))) in set_ltchars()
/linux-4.4.14/arch/mips/include/uapi/asm/
Dtermios.h33 struct ltchars { struct