Searched refs:buff_in_count (Results 1 – 1 of 1) sorted by relevance
146 int buff_in_count; member180 if (uart->buff_in_count > 0) { in snd_uart16550_buffer_output()186 uart->buff_in_count--; in snd_uart16550_buffer_output()247 uart->buff_in_count > 0) { in snd_uart16550_io_loop()254 && uart->buff_in_count > 0) /* Do we want to? */ in snd_uart16550_io_loop()257 if (uart->irq < 0 && uart->buff_in_count > 0) in snd_uart16550_io_loop()364 uart->buff_in_count = 0; in snd_uart16550_do_open()575 if (uart->buff_in_count + Num < TX_BUFF_SIZE) in snd_uart16550_buffer_can_write()585 if (uart->buff_in_count < TX_BUFF_SIZE) { in snd_uart16550_write_buffer()590 uart->buff_in_count++; in snd_uart16550_write_buffer()[all …]