Searched refs:termios_locked (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c1982 ltp_loc = &tty->termios_locked;
1985 ltp_loc = &driver->termios_locked[idx];
2015 o_ltp_loc = &o_tty->termios_locked;
2018 o_ltp_loc = &driver->other->termios_locked[idx];
2048 o_tty->termios_locked = *o_ltp_loc;
2072 tty->termios_locked = *ltp_loc;
2174 tp = tty->termios_locked;
2176 tty->driver->termios_locked[idx] = NULL;
2250 if (tty->termios_locked != tty->driver->termios_locked[id
[all...]
H A Dtty_ioctl.c97 printk(KERN_WARNING "Warning?!? termios_locked is NULL.\n");
347 unset_locked_termios(tty->termios, &old_termios, tty->termios_locked);
812 if (kernel_termios_to_user_termios((struct termios __user *)arg, real_tty->termios_locked))
819 if (user_termios_to_kernel_termios(real_tty->termios_locked, (struct termios __user *) arg))
H A Dmxser.c733 mxvar_sdriver->termios_locked = mxvar_termios_locked;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty_driver.h186 struct ktermios **termios_locked; member in struct:tty_driver
H A Dtty.h198 struct ktermios *termios, *termios_locked; member in struct:tty_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c4850 driver->termios_locked = serial_termios_locked;

Completed in 52 milliseconds