Home
last modified time | relevance | path

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

1234

/Linux-v5.4/include/linux/
Disicom.h30 #define WAKEUP_CHARS 256 /* hard coded for now */ macro
Dserial_core.h298 #define WAKEUP_CHARS 256 macro
/Linux-v5.4/drivers/net/wan/
Dz85230.h431 #define WAKEUP_CHARS 256 macro
/Linux-v5.4/drivers/tty/serial/8250/
D8250_dma.c33 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
/Linux-v5.4/drivers/tty/serial/
Dmux.c215 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mux_write()
Dfsl_linflexuart.c188 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in linflex_transmit_buffer()
234 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in linflex_txint()
D21285.c144 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in serial21285_tx_chars()
Dsunhv.c216 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Daltera_jtaguart.c168 if (pending < WAKEUP_CHARS) in altera_jtaguart_tx_chars()
Dtimbuart.c136 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
Darc_uart.c185 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
Dip22zilog.c419 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_transmit_chars()
619 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_start_tx()
Dapbuart.c156 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in apbuart_tx_chars()
Dclps711x.c181 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in uart_clps711x_int_tx()
Ddigicolor-usart.c212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in digicolor_uart_tx()
Datmel_serial.c851 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_chars()
883 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()
1496 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_pdc()
Dsprd_serial.c263 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sprd_complete_tx_dma()
657 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sprd_tx()
Daltera_uart.c274 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in altera_uart_tx_chars()
Dmps2-uart.c150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mps2_uart_tx_chars()
Dvt8500_serial.c220 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in handle_tx()
Dar933x_uart.c364 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ar933x_uart_tx_chars()
Dlpc32xx_hs.c309 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __serial_lpc32xx_tx()
Dmcf.c350 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mcf_tx_chars()
/Linux-v5.4/drivers/mmc/core/
Dsdio_uart.c48 #define WAKEUP_CHARS 256 macro
455 if (len < WAKEUP_CHARS) { in sdio_uart_transmit_chars()
/Linux-v5.4/drivers/tty/
Drocket_int.h1163 #define WAKEUP_CHARS 256 macro

1234