Searched refs:ktermios (Results 26 - 50 of 142) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtty.h198 struct ktermios *termios, *termios_locked;
281 extern struct ktermios tty_std_termios;
319 extern speed_t tty_termios_baud_rate(struct ktermios *termios);
320 extern speed_t tty_termios_input_baud_rate(struct ktermios *termios);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dtermbits.h33 struct ktermios { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dtermbits.h28 /* Alpha has matching termios and ktermios */
30 struct ktermios { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dtermbits.h29 struct ktermios { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dtermbits.h18 struct ktermios { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dtermbits.h20 struct ktermios { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dtermbits.h20 struct ktermios { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkobil_sct.c140 struct ktermios internal_termios;
628 if (!access_ok(VERIFY_WRITE, user_arg, sizeof(struct ktermios))) {
632 if (kernel_termios_to_user_termios((struct ktermios __user *)arg,
642 if (!access_ok(VERIFY_READ, user_arg, sizeof(struct ktermios))) {
647 (struct ktermios __user *)arg))
H A Dconsole.c68 struct ktermios *termios;
H A Dkl5kusb105.c89 struct ktermios *old);
163 struct ktermios termios;
676 struct ktermios *old_termios)
H A Dark3116.c160 struct ktermios *old_termios)
330 struct ktermios tmp_termios;
H A Dbelkin_sa.c95 static void belkin_sa_set_termios (struct usb_serial_port *port, struct ktermios * old);
315 static void belkin_sa_set_termios (struct usb_serial_port *port, struct ktermios *old_termios)
H A Dempeg.c95 static void empeg_set_termios (struct usb_serial_port *port, struct ktermios *old_termios);
446 static void empeg_set_termios (struct usb_serial_port *port, struct ktermios *old_termios)
H A Dir-usb.c110 static void ir_set_termios (struct usb_serial_port *port, struct ktermios *old_termios);
498 static void ir_set_termios (struct usb_serial_port *port, struct ktermios *old_termios)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c112 struct ktermios tty_std_termios = { /* for the benefit of tty drivers */
1927 struct ktermios *tp, **tp_loc, *o_tp, **o_tp_loc;
1928 struct ktermios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
1989 tp = (struct ktermios *) kmalloc(sizeof(struct ktermios),
1997 ltp = (struct ktermios *) kmalloc(sizeof(struct ktermios),
2001 memset(ltp, 0, sizeof(struct ktermios));
2022 o_tp = (struct ktermios *)
2023 kmalloc(sizeof(struct ktermios), GFP_KERNE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dmux.c310 mux_set_termios(struct uart_port *port, struct ktermios *termios,
311 struct ktermios *old)
H A Dv850e_uart.c411 v850e_uart_set_termios (struct uart_port *port, struct ktermios *termios,
412 struct ktermios *old)
H A Dserial_core.c61 static void uart_change_speed(struct uart_state *state, struct ktermios *old_termios);
334 uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
335 struct ktermios *old, unsigned int min, unsigned int max)
417 uart_change_speed(struct uart_state *state, struct ktermios *old_termios)
421 struct ktermios *termios;
1139 static void uart_set_termios(struct tty_struct *tty, struct ktermios *old_termios)
1862 struct ktermios termios;
1872 memset(&termios, 0, sizeof(struct ktermios));
1987 struct ktermios termios;
1992 memset(&termios, 0, sizeof(struct ktermios));
[all...]
H A D21285.c217 serial21285_set_termios(struct uart_port *port, struct ktermios *termios,
218 struct ktermios *old)
H A Dclps711x.c289 clps711xuart_set_termios(struct uart_port *port, struct ktermios *termios,
290 struct ktermios *old)
H A Dsunhv.c334 static void sunhv_set_termios(struct uart_port *port, struct ktermios *termios,
335 struct ktermios *old)
H A Duartlite.c217 static void ulite_set_termios(struct uart_port *port, struct ktermios *termios,
218 struct ktermios *old)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c145 struct ktermios *termios;
183 struct ktermios *termios;
269 struct ktermios *ts;
302 struct ktermios *termios,
303 struct ktermios *old_termios)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dirtty-sir.c120 struct ktermios old_termios;
321 struct ktermios old_termios;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dtermbits.h34 struct ktermios { struct

Completed in 267 milliseconds

123456