tag | line | file | source code |
oldsigs | 2439 | drivers/char/istallion.c | unsigned long oldsigs; |
oldsigs | 2514 | drivers/char/istallion.c | oldsigs = portp->sigs; |
oldsigs | 2517 | drivers/char/istallion.c | if ((portp->sigs & TIOCM_CD) && ((oldsigs & TIOCM_CD) == 0)) |
oldsigs | 2519 | drivers/char/istallion.c | if ((oldsigs & TIOCM_CD) && ((portp->sigs & TIOCM_CD) == 0)) { |
oldsigs | 1892 | drivers/char/stallion.c | unsigned int oldsigs; |
oldsigs | 1912 | drivers/char/stallion.c | oldsigs = portp->sigs; |
oldsigs | 1914 | drivers/char/stallion.c | if ((portp->sigs & TIOCM_CD) && ((oldsigs & TIOCM_CD) == 0)) |
oldsigs | 1916 | drivers/char/stallion.c | if ((oldsigs & TIOCM_CD) && ((portp->sigs & TIOCM_CD) == 0)) { |