Home
last modified time | relevance | path

Searched refs:o_tp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dtty_io.c1166 struct termios *tp, **tp_loc, *o_tp, **o_tp_loc; in init_dev() local
1197 tp = o_tp = NULL; in init_dev()
1236 o_tp = (struct termios *) in init_dev()
1238 if (!o_tp) in init_dev()
1240 *o_tp = driver->other->init_termios; in init_dev()
1257 *o_tp_loc = o_tp; in init_dev()
1348 if (o_tp) in init_dev()
1349 kfree(o_tp); in init_dev()