Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dnozomi.c1675 struct async_icount *cprev) in ntty_cflags_changed() argument
1680 ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng)) in ntty_cflags_changed()
1681 || ((flags & TIOCM_DSR) && (cnow.dsr != cprev->dsr)) in ntty_cflags_changed()
1682 || ((flags & TIOCM_CD) && (cnow.dcd != cprev->dcd)) in ntty_cflags_changed()
1683 || ((flags & TIOCM_CTS) && (cnow.cts != cprev->cts)); in ntty_cflags_changed()
1685 *cprev = cnow; in ntty_cflags_changed()
1718 struct async_icount cprev = port->tty_icount; in ntty_ioctl() local
1721 ntty_cflags_changed(port, arg, &cprev)); in ntty_ioctl()