Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c552 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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dtermios.h25 struct tchars { struct