Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 20 of 20) sorted by relevance

/arch/alpha/kernel/
A Dtermios.c13 termios->c_iflag = (0xffff0000 & termios->c_iflag) | v.c_iflag; in user_termio_to_kernel_termios()
14 termios->c_oflag = (0xffff0000 & termios->c_oflag) | v.c_oflag; in user_termio_to_kernel_termios()
15 termios->c_cflag = (0xffff0000 & termios->c_cflag) | v.c_cflag; in user_termio_to_kernel_termios()
16 termios->c_lflag = (0xffff0000 & termios->c_lflag) | v.c_lflag; in user_termio_to_kernel_termios()
17 termios->c_line = (0xffff0000 & termios->c_lflag) | v.c_line; in user_termio_to_kernel_termios()
33 struct ktermios *termios) in kernel_termios_to_user_termio() argument
39 v.c_iflag = termios->c_iflag; in kernel_termios_to_user_termio()
40 v.c_oflag = termios->c_oflag; in kernel_termios_to_user_termio()
41 v.c_cflag = termios->c_cflag; in kernel_termios_to_user_termio()
42 v.c_lflag = termios->c_lflag; in kernel_termios_to_user_termio()
[all …]
A DMakefile12 systbls.o err_common.o io.o bugs.o termios.o
/arch/sparc/kernel/
A Dtermios.c16 struct ktermios *termios) in kernel_termios_to_user_termio() argument
20 v.c_iflag = termios->c_iflag; in kernel_termios_to_user_termio()
21 v.c_oflag = termios->c_oflag; in kernel_termios_to_user_termio()
22 v.c_cflag = termios->c_cflag; in kernel_termios_to_user_termio()
23 v.c_lflag = termios->c_lflag; in kernel_termios_to_user_termio()
24 v.c_line = termios->c_line; in kernel_termios_to_user_termio()
25 memcpy(v.c_cc, termios->c_cc, NCC); in kernel_termios_to_user_termio()
27 v.c_cc[_VMIN] = termios->c_cc[VMIN]; in kernel_termios_to_user_termio()
28 v.c_cc[_VTIME] = termios->c_cc[VTIME]; in kernel_termios_to_user_termio()
78 struct termios __user *u) in user_termios_to_kernel_termios_1()
[all …]
A DMakefile89 obj-y += termios.o
/arch/parisc/include/uapi/asm/
A Dioctls.h9 #define TCGETS _IOR('T', 16, struct termios) /* TCGETATTR */
10 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */
11 #define TCSETSW _IOW('T', 18, struct termios) /* TCSETATTRD */
12 #define TCSETSF _IOW('T', 19, struct termios) /* TCSETATTRF */
A Dtermbits.h10 struct termios { struct
/arch/powerpc/include/uapi/asm/
A Dioctls.h21 #define TCGETS _IOR('t', 19, struct termios)
22 #define TCSETS _IOW('t', 20, struct termios)
23 #define TCSETSW _IOW('t', 21, struct termios)
24 #define TCSETSF _IOW('t', 22, struct termios)
A Dtermbits.h23 struct termios { struct
/arch/alpha/include/uapi/asm/
A Dioctls.h21 #define TCGETS _IOR('t', 19, struct termios)
22 #define TCSETS _IOW('t', 20, struct termios)
23 #define TCSETSW _IOW('t', 21, struct termios)
24 #define TCSETSF _IOW('t', 22, struct termios)
A Dtermbits.h16 struct termios { struct
/arch/sparc/include/uapi/asm/
A Dioctls.h15 #define TCGETS _IOR('T', 8, struct termios)
16 #define TCSETS _IOW('T', 9, struct termios)
17 #define TCSETSW _IOW('T', 10, struct termios)
18 #define TCSETSF _IOW('T', 11, struct termios)
A Dtermbits.h14 struct termios { struct
24 #define SIZEOF_USER_TERMIOS sizeof (struct termios) - (2*sizeof (cc_t)) argument
/arch/um/drivers/
A Dtty.c16 struct termios tt;
A Dfd.c18 struct termios tt;
A Dpty.c22 struct termios tt;
A Dxterm.c25 struct termios tt;
A Dport_user.c20 struct termios tt;
A Dchan_user.c89 struct termios save, new; in generic_console_write()
/arch/mips/include/uapi/asm/
A Dtermbits.h23 struct termios { struct
/arch/um/os-Linux/
A Dutil.c30 struct termios tt; in raw()

Completed in 27 milliseconds