Home
last modified time | relevance | path

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

123

/linux-6.12.1/include/linux/
Dserial_core.h824 #define WAKEUP_CHARS 256 macro
924 if (pending < WAKEUP_CHARS) { \
/linux-6.12.1/drivers/tty/serial/8250/
D8250_dma.c31 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in __dma_tx_complete()
D8250_pci1xxxx.c464 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in pci1xxxx_tx_burst()
/linux-6.12.1/drivers/mmc/core/
Dsdio_uart.c49 #define WAKEUP_CHARS 256 macro
438 if (len < WAKEUP_CHARS) { in sdio_uart_transmit_chars()
/linux-6.12.1/drivers/tty/serial/
Dsunhv.c215 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in transmit_chars()
Dip22zilog.c413 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in ip22zilog_transmit_chars()
611 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in ip22zilog_start_tx()
Dtimbuart.c130 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in timbuart_handle_tx_port()
Darc_uart.c178 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in arc_serial_tx_chars()
Ddigicolor-usart.c210 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in digicolor_uart_tx()
Dclps711x.c177 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in uart_clps711x_int_tx()
Dsunplus-uart.c226 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in transmit_chars()
Dmilbeaut_usio.c114 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in mlb_usio_tx_chars()
Dpmac_zilog.c401 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in pmz_transmit_chars()
617 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in pmz_start_tx()
Dserial-tegra.c528 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in tegra_uart_tx_dma_complete()
641 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in tegra_uart_handle_tx_pio()
Dsunzilog.c513 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in sunzilog_transmit_chars()
712 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in sunzilog_start_tx()
Dar933x_uart.c430 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in ar933x_uart_tx_chars()
Drda-uart.c354 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in rda_uart_send_chars()
Dmen_z135_uart.c352 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in men_z135_handle_tx()
Duartlite.c214 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in ulite_transmit()
Datmel_serial.c878 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in atmel_complete_tx_dma()
1008 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in atmel_tx_dma()
1485 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in atmel_tx_pdc()
Dmsm_serial.c489 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in msm_complete_tx_dma()
885 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in msm_handle_tx_pio()
Dqcom_geni_serial.c988 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_fifo()
1005 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in qcom_geni_serial_handle_tx_dma()
Dmeson_uart.c173 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in meson_uart_start_tx()
Dfsl_linflexuart.c185 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in linflex_transmit_buffer()
/linux-6.12.1/drivers/tty/
Damiserial.c90 #define WAKEUP_CHARS 256 macro
290 UART_XMIT_SIZE) < WAKEUP_CHARS) in transmit_chars()

123