Searched refs:WAKEUP_CHARS (Results 76 - 83 of 83) sorted by relevance

1234

/drivers/tty/serial/
H A Dmpc52xx_uart.c1463 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmpsc.c1147 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
H A Dmsm_serial_hs.c1231 if (uart_circ_chars_pending(tx_buf) < WAKEUP_CHARS)
H A Domap-serial.c409 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
/drivers/char/pcmcia/
H A Dsynclink_cs.c464 #define WAKEUP_CHARS 256 macro
1036 if (info->tx_count < WAKEUP_CHARS)
/drivers/tty/
H A Dsynclink.c906 #define WAKEUP_CHARS 256 macro
1419 if (info->xmit_cnt < WAKEUP_CHARS)
H A Dsynclinkmp.c501 #define WAKEUP_CHARS 256 macro
2343 if (info->tx_count < WAKEUP_CHARS)
/drivers/tty/serial/8250/
H A D8250_core.c1529 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)

Completed in 236 milliseconds

1234