tag | line | file | source code |
ST_DOFLUSHTX | 2157 | drivers/char/istallion.c | set_bit(ST_DOFLUSHTX, &portp->state); |
ST_DOFLUSHTX | 2211 | drivers/char/istallion.c | set_bit(ST_DOFLUSHTX, &portp->state); |
ST_DOFLUSHTX | 2359 | drivers/char/istallion.c | if (test_bit(ST_DOFLUSHTX, &portp->state) && test_bit(ST_DOFLUSHRX, &portp->state)) |
ST_DOFLUSHTX | 2361 | drivers/char/istallion.c | else if (test_bit(ST_DOFLUSHTX, &portp->state)) |
ST_DOFLUSHTX | 2367 | drivers/char/istallion.c | clear_bit(ST_DOFLUSHTX, &portp->state); |
ST_DOFLUSHTX | 2374 | drivers/char/istallion.c | } else if (test_bit(ST_DOFLUSHTX, &portp->state) || test_bit(ST_DOFLUSHRX, &portp->state)) { |
ST_DOFLUSHTX | 2375 | drivers/char/istallion.c | cmd = ((test_bit(ST_DOFLUSHTX, &portp->state)) ? FLUSHTX : 0); |
ST_DOFLUSHTX | 2377 | drivers/char/istallion.c | clear_bit(ST_DOFLUSHTX, &portp->state); |