Home
last modified time | relevance | path

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

123

/linux-6.6.21/drivers/tty/serial/ !
Dserial_port.c23 uart_circ_chars_pending(&port->state->xmit); in __serial_port_busy()
Dmen_z135_uart.c316 qlen = uart_circ_chars_pending(xmit); in men_z135_handle_tx()
358 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in men_z135_handle_tx()
Dsunhv.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Dtimbuart.c133 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
Darc_uart.c180 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
Dip22zilog.c414 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_transmit_chars()
613 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_start_tx()
Dqcom_geni_serial.c892 pending = uart_circ_chars_pending(xmit); in qcom_geni_serial_handle_tx_fifo()
935 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_fifo()
952 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_dma()
Dclps711x.c177 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
Ddigicolor-usart.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
Dimx.c563 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_transmit_buffer()
592 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_dma_tx_callback()
624 sport->tx_bytes = uart_circ_chars_pending(xmit); in imx_uart_dma_tx()
654 uart_circ_chars_pending(xmit)); in imx_uart_dma_tx()
Dmilbeaut_usio.c113 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mlb_usio_tx_chars()
Dsunplus-uart.c224 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Dmax310x.c796 to_send = uart_circ_chars_pending(xmit); in max310x_handle_tx()
815 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in max310x_handle_tx()
Ddz.c285 if (uart_circ_chars_pending(xmit) < DZ_WAKEUP_CHARS) in dz_transmit_chars()
Duartlite.c206 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ulite_transmit()
Dar933x_uart.c431 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ar933x_uart_tx_chars()
Dsc16is7xx.c652 to_send = uart_circ_chars_pending(xmit); in sc16is7xx_handle_tx()
674 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sc16is7xx_handle_tx()
Dserial-tegra.c528 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in tegra_uart_tx_dma_complete()
635 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in tegra_uart_handle_tx_pio()
Dpmac_zilog.c415 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pmz_transmit_chars()
631 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pmz_start_tx()
Dsunzilog.c513 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sunzilog_transmit_chars()
713 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sunzilog_start_tx()
Datmel_serial.c876 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_complete_tx_dma()
1006 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()
Damba-pl011.c605 count = uart_circ_chars_pending(xmit); in pl011_dma_tx_refill()
678 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pl011_dma_tx_refill()
1495 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pl011_tx_chars()
/linux-6.6.21/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-6.6.21/include/linux/ !
Dserial_core.h785 pending = uart_circ_chars_pending(xmit); \
974 #define uart_circ_chars_pending(circ) \ macro
/linux-6.6.21/drivers/tty/serial/8250/ !
D8250_dma.c31 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()

123