Lines Matching refs:is_full
218 …= rx_fifo->put_index) || (rx_fifo->get_index == rx_fifo->put_index && rx_fifo->is_full == RT_TRUE)) in serial_fops_poll()
334 if ((rx_fifo->get_index == rx_fifo->put_index) && (rx_fifo->is_full == RT_FALSE)) in _serial_int_rx()
346 if (rx_fifo->is_full == RT_TRUE) in _serial_int_rx()
348 rx_fifo->is_full = RT_FALSE; in _serial_int_rx()
421 return (rx_fifo->is_full == RT_FALSE ? 0 : serial->config.bufsz); in _serial_fifo_calc_recved_len()
463 if (rx_fifo->is_full && len != 0) rx_fifo->is_full = RT_FALSE; in rt_dma_recv_update_get_index()
494 rx_fifo->is_full = RT_TRUE; in rt_dma_recv_update_put_index()
509 rx_fifo->is_full = RT_TRUE; in rt_dma_recv_update_put_index()
513 if(rx_fifo->is_full == RT_TRUE) in rt_dma_recv_update_put_index()
686 rx_fifo->is_full = RT_FALSE; in rt_serial_open()
714 rx_fifo->is_full = RT_FALSE; in rt_serial_open()
1022 rx_fifo->is_full = RT_FALSE; in _tc_flush()
1467 rx_fifo->is_full = RT_TRUE; in rt_hw_serial_isr()