Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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-6.3-rc2/include/linux/
A Dserial_core.h693 pending = uart_circ_chars_pending(xmit); \
870 #define uart_circ_chars_pending(circ) \ macro
/linux-6.3-rc2/drivers/tty/serial/
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()
A Dqcom_geni_serial.c634 xmit_size = uart_circ_chars_pending(xmit); in qcom_geni_serial_start_tx_dma()
898 pending = uart_circ_chars_pending(xmit); in qcom_geni_serial_handle_tx_fifo()
941 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_fifo()
958 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_dma()
A Dsunhv.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
A Darc_uart.c180 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
A Dtimbuart.c133 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
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()
A Dclps711x.c176 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
A Ddigicolor-usart.c211 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
A Dimx.c567 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_transmit_buffer()
596 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_uart_dma_tx_callback()
628 sport->tx_bytes = uart_circ_chars_pending(xmit); in imx_uart_dma_tx()
658 uart_circ_chars_pending(xmit)); in imx_uart_dma_tx()
A Dmilbeaut_usio.c113 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mlb_usio_tx_chars()
A Dsunplus-uart.c224 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
A Dmax310x.c774 to_send = uart_circ_chars_pending(xmit); in max310x_handle_tx()
793 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in max310x_handle_tx()
A Ddz.c285 if (uart_circ_chars_pending(xmit) < DZ_WAKEUP_CHARS) in dz_transmit_chars()
A Duartlite.c209 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ulite_transmit()
A Dar933x_uart.c431 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ar933x_uart_tx_chars()
A 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()
A Dsc16is7xx.c677 to_send = uart_circ_chars_pending(xmit); in sc16is7xx_handle_tx()
699 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sc16is7xx_handle_tx()
A Dserial-tegra.c529 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in tegra_uart_tx_dma_complete()
636 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in tegra_uart_handle_tx_pio()
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()
A Datmel_serial.c877 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_complete_tx_dma()
1007 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_dma()
1494 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_pdc()
A Damba-pl011.c610 count = uart_circ_chars_pending(xmit); in pl011_dma_tx_refill()
682 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pl011_dma_tx_refill()
1498 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pl011_tx_chars()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_dma.c31 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
/linux-6.3-rc2/drivers/tty/serial/jsm/
A Djsm_cls.c474 qlen = uart_circ_chars_pending(circ); in cls_copy_data_from_queue_to_uart()

Completed in 60 milliseconds

12