Searched refs:termio (Results 1 - 23 of 23) sorted by last modified time

/arch/s390/include/uapi/asm/
H A Dtermios.h21 struct termio { struct
/arch/sparc/include/asm/
H A Dtermios.h8 * c_cc characters in the termio structure. Oh, how I love being
27 * Translate a "termio" structure into a "termios". Ugh.
29 #define user_termio_to_kernel_termios(termios, termio) \
33 err = get_user(tmp, &(termio)->c_iflag); \
35 err |= get_user(tmp, &(termio)->c_oflag); \
37 err |= get_user(tmp, &(termio)->c_cflag); \
39 err |= get_user(tmp, &(termio)->c_lflag); \
41 err |= copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
46 * Translate a "termios" structure into a "termio". Ugh.
50 #define kernel_termios_to_user_termio(termio, termio
[all...]
/arch/sparc/include/uapi/asm/
H A Dioctls.h7 #define TCGETA _IOR('T', 1, struct termio)
8 #define TCSETA _IOW('T', 2, struct termio)
9 #define TCSETAW _IOW('T', 3, struct termio)
10 #define TCSETAF _IOW('T', 4, struct termio)
H A Dtermbits.h16 struct termio { struct
/arch/cris/include/asm/
H A Dtermios.h16 * Translate a "termio" structure into a "termios". Ugh.
18 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
20 get_user(__tmp,&(termio)->x); \
24 #define user_termio_to_kernel_termios(termios, termio) \
26 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
27 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
28 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
29 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
30 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
34 * Translate a "termios" structure into a "termio"
[all...]
/arch/cris/include/uapi/asm/
H A Dtermios.h17 struct termio { struct
/arch/frv/include/uapi/asm/
H A Dtermios.h15 struct termio { struct
/arch/ia64/include/asm/
H A Dtermios.h22 * Translate a "termio" structure into a "termios". Ugh.
24 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
26 get_user(__tmp,&(termio)->x); \
30 #define user_termio_to_kernel_termios(termios, termio) \
32 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
33 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
34 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
35 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
36 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
40 * Translate a "termios" structure into a "termio"
[all...]
/arch/ia64/include/uapi/asm/
H A Dtermios.h22 struct termio { struct
/arch/m32r/include/asm/
H A Dtermios.h16 * Translate a "termio" structure into a "termios". Ugh.
18 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
20 get_user(__tmp,&(termio)->x); \
24 #define user_termio_to_kernel_termios(termios, termio) \
26 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
27 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
28 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
29 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
30 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
34 * Translate a "termios" structure into a "termio"
[all...]
/arch/m32r/include/uapi/asm/
H A Dtermios.h15 struct termio { struct
/arch/mips/include/asm/
H A Dtermios.h27 * Translate a "termio" structure into a "termios". Ugh.
30 struct termio __user *termio)
35 if (!access_ok(VERIFY_READ, termio, sizeof(struct termio)))
38 err = __get_user(iflag, &termio->c_iflag);
40 err |=__get_user(oflag, &termio->c_oflag);
42 err |=__get_user(cflag, &termio->c_cflag);
44 err |=__get_user(lflag, &termio->c_lflag);
46 err |=__get_user(termios->c_line, &termio
29 user_termio_to_kernel_termios(struct ktermios *termios, struct termio __user *termio) argument
59 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) argument
[all...]
/arch/mips/include/uapi/asm/
H A Dtermios.h53 struct termio { struct
/arch/mn10300/include/uapi/asm/
H A Dtermios.h15 struct termio { struct
44 * Translate a "termio" structure into a "termios". Ugh.
46 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
48 get_user(__tmp, &(termio)->x); \
52 #define user_termio_to_kernel_termios(termios, termio) \
54 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
55 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
56 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
57 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
58 copy_from_user((termios)->c_cc, (termio)
[all...]
/arch/parisc/include/asm/
H A Dtermios.h16 * Translate a "termio" structure into a "termios". Ugh.
18 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
20 get_user(__tmp,&(termio)->x); \
24 #define user_termio_to_kernel_termios(termios, termio) \
26 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
27 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
28 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
29 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
30 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
34 * Translate a "termios" structure into a "termio"
[all...]
/arch/parisc/include/uapi/asm/
H A Dioctls.h12 #define TCGETA _IOR('T', 1, struct termio)
13 #define TCSETA _IOW('T', 2, struct termio)
14 #define TCSETAW _IOW('T', 3, struct termio)
15 #define TCSETAF _IOW('T', 4, struct termio)
H A Dtermios.h15 struct termio { struct
/arch/powerpc/include/uapi/asm/
H A Dioctls.h25 #define TCGETA _IOR('t', 23, struct termio)
26 #define TCSETA _IOW('t', 24, struct termio)
27 #define TCSETAW _IOW('t', 25, struct termio)
28 #define TCSETAF _IOW('t', 28, struct termio)
H A Dtermios.h3 * fields have been reordered so that termio & termios share the
53 struct termio { struct
/arch/avr32/include/uapi/asm/
H A Dtermios.h22 struct termio { struct
/arch/alpha/include/asm/
H A Dtermios.h15 * Translate a "termio" structure into a "termios". Ugh.
21 struct termio k_termio; \
46 * Translate a "termios" structure into a "termio". Ugh.
53 struct termio k_termio; \
/arch/alpha/include/uapi/asm/
H A Dioctls.h25 #define TCGETA _IOR('t', 23, struct termio)
26 #define TCSETA _IOW('t', 24, struct termio)
27 #define TCSETAW _IOW('t', 25, struct termio)
28 #define TCSETAF _IOW('t', 28, struct termio)
H A Dtermios.h41 struct termio { struct
51 * c_cc characters in the termio structure. Oh, how I love being

Completed in 575 milliseconds