Searched refs:termios (Results 26 - 50 of 277) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dconsole.c68 struct ktermios *termios; local
174 termios = kzalloc(sizeof(*termios), GFP_KERNEL);
175 if (!termios) {
180 termios->c_cflag = cflag;
181 tty->termios = termios;
184 /* set up the initial termios settings */
187 kfree (termios);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dioctls.h8 #define TCGETS _IOR('T', 16, struct termios) /* TCGETATTR */
9 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */
10 #define TCSETSW _IOW('T', 18, struct termios) /* TCSETATTRD */
11 #define TCSETSF _IOW('T', 19, struct termios) /* TCSETATTRF */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dioctl.c40 #include <asm/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dioctls.h20 #define TCGETS _IOR('t', 19, struct termios)
21 #define TCSETS _IOW('t', 20, struct termios)
22 #define TCSETSW _IOW('t', 21, struct termios)
23 #define TCSETSF _IOW('t', 22, struct termios)
H A Dtermios.h5 * Liberally adapted from alpha/termios.h. In particular, the c_cc[]
6 * fields have been reordered so that termio & termios share the
81 #include <asm-generic/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtermios.h2 * include/asm-s390/termios.h
6 * Derived from "include/asm-i386/termios.h"
60 #include <asm-generic/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dioctls.h14 #define TCGETS _IOR('T', 8, struct termios)
15 #define TCSETS _IOW('T', 9, struct termios)
16 #define TCSETSW _IOW('T', 10, struct termios)
17 #define TCSETSF _IOW('T', 11, struct termios)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H 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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dtermios.h55 #include <asm-generic/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dv850e_uart.h22 #include <linux/termios.h>
69 /* Configure and turn on uart channel CHAN, using the termios `control
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dioctls.h20 #define TCGETS _IOR('t', 19, struct termios)
21 #define TCSETS _IOW('t', 20, struct termios)
22 #define TCSETSW _IOW('t', 21, struct termios)
23 #define TCSETSF _IOW('t', 22, struct termios)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dtermios.h58 #include <asm-generic/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D21285.c217 serial21285_set_termios(struct uart_port *port, struct ktermios *termios, argument
226 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR);
227 termios->c_cflag |= CLOCAL;
232 termios->c_iflag &= ~(IGNBRK | BRKINT);
237 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
240 switch (termios->c_cflag & CSIZE) {
255 if (termios->c_cflag & CSTOPB)
257 if (termios->c_cflag & PARENB) {
259 if (!(termios->c_cflag & PARODD))
271 uart_update_timeout(port, termios
[all...]
H A Dpnx8xxx_uart.c427 pnx8xxx_set_termios(struct uart_port *port, struct ktermios *termios, argument
438 while ((termios->c_cflag & CSIZE) != CS7 &&
439 (termios->c_cflag & CSIZE) != CS8) {
440 termios->c_cflag &= ~CSIZE;
441 termios->c_cflag |= old_csize;
445 if ((termios->c_cflag & CSIZE) == CS8)
450 if (termios->c_cflag & CSTOPB)
452 if (termios->c_cflag & PARENB) {
454 if (!(termios->c_cflag & PARODD))
461 baud = uart_get_baud_rate(port, termios, ol
[all...]
H A Dclps711x.c289 clps711xuart_set_termios(struct uart_port *port, struct ktermios *termios, argument
298 termios->c_cflag |= CREAD;
303 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
306 switch (termios->c_cflag & CSIZE) {
320 if (termios->c_cflag & CSTOPB)
322 if (termios->c_cflag & PARENB) {
324 if (!(termios->c_cflag & PARODD))
335 uart_update_timeout(port, termios->c_cflag, baud);
338 if (termios->c_iflag & INPCK)
345 if (termios
[all...]
H A Dserial_ks8695.c337 static void ks8695uart_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) argument
346 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
349 switch (termios->c_cflag & CSIZE) {
365 if (termios->c_cflag & CSTOPB)
369 if (termios->c_cflag & PARENB) {
370 if (termios->c_cflag & CMSPAR) { /* Mark or Space parity */
371 if (termios->c_cflag & PARODD)
376 else if (termios->c_cflag & PARODD)
390 uart_update_timeout(port, termios->c_cflag, baud);
393 if (termios
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dtty.c7 #include <termios.h>
18 struct termios tt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/console-tools/
H A Dresize.c14 #define old_termios (*(struct termios*)&bb_common_bufsiz1)
26 struct termios new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dbb_askpass.c11 #include <termios.h>
29 struct termios old, new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c22 struct termios saved_state;
46 static int set_termios_state_and_warn(struct termios *state)
70 struct termios state;
97 static void set_state(struct termios *state, int encap)
135 struct termios state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty_ioctl.c33 #include <linux/termios.h>
62 if (!self->tty || !self->tty->termios || !self->ircomm)
65 cflag = self->tty->termios->c_cflag;
116 * termios settings have changed. Note that a well-designed tty driver
124 unsigned int cflag = tty->termios->c_cflag;
129 (RELEVANT_IFLAG(tty->termios->c_iflag) ==
148 if (!(tty->termios->c_cflag & CRTSCTS) ||
157 !(tty->termios->c_cflag & CRTSCTS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmore.c19 #include <termios.h>
27 struct termios initial_settings;
28 struct termios new_settings;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Datmel_read_eeprom.h40 #include <asm/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_tty.h15 #include <linux/termios.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Duart.c25 #include <linux/termios.h>

Completed in 226 milliseconds

1234567891011>>