Home
last modified time | relevance | path

Searched refs:w_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/tty/serial/
Dimx.c1135 unsigned int w_bytes = 0; in imx_uart_dma_rx_callback() local
1176 w_bytes = tty_insert_flip_string(port, in imx_uart_dma_rx_callback()
1183 if (w_bytes != r_bytes) in imx_uart_dma_rx_callback()
1186 sport->port.icount.rx += w_bytes; in imx_uart_dma_rx_callback()
1193 if (w_bytes) { in imx_uart_dma_rx_callback()
1195 dev_dbg(sport->port.dev, "We get %d bytes.\n", w_bytes); in imx_uart_dma_rx_callback()