tag | line | file | source code |
---|---|---|---|
ASYI_TXLOW | 1006 | drivers/char/stallion.c | clear_bit(ASYI_TXLOW, &portp->istate); |
ASYI_TXLOW | 1634 | drivers/char/stallion.c | if ((len == 0) || ((len < STL_TXBUFLOW) && (test_bit(ASYI_TXLOW, &portp->istate) == 0))) { |
ASYI_TXLOW | 1635 | drivers/char/stallion.c | set_bit(ASYI_TXLOW, &portp->istate); |
ASYI_TXLOW | 1986 | drivers/char/stallion.c | if (test_bit(ASYI_TXLOW, &portp->istate)) { |