taglinefilesource code
refcount1927drivers/char/console.cconsole_driver.refcount = &console_refcount;
refcount2785drivers/char/cyclades.ccy_serial_driver.refcount = &serial_refcount;
refcount251drivers/char/istallion.cint      refcount;
refcount865drivers/char/istallion.cportp->refcount++;
refcount926drivers/char/istallion.cif ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) {
refcount961drivers/char/istallion.cif (portp->refcount-- > 1) {
refcount1334drivers/char/istallion.cif (portp->refcount > 0)
refcount1335drivers/char/istallion.cportp->refcount--;
refcount1364drivers/char/istallion.cportp->refcount++;
refcount2127drivers/char/istallion.cportp->refcount = 0;
refcount4011drivers/char/istallion.cstli_serial.refcount = &stli_refcount;
refcount234drivers/char/pty.cpty_driver.refcount = &pty_refcount;
refcount2315drivers/char/scc.cscc_driver.refcount = &scc_refcount;  /* not needed yet */
refcount2610drivers/char/serial.cserial_driver.refcount = &serial_refcount;
refcount234drivers/char/stallion.cint      refcount;
refcount662drivers/char/stallion.cportp->refcount++;
refcount722drivers/char/stallion.cif ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) {
refcount756drivers/char/stallion.cif (portp->refcount > 0)
refcount757drivers/char/stallion.cportp->refcount--;
refcount783drivers/char/stallion.cportp->refcount++;
refcount811drivers/char/stallion.cif (portp->refcount-- > 1) {
refcount816drivers/char/stallion.cportp->refcount = 0;
refcount1452drivers/char/stallion.cportp->refcount = 0;
refcount2891drivers/char/stallion.cstl_serial.refcount = &stl_refcount;
refcount877drivers/char/tty_io.c(*driver->refcount)++;
refcount910drivers/char/tty_io.c(*driver->other->refcount)++;
refcount1119drivers/char/tty_io.c(*tty->driver.refcount)--;
refcount1124drivers/char/tty_io.c(*o_tty->driver.refcount)--;
refcount1722drivers/char/tty_io.cif (*driver->refcount)
refcount110include/linux/tty_driver.hint  *refcount;  /* for loadable tty drivers */