Home
last modified time | relevance | path

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

123

/linux-2.6.39/include/linux/
Disicom.h29 #define WAKEUP_CHARS 256 /* hard coded for now */ macro
Dserial_core.h391 #define WAKEUP_CHARS 256 macro
/linux-2.6.39/drivers/net/wan/
Dz85230.h431 #define WAKEUP_CHARS 256 macro
/linux-2.6.39/drivers/tty/serial/
Dmux.c228 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mux_write()
D21285.c149 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in serial21285_tx_chars()
Daltera_jtaguart.c173 if (pending < WAKEUP_CHARS) in altera_jtaguart_tx_chars()
Dclps711x.c173 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in clps711xuart_int_tx()
Dsunhv.c209 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in transmit_chars()
D68328serial.c84 #define WAKEUP_CHARS 256 macro
343 if (info->xmit_cnt < WAKEUP_CHARS) in transmit_chars()
Dip22zilog.c423 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.c158 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in apbuart_tx_chars()
Dtimbuart.c145 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in timbuart_handle_tx_port()
Dsn_console.c605 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in sn_transmit_chars()
Duartlite.c138 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ulite_transmit()
Dserial_ks8695.c238 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in ks8695uart_tx_chars()
Dvt8500_serial.c200 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in handle_tx()
Dimx.c339 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_transmit_buffer()
420 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in imx_txint()
Daltera_uart.c260 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in altera_uart_tx_chars()
Dmcf.c339 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in mcf_tx_chars()
Dnetx-serial.c197 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in netx_txint()
Datmel_serial.c542 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_chars()
691 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in atmel_tx_dma()
Dbfin_5xx.c365 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in bfin_serial_tx_chars()
554 if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) in bfin_serial_dma_tx_int()
/linux-2.6.39/drivers/isdn/hisax/
Delsa_ser.c15 #define WAKEUP_CHARS (MAX_MODEM_BUF/2) macro
373 if ((cs->hw.elsa.transcnt < WAKEUP_CHARS) && (cs->hw.elsa.MFlag==2)) in transmit_chars()
/linux-2.6.39/drivers/mmc/card/
Dsdio_uart.c52 #define WAKEUP_CHARS 256 macro
482 if (len < WAKEUP_CHARS) { in sdio_uart_transmit_chars()
/linux-2.6.39/drivers/tty/
Drocket_int.h1163 #define WAKEUP_CHARS 256 macro

123