Searched refs:uart_circ_chars_pending (Results 1 – 25 of 76) sorted by relevance
1234
40 …write_extents|nla_len|ntoh24|of_flat_dt_match|of_get_child_count|uart_circ_chars_pending|[A-Z0-9_]…
316 qlen = uart_circ_chars_pending(xmit); in men_z135_handle_tx()361 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in men_z135_handle_tx()
211 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mux_write()
183 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in linflex_transmit_buffer()229 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in linflex_txint()
179 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in serial21285_tx_chars()
510 if (uart_circ_chars_pending(&uport->state->xmit)) { in qcom_geni_serial_console_write()744 pending = uart_circ_chars_pending(xmit); in qcom_geni_serial_handle_tx()810 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx()
212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
153 pending = uart_circ_chars_pending(xmit); in altera_jtaguart_tx_chars()
181 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
136 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
415 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_transmit_chars()615 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_start_tx()
152 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in apbuart_tx_chars()
212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
177 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
587 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_transmit_buffer()618 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_dma_tx_callback()650 sport->tx_bytes = uart_circ_chars_pending(xmit); in imx_uart_dma_tx()680 uart_circ_chars_pending(xmit)); in imx_uart_dma_tx()
840 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_chars()882 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_complete_tx_dma()1012 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_dma()1509 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_pdc()
272 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in altera_uart_tx_chars()
259 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sprd_complete_tx_dma()653 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sprd_tx()
650 to_send = uart_circ_chars_pending(xmit); in sc16is7xx_handle_tx()674 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sc16is7xx_handle_tx()
764 to_send = uart_circ_chars_pending(xmit); in max310x_handle_tx()786 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in max310x_handle_tx()
150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mps2_uart_tx_chars()
428 sport->dma_tx_bytes = uart_circ_chars_pending(xmit); in lpuart_dma_tx()489 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_dma_tx_complete()711 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_transmit_buffer()747 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart32_transmit_buffer()
350 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mcf_tx_chars()
33 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
451 #define uart_circ_chars_pending(circ) \ macro