Home
last modified time | relevance | path

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

123

/Linux-v6.1/scripts/coccinelle/tests/
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-v6.1/drivers/tty/serial/
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()
Dmux.c211 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mux_write()
Dliteuart.c145 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in liteuart_start_tx()
D21285.c179 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in serial21285_tx_chars()
Daltera_jtaguart.c160 pending = uart_circ_chars_pending(xmit); in altera_jtaguart_tx_chars()
Dsunhv.c212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Dtimbuart.c134 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
Darc_uart.c181 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
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()
Dclps711x.c177 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
Ddigicolor-usart.c212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
Dapbuart.c150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in apbuart_tx_chars()
Dimx.c570 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_transmit_buffer()
601 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_dma_tx_callback()
633 sport->tx_bytes = uart_circ_chars_pending(xmit); in imx_uart_dma_tx()
663 uart_circ_chars_pending(xmit)); in imx_uart_dma_tx()
Datmel_serial.c847 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_chars()
889 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_complete_tx_dma()
1019 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_dma()
1510 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_pdc()
Daltera_uart.c270 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in altera_uart_tx_chars()
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()
Dmps2-uart.c150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mps2_uart_tx_chars()
Dfsl_lpuart.c453 sport->dma_tx_bytes = uart_circ_chars_pending(xmit); in lpuart_dma_tx()
518 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_dma_tx_complete()
740 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart_transmit_buffer()
776 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in lpuart32_transmit_buffer()
Dlpc32xx_hs.c312 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __serial_lpc32xx_tx()
Dmcf.c348 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mcf_tx_chars()
Dmilbeaut_usio.c114 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mlb_usio_tx_chars()
Dvt8500_serial.c221 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in handle_tx()
/Linux-v6.1/drivers/tty/serial/8250/
D8250_dma.c31 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
/Linux-v6.1/include/linux/
Dserial_core.h783 #define uart_circ_chars_pending(circ) \ macro

123