Home
last modified time | relevance | path

Searched refs:buff_in_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/
H A Dserial-u16550.c146 int buff_in_count; member
180 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...]
/kernel/linux/linux-6.6/sound/drivers/
H A Dserial-u16550.c144 int buff_in_count; member
178 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...]

Completed in 3 milliseconds