Searched refs:termio (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dtermios.h1 /* termios.h: generic termios/termio user copying/translation
12 * Translate a "termio" structure into a "termios". Ugh.
15 struct termio __user *termio)
19 if (get_user(tmp, &termio->c_iflag) < 0)
23 if (get_user(tmp, &termio->c_oflag) < 0)
27 if (get_user(tmp, &termio->c_cflag) < 0)
31 if (get_user(tmp, &termio->c_lflag) < 0)
35 if (get_user(termios->c_line, &termio->c_line) < 0)
38 if (copy_from_user(termios->c_cc, termio
14 user_termio_to_kernel_termios(struct ktermios *termios, struct termio __user *termio) argument
50 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dtermios.h15 struct termio { struct
53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
57 get_user(__tmp,&(termio)->x); \
61 #define user_termio_to_kernel_termios(termios, termio) \
63 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
67 copy_from_user((termios)->c_cc, (termio)
[all...]
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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dtermios.h15 struct termio { struct
53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
57 get_user(__tmp,&(termio)->x); \
61 #define user_termio_to_kernel_termios(termios, termio) \
63 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
67 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dtermios.h26 struct termio { struct
64 * Translate a "termio" structure into a "termios". Ugh.
66 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
68 get_user(__tmp,&(termio)->x); \
72 #define user_termio_to_kernel_termios(termios, termio) \
74 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
75 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
76 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
77 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
78 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dtermios.h15 struct termio { struct
71 * Translate a "termio" structure into a "termios". Ugh.
73 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
75 get_user(__tmp,&(termio)->x); \
79 #define user_termio_to_kernel_termios(termios, termio) \
81 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
82 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
85 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dtermios.h16 struct termio { struct
54 * Translate a "termio" structure into a "termios". Ugh.
56 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
58 get_user(__tmp,&(termio)->x); \
62 #define user_termio_to_kernel_termios(termios, termio) \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
67 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
68 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtermios.h15 struct termio { struct
54 * Translate a "termio" structure into a "termios". Ugh.
56 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
58 get_user(__tmp,&(termio)->x); \
62 #define user_termio_to_kernel_termios(termios, termio) \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
67 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
68 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dtermios.h22 struct termio { struct
60 * Translate a "termio" structure into a "termios". Ugh.
62 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
64 get_user(__tmp,&(termio)->x); \
68 #define user_termio_to_kernel_termios(termios, termio) \
70 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
71 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
72 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
73 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
74 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dtermios.h15 struct termio { struct
54 * Translate a "termio" structure into a "termios". Ugh.
56 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
58 get_user(__tmp,&(termio)->x); \
62 #define user_termio_to_kernel_termios(termios, termio) \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
67 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
68 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dtermios.h15 struct termio { struct
53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
57 get_user(__tmp,&(termio)->x); \
61 #define user_termio_to_kernel_termios(termios, termio) \
63 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
67 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtermios.h15 struct termio { struct
53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
57 get_user(__tmp,&(termio)->x); \
61 #define user_termio_to_kernel_termios(termios, termio) \
63 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
64 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
67 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dtermios.h27 struct termio { struct
66 * Translate a "termio" structure into a "termios". Ugh.
69 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
71 get_user(__tmp,&(termio)->x); \
75 #define user_termio_to_kernel_termios(termios, termio) \
77 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
78 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
79 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
80 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
81 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dtermios.h15 struct termio { struct
55 * Translate a "termio" structure into a "termios". Ugh.
57 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
59 get_user(__tmp,&(termio)->x); \
63 #define user_termio_to_kernel_termios(termios, termio) \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
67 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
68 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
69 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dtermios.h15 struct termio { struct
55 * Translate a "termio" structure into a "termios". Ugh.
57 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
59 get_user(__tmp,&(termio)->x); \
63 #define user_termio_to_kernel_termios(termios, termio) \
65 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
66 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
67 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
68 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
69 copy_from_user((termios)->c_cc, (termio)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dtermios.h15 struct termio { struct
55 * Translate a "termio" structure into a "termios". Ugh.
57 #define user_termio_to_kernel_termios(termios, termio) \
60 get_user(tmp, &(termio)->c_iflag); \
62 get_user(tmp, &(termio)->c_oflag); \
64 get_user(tmp, &(termio)->c_cflag); \
66 get_user(tmp, &(termio)->c_lflag); \
68 get_user((termios)->c_line, &(termio)->c_line); \
69 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
73 * Translate a "termios" structure into a "termio"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dtermios.h15 struct termio { struct
55 * Translate a "termio" structure into a "termios". Ugh.
57 #define user_termio_to_kernel_termios(termios, termio) \
60 get_user(tmp, &(termio)->c_iflag); \
62 get_user(tmp, &(termio)->c_oflag); \
64 get_user(tmp, &(termio)->c_cflag); \
66 get_user(tmp, &(termio)->c_lflag); \
68 get_user((termios)->c_line, &(termio)->c_line); \
69 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
73 * Translate a "termios" structure into a "termio"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dtermios.h52 struct termio { struct
95 * Translate a "termio" structure into a "termios". Ugh.
97 #define user_termio_to_kernel_termios(termios, termio) \
100 get_user(tmp, &(termio)->c_iflag); \
102 get_user(tmp, &(termio)->c_oflag); \
104 get_user(tmp, &(termio)->c_cflag); \
106 get_user(tmp, &(termio)->c_lflag); \
108 get_user((termios)->c_line, &(termio)->c_line); \
109 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
113 * Translate a "termios" structure into a "termio"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dtermios.h52 struct termio { struct
95 * Translate a "termio" structure into a "termios". Ugh.
97 #define user_termio_to_kernel_termios(termios, termio) \
100 get_user(tmp, &(termio)->c_iflag); \
102 get_user(tmp, &(termio)->c_oflag); \
104 get_user(tmp, &(termio)->c_cflag); \
106 get_user(tmp, &(termio)->c_lflag); \
108 get_user((termios)->c_line, &(termio)->c_line); \
109 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
113 * Translate a "termios" structure into a "termio"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtermios.h52 * c_cc characters in the termio structure. Oh, how I love being
72 * Translate a "termio" structure into a "termios". Ugh.
74 #define user_termio_to_kernel_termios(termios, termio) \
77 get_user(tmp, &(termio)->c_iflag); \
79 get_user(tmp, &(termio)->c_oflag); \
81 get_user(tmp, &(termio)->c_cflag); \
83 get_user(tmp, &(termio)->c_lflag); \
85 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
90 * Translate a "termios" structure into a "termio". Ugh.
94 #define kernel_termios_to_user_termio(termio, termio
[all...]
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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dtermios.h52 * c_cc characters in the termio structure. Oh, how I love being
71 * Translate a "termio" structure into a "termios". Ugh.
73 #define user_termio_to_kernel_termios(termios, termio) \
77 err = get_user(tmp, &(termio)->c_iflag); \
79 err |= get_user(tmp, &(termio)->c_oflag); \
81 err |= get_user(tmp, &(termio)->c_cflag); \
83 err |= get_user(tmp, &(termio)->c_lflag); \
85 err |= copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
90 * Translate a "termios" structure into a "termio". Ugh.
94 #define kernel_termios_to_user_termio(termio, termio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
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.h6 * fields have been reordered so that termio & termios share the
53 struct termio { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtermios.h23 struct termio { struct

Completed in 256 milliseconds

12