tag | line | file | source code |
oldsigs | 2463 | drivers/char/istallion.c | unsigned long oldsigs; |
oldsigs | 2538 | drivers/char/istallion.c | oldsigs = portp->sigs; |
oldsigs | 2541 | drivers/char/istallion.c | if ((portp->sigs & TIOCM_CD) && ((oldsigs & TIOCM_CD) == 0)) |
oldsigs | 2543 | drivers/char/istallion.c | if ((oldsigs & TIOCM_CD) && ((portp->sigs & TIOCM_CD) == 0)) { |
oldsigs | 1973 | drivers/char/stallion.c | unsigned int oldsigs; |
oldsigs | 1993 | drivers/char/stallion.c | oldsigs = portp->sigs; |
oldsigs | 1995 | drivers/char/stallion.c | if ((portp->sigs & TIOCM_CD) && ((oldsigs & TIOCM_CD) == 0)) |
oldsigs | 1997 | drivers/char/stallion.c | if ((oldsigs & TIOCM_CD) && ((portp->sigs & TIOCM_CD) == 0)) { |