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