tag | line | file | source code |
o_tp | 780 | drivers/char/tty_io.c | struct termios *tp, **tp_loc, *o_tp, **o_tp_loc; |
o_tp | 792 | drivers/char/tty_io.c | tp = o_tp = NULL; |
o_tp | 851 | drivers/char/tty_io.c | if (!*o_tp_loc && !o_tp) { |
o_tp | 852 | drivers/char/tty_io.c | o_tp = (struct termios *) |
o_tp | 854 | drivers/char/tty_io.c | if (!o_tp) |
o_tp | 856 | drivers/char/tty_io.c | *o_tp = driver->other->init_termios; |
o_tp | 904 | drivers/char/tty_io.c | *o_tp_loc = o_tp; |
o_tp | 905 | drivers/char/tty_io.c | o_tp = NULL; |
o_tp | 941 | drivers/char/tty_io.c | if (o_tp) |
o_tp | 942 | drivers/char/tty_io.c | kfree_s(o_tp, sizeof(struct termios)); |
o_tp | 958 | drivers/char/tty_io.c | struct termios *tp, *o_tp, *ltp, *o_ltp; |
o_tp | 1005 | drivers/char/tty_io.c | o_tp = (o_tty) ? o_tty->termios : NULL; |
o_tp | 1016 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { |
o_tp | 1062 | drivers/char/tty_io.c | kfree_s(o_tp, sizeof(struct termios)); |