Home
last modified time | relevance | path

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

1234

/Linux-v4.19/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci39 …write_extents|nla_len|ntoh24|of_flat_dt_match|of_get_child_count|uart_circ_chars_pending|[A-Z0-9_]…
/Linux-v4.19/drivers/tty/serial/
Dmen_z135_uart.c316 qlen = uart_circ_chars_pending(xmit); in men_z135_handle_tx()
362 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in men_z135_handle_tx()
Dmux.c215 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mux_write()
D21285.c144 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in serial21285_tx_chars()
Dfsl_lpuart.c359 sport->dma_tx_bytes = uart_circ_chars_pending(xmit); in lpuart_dma_tx()
411 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_dma_tx_complete()
584 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_transmit_buffer()
608 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart32_transmit_buffer()
703 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_txint()
Daltera_jtaguart.c153 pending = uart_circ_chars_pending(xmit); in altera_jtaguart_tx_chars()
Dsunhv.c216 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Darc_uart.c185 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
Dtimbuart.c136 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
Dip22zilog.c419 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_transmit_chars()
619 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_start_tx()
Ddigicolor-usart.c212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
Dapbuart.c156 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in apbuart_tx_chars()
Dsn_console.c573 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sn_transmit_chars()
Dimx.c543 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_transmit_buffer()
574 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_dma_tx_callback()
606 sport->tx_bytes = uart_circ_chars_pending(xmit); in imx_uart_dma_tx()
636 uart_circ_chars_pending(xmit)); in imx_uart_dma_tx()
Datmel_serial.c760 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_chars()
792 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_complete_tx_dma()
911 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_dma()
1383 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_pdc()
Dmps2-uart.c146 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mps2_uart_tx_chars()
Dclps711x.c181 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
Dserial_ks8695.c231 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ks8695uart_tx_chars()
Dmax310x.c736 to_send = uart_circ_chars_pending(xmit); in max310x_handle_tx()
758 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in max310x_handle_tx()
Dsc16is7xx.c632 to_send = uart_circ_chars_pending(xmit); in sc16is7xx_handle_tx()
656 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sc16is7xx_handle_tx()
Dserial-tegra.c403 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in tegra_uart_tx_dma_complete()
506 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in tegra_uart_handle_tx_pio()
Daltera_uart.c274 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in altera_uart_tx_chars()
Dnetx-serial.c183 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in netx_txint()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_dma.c33 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
/Linux-v4.19/include/linux/
Dserial_core.h433 #define uart_circ_chars_pending(circ) \ macro

1234