taglinefilesource code
refcount2020drivers/char/console.cconsole_driver.refcount = &console_refcount;
refcount2756drivers/char/cyclades.ccy_serial_driver.refcount = &serial_refcount;
refcount255drivers/char/istallion.cint      refcount;
refcount874drivers/char/istallion.cportp->refcount++;
refcount935drivers/char/istallion.cif ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) {
refcount970drivers/char/istallion.cif (portp->refcount-- > 1) {
refcount1343drivers/char/istallion.cif (portp->refcount > 0)
refcount1344drivers/char/istallion.cportp->refcount--;
refcount1373drivers/char/istallion.cportp->refcount++;
refcount2136drivers/char/istallion.cportp->refcount = 0;
refcount4020drivers/char/istallion.cstli_serial.refcount = &stli_refcount;
refcount231drivers/char/pty.cpty_driver.refcount = &pty_refcount;
refcount2319drivers/char/scc.cscc_driver.refcount = &scc_refcount;  /* not needed yet */
refcount2610drivers/char/serial.cserial_driver.refcount = &serial_refcount;
refcount236drivers/char/stallion.cint      refcount;
refcount666drivers/char/stallion.cportp->refcount++;
refcount726drivers/char/stallion.cif ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) {
refcount760drivers/char/stallion.cif (portp->refcount > 0)
refcount761drivers/char/stallion.cportp->refcount--;
refcount787drivers/char/stallion.cportp->refcount++;
refcount815drivers/char/stallion.cif (portp->refcount-- > 1) {
refcount820drivers/char/stallion.cportp->refcount = 0;
refcount1456drivers/char/stallion.cportp->refcount = 0;
refcount2895drivers/char/stallion.cstl_serial.refcount = &stl_refcount;
refcount871drivers/char/tty_io.c(*driver->refcount)++;
refcount904drivers/char/tty_io.c(*driver->other->refcount)++;
refcount1113drivers/char/tty_io.c(*tty->driver.refcount)--;
refcount1118drivers/char/tty_io.c(*o_tty->driver.refcount)--;
refcount1716drivers/char/tty_io.cif (*driver->refcount)
refcount110include/linux/tty_driver.hint  *refcount;  /* for loadable tty drivers */