Home
last modified time | relevance | path

Searched refs:uart_circ_chars_pending (Results 1 – 25 of 73) sorted by relevance

123

/linux/scripts/coccinelle/tests/
A Dunsigned_lesser_than_zero.cocci40 …write_extents|nla_len|ntoh24|of_flat_dt_match|of_get_child_count|uart_circ_chars_pending|[A-Z0-9_]…
/linux/drivers/tty/serial/
A Dmen_z135_uart.c316 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()
A Dfsl_linflexuart.c183 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in linflex_transmit_buffer()
229 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in linflex_txint()
A Dliteuart.c145 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in liteuart_start_tx()
A Dmux.c211 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mux_write()
A D21285.c179 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in serial21285_tx_chars()
A Dqcom_geni_serial.c510 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()
A Dsunhv.c212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
A Daltera_jtaguart.c151 pending = uart_circ_chars_pending(xmit); in altera_jtaguart_tx_chars()
A Dip22zilog.c415 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()
A Dtimbuart.c134 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
A Darc_uart.c181 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
A Dimx.c564 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_transmit_buffer()
595 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_dma_tx_callback()
627 sport->tx_bytes = uart_circ_chars_pending(xmit); in imx_uart_dma_tx()
657 uart_circ_chars_pending(xmit)); in imx_uart_dma_tx()
A Datmel_serial.c844 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_chars()
886 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_complete_tx_dma()
1009 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_dma()
1493 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_pdc()
A Dapbuart.c150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in apbuart_tx_chars()
A Dclps711x.c177 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
A Ddigicolor-usart.c212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
A Dmax310x.c764 to_send = uart_circ_chars_pending(xmit); in max310x_handle_tx()
786 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in max310x_handle_tx()
A Dsc16is7xx.c650 to_send = uart_circ_chars_pending(xmit); in sc16is7xx_handle_tx()
674 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sc16is7xx_handle_tx()
A Dsprd_serial.c259 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()
A Daltera_uart.c272 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in altera_uart_tx_chars()
A Dfsl_lpuart.c473 sport->dma_tx_bytes = uart_circ_chars_pending(xmit); in lpuart_dma_tx()
538 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_dma_tx_complete()
760 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_transmit_buffer()
796 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart32_transmit_buffer()
A Dmps2-uart.c150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mps2_uart_tx_chars()
/linux/drivers/tty/serial/8250/
A D8250_dma.c33 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
/linux/include/linux/
A Dserial_core.h423 #define uart_circ_chars_pending(circ) \ macro

Completed in 64 milliseconds

123