Searched refs:termios (Results 1 - 25 of 277) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dtermios.h1 #include <asm-m68k/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dtermios.h0 /* termios.h: generic termios/termio user copying/translation
12 * Translate a "termio" structure into a "termios". Ugh.
14 static inline int user_termio_to_kernel_termios(struct ktermios *termios, argument
21 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp;
25 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp;
29 termios->c_cflag = (0xffff0000 & termios
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/linux/
H A Dtermios.h5 #include <asm/termios.h>
H A Dtty.h11 #include <linux/termios.h>
99 #define INTR_CHAR(tty) ((tty)->termios->c_cc[VINTR])
100 #define QUIT_CHAR(tty) ((tty)->termios->c_cc[VQUIT])
101 #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE])
102 #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL])
103 #define EOF_CHAR(tty) ((tty)->termios->c_cc[VEOF])
104 #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME])
105 #define MIN_CHAR(tty) ((tty)->termios->c_cc[VMIN])
106 #define SWTC_CHAR(tty) ((tty)->termios->c_cc[VSWTC])
107 #define START_CHAR(tty) ((tty)->termios
198 struct ktermios *termios, *termios_locked; member in struct:tty_struct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dtermios.h55 * Translate a "termio" structure into a "termios". Ugh.
57 #define user_termio_to_kernel_termios(termios, termio) \
61 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
63 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
65 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
67 (termios)->c_lflag = (0xffff0000 & ((termios)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dtermios.h55 * Translate a "termio" structure into a "termios". Ugh.
57 #define user_termio_to_kernel_termios(termios, termio) \
61 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
63 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
65 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
67 (termios)->c_lflag = (0xffff0000 & ((termios)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dtermios.h53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
58 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
71 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dtermios.h53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
58 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
71 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dtermios.h9 * include/asm-sh64/termios.h
64 * Translate a "termio" structure into a "termios". Ugh.
66 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
69 *(unsigned short *) &(termios)->x = __tmp; \
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)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dtermios.h71 * Translate a "termio" structure into a "termios". Ugh.
73 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
76 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
89 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dtermios.h54 * Translate a "termio" structure into a "termios". Ugh.
56 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
59 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
72 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtermios.h54 * Translate a "termio" structure into a "termios". Ugh.
56 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
59 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
72 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dtermios.h60 * Translate a "termio" structure into a "termios". Ugh.
62 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
65 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
78 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dtermios.h54 * Translate a "termio" structure into a "termios". Ugh.
56 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
59 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
72 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dtermios.h53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
58 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
71 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtermios.h53 * Translate a "termio" structure into a "termios". Ugh.
55 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
58 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
71 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dtermios.h2 * include/asm-xtensa/termios.h
66 * Translate a "termio" structure into a "termios". Ugh.
69 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
72 *(unsigned short *) &(termios)->x = __tmp; \
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)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dtermios.h55 * Translate a "termio" structure into a "termios". Ugh.
57 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
60 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
73 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dtermios.h55 * Translate a "termio" structure into a "termios". Ugh.
57 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
60 *(unsigned short *) &(termios)->x = __tmp; \
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)->c_cc, NCC); \
73 * Translate a "termios" structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dtermios.h95 * Translate a "termio" structure into a "termios". Ugh.
97 #define user_termio_to_kernel_termios(termios, termio) \
101 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
103 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
105 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
107 (termios)->c_lflag = (0xffff0000 & ((termios)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dtermios.h95 * Translate a "termio" structure into a "termios". Ugh.
97 #define user_termio_to_kernel_termios(termios, termio) \
101 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
103 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
105 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
107 (termios)->c_lflag = (0xffff0000 & ((termios)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtermios.h1 /* $Id: termios.h,v 1.1.1.1 2007/08/03 18:53:36 Exp $ */
72 * Translate a "termio" structure into a "termios". Ugh.
74 #define user_termio_to_kernel_termios(termios, termio) \
78 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
80 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
82 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
84 (termios)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dtermios.h1 /* $Id: termios.h,v 1.1.1.1 2007/08/03 18:53:37 Exp $ */
71 * Translate a "termio" structure into a "termios". Ugh.
73 #define user_termio_to_kernel_termios(termios, termio) \
78 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
80 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
82 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
84 (termios)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioparam.c47 #include <linux/termios.h>
241 switch (TtyP->termios->c_cflag & CSIZE) {
268 if (TtyP->termios->c_cflag & CSTOPB) {
276 if (TtyP->termios->c_cflag & PARENB) {
283 if (TtyP->termios->c_cflag & PARODD) {
294 if (TtyP->termios->c_iflag & IXON) {
305 if (TtyP->termios->c_iflag & IXANY) {
313 if (TtyP->termios->c_iflag & IXOFF) {
318 if (TtyP->termios->c_cflag & HUPCL) {
334 if (TtyP->termios
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c12 #include <linux/termios.h>
34 * Internal flag options for termios setting behavior
88 static void unset_locked_termios(struct ktermios *termios, argument
101 NOSET_MASK(termios->c_iflag, old->c_iflag, locked->c_iflag);
102 NOSET_MASK(termios->c_oflag, old->c_oflag, locked->c_oflag);
103 NOSET_MASK(termios->c_cflag, old->c_cflag, locked->c_cflag);
104 NOSET_MASK(termios->c_lflag, old->c_lflag, locked->c_lflag);
105 termios->c_line = locked->c_line ? old->c_line : termios->c_line;
107 termios
159 tty_termios_baud_rate(struct ktermios *termios) argument
195 tty_termios_input_baud_rate(struct ktermios *termios) argument
244 tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed_t obaud) argument
524 set_sgflags(struct ktermios * termios, int flags) argument
565 struct ktermios termios; local
[all...]

Completed in 131 milliseconds

1234567891011>>