Home
last modified time | relevance | path

Searched refs:tchars (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dioctls.h19 #define TIOCSETC _IOW('t', 17, struct tchars)
20 #define TIOCGETC _IOR('t', 18, struct tchars)
H A Dtermios.h16 struct tchars { struct
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dioctls.h19 #define TIOCSETC _IOW('t', 17, struct tchars)
20 #define TIOCGETC _IOR('t', 18, struct tchars)
H A Dtermios.h28 struct tchars { struct
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dioctls.h49 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */
50 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
H A Dtermios.h17 struct tchars { struct
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dioctls.h19 #define TIOCSETC _IOW('t', 17, struct tchars)
20 #define TIOCGETC _IOR('t', 18, struct tchars)
H A Dtermios.h16 struct tchars { struct
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Dioctls.h19 #define TIOCSETC _IOW('t', 17, struct tchars)
20 #define TIOCGETC _IOR('t', 18, struct tchars)
H A Dtermios.h28 struct tchars { struct
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dioctls.h49 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */
50 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
H A Dtermios.h17 struct tchars { struct
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c574 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars() argument
576 struct tchars tmp; in get_tchars()
586 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_tchars()
589 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars() argument
591 struct tchars tmp; in set_tchars()
593 if (copy_from_user(&tmp, tchars, sizeof(tmp))) in set_tchars()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_ioctl.c665 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) in get_tchars() argument
667 struct tchars tmp; in get_tchars()
677 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_tchars()
680 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) in set_tchars() argument
682 struct tchars tmp; in set_tchars()
684 if (copy_from_user(&tmp, tchars, sizeof(tmp))) in set_tchars()
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dtermios.h25 struct tchars { struct
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dtermios.h25 struct tchars { struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dtermios.h31 struct tchars { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dtermios.h31 struct tchars { struct

Completed in 12 milliseconds