Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dserial_core.h843 #define WAKEUP_CHARS 256 macro
943 if (pending < WAKEUP_CHARS) { \
/linux/drivers/tty/serial/8250/
H A D8250_dma.c31 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in __dma_tx_complete()
H A D8250_pci1xxxx.c518 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in pci1xxxx_tx_burst()
/linux/drivers/tty/serial/
H A Dip22zilog.c412 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in ip22zilog_transmit_chars()
607 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in ip22zilog_start_tx()
H A Dsunhv.c215 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in transmit_chars()
H A Darc_uart.c178 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in arc_serial_tx_chars()
H A Dtimbuart.c130 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in timbuart_handle_tx_port()
H A Ddigicolor-usart.c210 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in digicolor_uart_tx()
H A Dclps711x.c177 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in uart_clps711x_int_tx()
H A Drsci.c468 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in rsci_transmit_chars()
H A Dmilbeaut_usio.c114 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in mlb_usio_tx_chars()
H A Dsunplus-uart.c226 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in transmit_chars()
H A 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()
H A 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()
H A 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()
H A Dmen_z135_uart.c352 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in men_z135_handle_tx()
H A Drda-uart.c354 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in rda_uart_send_chars()
H A Duartlite.c214 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in ulite_transmit()
H A 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()
H A Dmax3100.c291 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in max3100_work()
H A Dpic32_uart.c383 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in pic32_uart_do_tx()
H A Dfsl_linflexuart.c185 if (kfifo_len(&tport->xmit_fifo) < WAKEUP_CHARS) in linflex_transmit_buffer()
/linux/drivers/mmc/core/
H A Dsdio_uart.c49 #define WAKEUP_CHARS 256 macro
438 if (len < WAKEUP_CHARS) { in sdio_uart_transmit_chars()
/linux/drivers/tty/
H A Damiserial.c90 #define WAKEUP_CHARS 256 macro
290 UART_XMIT_SIZE) < WAKEUP_CHARS) in transmit_chars()
H A Dmxser.c157 #define WAKEUP_CHARS 256 macro
1546 if (kfifo_len(&port->port.xmit_fifo) < WAKEUP_CHARS) in mxser_transmit_chars()

123