Lines Matching defs:buff_in_count
144 int buff_in_count;
178 if (uart->buff_in_count > 0) {
184 uart->buff_in_count--;
245 uart->buff_in_count > 0) {
252 && uart->buff_in_count > 0) /* Do we want to? */
255 if (uart->irq < 0 && uart->buff_in_count > 0)
361 uart->buff_in_count = 0;
572 if (uart->buff_in_count + Num < TX_BUFF_SIZE)
582 if (uart->buff_in_count < TX_BUFF_SIZE) {
587 uart->buff_in_count++;
599 if (uart->buff_in_count == 0 /* Buffer empty? */
654 if (uart->buff_in_count > TX_BUFF_SIZE - 2)