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

123

/linux-master/include/linux/
H A Dserial_core.h713 #define WAKEUP_CHARS 256 macro
789 if (pending < WAKEUP_CHARS) { \
/linux-master/drivers/tty/serial/8250/
H A D8250_dma.c31 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A D8250_pci1xxxx.c471 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
/linux-master/drivers/tty/serial/
H A Darc_uart.c180 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dsunhv.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dtimbuart.c133 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dip22zilog.c414 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
613 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmen_z135_uart.c358 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dclps711x.c177 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Ddigicolor-usart.c210 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmilbeaut_usio.c113 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dsunplus-uart.c224 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Datmel_serial.c876 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
1006 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
1501 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dserial-tegra.c528 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
635 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dsunzilog.c513 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
713 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dqcom_geni_serial.c936 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
953 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmsm_serial.c475 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
873 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dpmac_zilog.c401 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
617 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmax3100.c310 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dsb1250-duart.c405 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Duartlite.c211 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c49 #define WAKEUP_CHARS 256 macro
438 if (len < WAKEUP_CHARS) {
/linux-master/drivers/tty/
H A Damiserial.c90 #define WAKEUP_CHARS 256 macro
290 UART_XMIT_SIZE) < WAKEUP_CHARS)
H A Dn_tty.c57 #define WAKEUP_CHARS 256 macro
2468 tty_chars_in_buffer(tty) < WAKEUP_CHARS &&
H A Dmxser.c157 #define WAKEUP_CHARS 256 macro
1597 if (kfifo_len(&port->port.xmit_fifo) < WAKEUP_CHARS)

Completed in 470 milliseconds

123