Home
last modified time | relevance | path

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

123

/openbmc/linux/scripts/coccinelle/tests/
H 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_]…
/openbmc/linux/drivers/tty/serial/
H A Dserial_port.c26 uart_circ_chars_pending(&port->state->xmit); in __serial_port_busy()
H A 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()
H A Dsunhv.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
H A Dqcom_geni_serial.c914 pending = uart_circ_chars_pending(xmit); in qcom_geni_serial_handle_tx_fifo()
957 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_fifo()
974 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_dma()
H A 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()
H A Dtimbuart.c133 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
H A Darc_uart.c180 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
H A Dimx.c574 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_transmit_buffer()
603 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_dma_tx_callback()
635 sport->tx_bytes = uart_circ_chars_pending(xmit); in imx_uart_dma_tx()
665 uart_circ_chars_pending(xmit)); in imx_uart_dma_tx()
H A Ddigicolor-usart.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
H A Dclps711x.c177 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
H A 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()
H A Dmilbeaut_usio.c113 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mlb_usio_tx_chars()
H A Dsunplus-uart.c224 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
H A 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()
H A 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()
H A Dpmac_zilog.c401 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pmz_transmit_chars()
617 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pmz_start_tx()
H A Dsc16is7xx.c669 to_send = uart_circ_chars_pending(xmit); in sc16is7xx_handle_tx()
691 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sc16is7xx_handle_tx()
H A Duartlite.c206 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ulite_transmit()
H A Dar933x_uart.c431 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ar933x_uart_tx_chars()
H A Ddz.c285 if (uart_circ_chars_pending(xmit) < DZ_WAKEUP_CHARS) in dz_transmit_chars()
H A 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()
H A 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()
/openbmc/linux/include/linux/
H A Dserial_core.h786 pending = uart_circ_chars_pending(xmit); \
995 #define uart_circ_chars_pending(circ) \ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dma.c31 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()

123