Searched refs:buff_in_count (Results 1 – 1 of 1) sorted by relevance
159 int buff_in_count; member193 if (uart->buff_in_count > 0) { in snd_uart16550_buffer_output()199 uart->buff_in_count--; in snd_uart16550_buffer_output()260 uart->buff_in_count > 0) { in snd_uart16550_io_loop()267 && uart->buff_in_count > 0) /* Do we want to? */ in snd_uart16550_io_loop()270 if (uart->irq < 0 && uart->buff_in_count > 0) in snd_uart16550_io_loop()377 uart->buff_in_count = 0; in snd_uart16550_do_open()588 if (uart->buff_in_count + Num < TX_BUFF_SIZE) in snd_uart16550_buffer_can_write()598 if (uart->buff_in_count < TX_BUFF_SIZE) { in snd_uart16550_write_buffer()603 uart->buff_in_count++; in snd_uart16550_write_buffer()[all …]