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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c1927 struct ktermios *tp, **tp_loc, *o_tp, **o_tp_loc; local
2014 o_tp_loc = &o_tty->termios;
2017 o_tp_loc = &driver->other->termios[idx];
2021 if (!*o_tp_loc) {
2043 if (!*o_tp_loc)
2044 *o_tp_loc = o_tp;
2047 o_tty->termios = *o_tp_loc;

Completed in 95 milliseconds