taglinefilesource code
refcount2008drivers/char/console.cconsole_driver.refcount = &console_refcount;
refcount2756drivers/char/cyclades.ccy_serial_driver.refcount = &serial_refcount;
refcount263drivers/char/istallion.cint      refcount;
refcount909drivers/char/istallion.cportp->refcount++;
refcount970drivers/char/istallion.cif ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) {
refcount1005drivers/char/istallion.cif (portp->refcount-- > 1) {
refcount1378drivers/char/istallion.cif (portp->refcount > 0)
refcount1379drivers/char/istallion.cportp->refcount--;
refcount1408drivers/char/istallion.cportp->refcount++;
refcount2171drivers/char/istallion.cportp->refcount = 0;
refcount4059drivers/char/istallion.cstli_serial.refcount = &stli_refcount;
refcount231drivers/char/pty.cpty_driver.refcount = &pty_refcount;
refcount2316drivers/char/scc.cscc_driver.refcount = &scc_refcount;  /* not needed yet */
refcount2610drivers/char/serial.cserial_driver.refcount = &serial_refcount;
refcount236drivers/char/stallion.cint      refcount;
refcount703drivers/char/stallion.cportp->refcount++;
refcount763drivers/char/stallion.cif ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) {
refcount797drivers/char/stallion.cif (portp->refcount > 0)
refcount798drivers/char/stallion.cportp->refcount--;
refcount824drivers/char/stallion.cportp->refcount++;
refcount852drivers/char/stallion.cif (portp->refcount-- > 1) {
refcount857drivers/char/stallion.cportp->refcount = 0;
refcount1493drivers/char/stallion.cportp->refcount = 0;
refcount2936drivers/char/stallion.cstl_serial.refcount = &stl_refcount;
refcount871drivers/char/tty_io.c(*driver->refcount)++;
refcount904drivers/char/tty_io.c(*driver->other->refcount)++;
refcount1108drivers/char/tty_io.c(*tty->driver.refcount)--;
refcount1113drivers/char/tty_io.c(*o_tty->driver.refcount)--;
refcount1711drivers/char/tty_io.cif (*driver->refcount)
refcount110include/linux/tty_driver.hint  *refcount;  /* for loadable tty drivers */