Home
last modified time | relevance | path

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

12

/Linux-v6.6/include/linux/
Dserial_core.h631 #define WAKEUP_CHARS 256 macro
698 if (pending < WAKEUP_CHARS) { \
/Linux-v6.6/drivers/tty/serial/8250/
D8250_dma.c31 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
/Linux-v6.6/drivers/tty/serial/
Dsunhv.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Darc_uart.c180 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
Dtimbuart.c133 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
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()
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()
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()
Dar933x_uart.c431 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ar933x_uart_tx_chars()
Duartlite.c206 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ulite_transmit()
Dmen_z135_uart.c358 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in men_z135_handle_tx()
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()
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()
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()
Dfsl_linflexuart.c184 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in linflex_transmit_buffer()
Dpic32_uart.c385 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in pic32_uart_do_tx()
Drda-uart.c359 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in rda_uart_send_chars()
Dmeson_uart.c175 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in meson_uart_start_tx()
Dmsm_serial.c474 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in msm_complete_tx_dma()
878 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in msm_handle_tx_pio()
Dqcom_geni_serial.c935 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()
/Linux-v6.6/drivers/mmc/core/
Dsdio_uart.c49 #define WAKEUP_CHARS 256 macro
442 if (len < WAKEUP_CHARS) { in sdio_uart_transmit_chars()
/Linux-v6.6/drivers/tty/
Damiserial.c90 #define WAKEUP_CHARS 256 macro
292 UART_XMIT_SIZE) < WAKEUP_CHARS) in transmit_chars()

12