Searched refs:buff_in_count (Results 1 – 1 of 1) sorted by relevance
144 int buff_in_count; member178 if (uart->buff_in_count > 0) { in snd_uart16550_buffer_output()184 uart->buff_in_count--; in snd_uart16550_buffer_output()245 uart->buff_in_count > 0) { in snd_uart16550_io_loop()252 && uart->buff_in_count > 0) /* Do we want to? */ in snd_uart16550_io_loop()255 if (uart->irq < 0 && uart->buff_in_count > 0) in snd_uart16550_io_loop()361 uart->buff_in_count = 0; in snd_uart16550_do_open()572 if (uart->buff_in_count + Num < TX_BUFF_SIZE) in snd_uart16550_buffer_can_write()582 if (uart->buff_in_count < TX_BUFF_SIZE) { in snd_uart16550_write_buffer()587 uart->buff_in_count++; in snd_uart16550_write_buffer()[all …]