Home
last modified time | relevance | path

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

123

/linux-6.1.9/drivers/tty/serial/8250/
D8250_dma.c31 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __dma_tx_complete()
/linux-6.1.9/drivers/tty/serial/
Dliteuart.c145 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in liteuart_start_tx()
Dmux.c211 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mux_write()
D21285.c179 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in serial21285_tx_chars()
Dsunhv.c212 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Daltera_jtaguart.c173 if (pending < WAKEUP_CHARS) in altera_jtaguart_tx_chars()
Dtimbuart.c134 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
Darc_uart.c181 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in arc_serial_tx_chars()
Dip22zilog.c415 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_transmit_chars()
615 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ip22zilog_start_tx()
Dapbuart.c150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in apbuart_tx_chars()
Dclps711x.c177 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.c847 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_chars()
889 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_complete_tx_dma()
1019 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_dma()
1510 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_pdc()
Daltera_uart.c270 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in altera_uart_tx_chars()
Dsprd_serial.c259 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sprd_complete_tx_dma()
653 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sprd_tx()
Dmps2-uart.c150 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mps2_uart_tx_chars()
Dsunplus-uart.c226 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
Dmilbeaut_usio.c114 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mlb_usio_tx_chars()
Dvt8500_serial.c221 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in handle_tx()
Dlpc32xx_hs.c312 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in __serial_lpc32xx_tx()
Dmcf.c348 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mcf_tx_chars()
Dmxs-auart.c529 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in dma_tx_callback()
621 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mxs_auart_tx_chars()
/linux-6.1.9/drivers/mmc/core/
Dsdio_uart.c49 #define WAKEUP_CHARS 256 macro
442 if (len < WAKEUP_CHARS) { in sdio_uart_transmit_chars()
/linux-6.1.9/include/linux/
Dserial_core.h626 #define WAKEUP_CHARS 256 macro
/linux-6.1.9/drivers/tty/
Damiserial.c90 #define WAKEUP_CHARS 256 macro
292 UART_XMIT_SIZE) < WAKEUP_CHARS) in transmit_chars()

123