/linux-2.4.37.9/drivers/s390/char/ |
D | hwc_tty.c | 196 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in hwc_tty_input() 208 memset (tty->flip.flag_buf_ptr, TTY_NORMAL, count); in hwc_tty_input() 210 tty->flip.flag_buf_ptr += count; in hwc_tty_input()
|
D | tubtty.c | 915 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in tty3270_do_enter() 929 memset(tty->flip.flag_buf_ptr, TTY_NORMAL, count); in tty3270_do_enter() 931 tty->flip.flag_buf_ptr += count; in tty3270_do_enter()
|
D | con3215.c | 481 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in raw3215_irq() 494 memset(tty->flip.flag_buf_ptr, in raw3215_irq() 500 tty->flip.flag_buf_ptr += count; in raw3215_irq()
|
/linux-2.4.37.9/drivers/char/ |
D | sh-sci.c | 762 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in sci_receive_chars() 810 *tty->flip.flag_buf_ptr++ = TTY_FRAME; in sci_receive_chars() 813 *tty->flip.flag_buf_ptr++ = TTY_PARITY; in sci_receive_chars() 816 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in sci_receive_chars() 828 tty->flip.flag_buf_ptr[TTY_FLIPBUF_SIZE - 1] = TTY_OVERRUN; in sci_receive_chars() 852 *tty->flip.flag_buf_ptr++ = TTY_OVERRUN; in sci_handle_errors() 860 *tty->flip.flag_buf_ptr++ = TTY_BREAK; in sci_handle_errors() 866 *tty->flip.flag_buf_ptr++ = TTY_FRAME; in sci_handle_errors() 874 *tty->flip.flag_buf_ptr++ = TTY_PARITY; in sci_handle_errors() 912 *tty->flip.flag_buf_ptr++ = TTY_BREAK; in sci_handle_breaks() [all …]
|
D | mux.c | 109 *tty->flip.flag_buf_ptr = 0; in mux_read_fifo() 118 *tty->flip.flag_buf_ptr = TTY_BREAK; in mux_read_fifo() 131 tty->flip.flag_buf_ptr++; in mux_read_fifo()
|
D | dz.c | 231 *tty->flip.flag_buf_ptr = 0; in receive_chars() 256 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_chars() 261 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars() 272 tty->flip.flag_buf_ptr++; in receive_chars() 274 *tty->flip.flag_buf_ptr = TTY_OVERRUN; in receive_chars() 278 tty->flip.flag_buf_ptr++; in receive_chars()
|
D | esp.c | 362 *(tty->flip.flag_buf_ptr++) = TTY_BREAK; in receive_chars_pio() 368 *(tty->flip.flag_buf_ptr++) = TTY_FRAME; in receive_chars_pio() 370 *(tty->flip.flag_buf_ptr++) = TTY_PARITY; in receive_chars_pio() 372 *(tty->flip.flag_buf_ptr++) = 0; in receive_chars_pio() 425 memset(tty->flip.flag_buf_ptr, 0, num_bytes); in receive_chars_dma_done() 426 tty->flip.flag_buf_ptr += num_bytes; in receive_chars_dma_done() 429 tty->flip.flag_buf_ptr--; in receive_chars_dma_done() 436 tty->flip.flag_buf_ptr--; in receive_chars_dma_done() 438 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_chars_dma_done() 443 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars_dma_done() [all …]
|
D | serial_txx9.c | 341 *tty->flip.flag_buf_ptr = 0; in receive_chars() 383 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_chars() 385 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_chars() 387 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars() 401 tty->flip.flag_buf_ptr++; in receive_chars() 412 *tty->flip.flag_buf_ptr = TTY_OVERRUN; in receive_chars() 414 tty->flip.flag_buf_ptr++; in receive_chars()
|
D | vme_scc.c | 466 *tty->flip.flag_buf_ptr = 0; in scc_rx_int() 467 tty->flip.flag_buf_ptr++; in scc_rx_int() 518 *tty->flip.flag_buf_ptr = err; in scc_spcond_int() 519 tty->flip.flag_buf_ptr++; in scc_spcond_int()
|
D | pdc_console.c | 162 *tty->flip.flag_buf_ptr = 0; in receive_chars() 164 tty->flip.flag_buf_ptr++; in receive_chars()
|
D | serial_txx927.c | 345 *tty->flip.flag_buf_ptr = 0; in receive_chars() 377 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_chars() 381 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_chars() 383 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars() 392 tty->flip.flag_buf_ptr++; in receive_chars() 394 *tty->flip.flag_buf_ptr = TTY_OVERRUN; in receive_chars() 398 tty->flip.flag_buf_ptr++; in receive_chars()
|
D | amiserial.c | 313 *tty->flip.flag_buf_ptr = 0; in receive_chars() 350 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_chars() 354 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_chars() 356 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars() 365 tty->flip.flag_buf_ptr++; in receive_chars() 367 *tty->flip.flag_buf_ptr = TTY_OVERRUN; in receive_chars() 371 tty->flip.flag_buf_ptr++; in receive_chars()
|
D | serial167.c | 448 *tty->flip.flag_buf_ptr++ = TTY_BREAK; in cd2401_rxerr_interrupt() 454 *tty->flip.flag_buf_ptr++ = TTY_FRAME; in cd2401_rxerr_interrupt() 457 *tty->flip.flag_buf_ptr++ = TTY_PARITY; in cd2401_rxerr_interrupt() 460 *tty->flip.flag_buf_ptr++ = TTY_OVERRUN; in cd2401_rxerr_interrupt() 469 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in cd2401_rxerr_interrupt() 477 *tty->flip.flag_buf_ptr++ = 0; in cd2401_rxerr_interrupt() 481 *tty->flip.flag_buf_ptr++ = 0; in cd2401_rxerr_interrupt() 716 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in cd2401_rx_interrupt()
|
D | riscom8.c | 417 *tty->flip.flag_buf_ptr++ = TTY_BREAK; in rc_receive_exc() 422 *tty->flip.flag_buf_ptr++ = TTY_PARITY; in rc_receive_exc() 425 *tty->flip.flag_buf_ptr++ = TTY_FRAME; in rc_receive_exc() 428 *tty->flip.flag_buf_ptr++ = TTY_OVERRUN; in rc_receive_exc() 431 *tty->flip.flag_buf_ptr++ = 0; in rc_receive_exc() 463 *tty->flip.flag_buf_ptr++ = 0; in rc_receive()
|
D | vac-serial.c | 354 *tty->flip.flag_buf_ptr = 0; in receive_chars() 389 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_chars() 393 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_chars() 395 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars() 404 tty->flip.flag_buf_ptr++; in receive_chars() 406 *tty->flip.flag_buf_ptr = TTY_OVERRUN; in receive_chars() 410 tty->flip.flag_buf_ptr++; in receive_chars()
|
D | cyclades.c | 1201 *tty->flip.flag_buf_ptr++ = in cyy_interrupt() 1210 *tty->flip.flag_buf_ptr++ = in cyy_interrupt() 1217 *tty->flip.flag_buf_ptr++ = in cyy_interrupt() 1224 *tty->flip.flag_buf_ptr++ = in cyy_interrupt() 1235 *tty->flip.flag_buf_ptr++ = in cyy_interrupt() 1247 *tty->flip.flag_buf_ptr++ = 0; in cyy_interrupt() 1252 *tty->flip.flag_buf_ptr++ = 0; in cyy_interrupt() 1282 *tty->flip.flag_buf_ptr++ = TTY_NORMAL; in cyy_interrupt() 1637 memset(tty->flip.flag_buf_ptr, TTY_NORMAL, small_count); in cyz_handle_rx() 1638 tty->flip.flag_buf_ptr += small_count; in cyz_handle_rx() [all …]
|
D | mxser.c | 1411 *tty->flip.flag_buf_ptr++ = TTY_BREAK; in mxser_receive_chars() 1415 *tty->flip.flag_buf_ptr++ = TTY_PARITY; in mxser_receive_chars() 1417 *tty->flip.flag_buf_ptr++ = TTY_FRAME; in mxser_receive_chars() 1419 *tty->flip.flag_buf_ptr++ = TTY_OVERRUN; in mxser_receive_chars() 1421 *tty->flip.flag_buf_ptr++ = 0; in mxser_receive_chars() 1423 *tty->flip.flag_buf_ptr++ = 0; in mxser_receive_chars()
|
D | specialix.c | 682 *tty->flip.flag_buf_ptr++ = TTY_BREAK; in sx_receive_exc() 687 *tty->flip.flag_buf_ptr++ = TTY_PARITY; in sx_receive_exc() 690 *tty->flip.flag_buf_ptr++ = TTY_FRAME; in sx_receive_exc() 693 *tty->flip.flag_buf_ptr++ = TTY_OVERRUN; in sx_receive_exc() 696 *tty->flip.flag_buf_ptr++ = 0; in sx_receive_exc() 728 *tty->flip.flag_buf_ptr++ = 0; in sx_receive()
|
/linux-2.4.37.9/include/linux/ |
D | tty_flip.h | 15 *tty->flip.flag_buf_ptr++ = flag; in tty_insert_flip_char()
|
/linux-2.4.37.9/arch/ppc/8xx_io/ |
D | uart.c | 455 *tty->flip.flag_buf_ptr = 0; in receive_chars() 486 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_chars() 490 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_chars() 492 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars() 501 tty->flip.flag_buf_ptr++; in receive_chars() 503 *tty->flip.flag_buf_ptr = in receive_chars() 522 tty->flip.flag_buf_ptr++; in receive_chars() 567 *(tty->flip.flag_buf_ptr++) = TTY_BREAK; in receive_break()
|
/linux-2.4.37.9/arch/ppc/cpm2_io/ |
D | uart.c | 433 *tty->flip.flag_buf_ptr = 0; in receive_chars() 464 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_chars() 468 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_chars() 470 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_chars() 479 tty->flip.flag_buf_ptr++; in receive_chars() 481 *tty->flip.flag_buf_ptr = in receive_chars() 502 tty->flip.flag_buf_ptr++; in receive_chars() 549 *(tty->flip.flag_buf_ptr++) = TTY_BREAK; in receive_break()
|
/linux-2.4.37.9/drivers/s390/net/ |
D | ctctty.c | 147 memset(tty->flip.flag_buf_ptr, 0, len); in ctc_tty_try_read() 150 tty->flip.flag_buf_ptr += len; in ctc_tty_try_read() 191 memset(tty->flip.flag_buf_ptr, 0, len); in ctc_tty_readmodem() 194 tty->flip.flag_buf_ptr += len; in ctc_tty_readmodem()
|
/linux-2.4.37.9/arch/cris/drivers/ |
D | serial.c | 2232 *tty->flip.flag_buf_ptr = flag; in add_char_and_flag() 2233 tty->flip.flag_buf_ptr++; in add_char_and_flag() 2647 memset(tty->flip.flag_buf_ptr + length, TTY_NORMAL, count); in flush_to_flip_buffer() 2648 tty->flip.flag_buf_ptr[length] = buffer->error; in flush_to_flip_buffer() 2942 *tty->flip.flag_buf_ptr = TTY_BREAK; in handle_ser_rx_interrupt_no_dma() 2943 tty->flip.flag_buf_ptr++; in handle_ser_rx_interrupt_no_dma() 2952 *tty->flip.flag_buf_ptr = TTY_PARITY; in handle_ser_rx_interrupt_no_dma() 2955 *tty->flip.flag_buf_ptr = TTY_OVERRUN; in handle_ser_rx_interrupt_no_dma() 2958 *tty->flip.flag_buf_ptr = TTY_FRAME; in handle_ser_rx_interrupt_no_dma() 2976 *tty->flip.flag_buf_ptr = 0; in handle_ser_rx_interrupt_no_dma() [all …]
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | su.c | 409 *tty->flip.flag_buf_ptr = 0; in receive_serial_chars() 445 *tty->flip.flag_buf_ptr = TTY_BREAK; in receive_serial_chars() 449 *tty->flip.flag_buf_ptr = TTY_PARITY; in receive_serial_chars() 451 *tty->flip.flag_buf_ptr = TTY_FRAME; in receive_serial_chars() 460 tty->flip.flag_buf_ptr++; in receive_serial_chars() 462 *tty->flip.flag_buf_ptr = TTY_OVERRUN; in receive_serial_chars() 466 tty->flip.flag_buf_ptr++; in receive_serial_chars()
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | digi_acceleport.c | 945 memcpy( tty->flip.flag_buf_ptr, priv->dp_in_flag_buf, len ); in digi_rx_unthrottle() 947 tty->flip.flag_buf_ptr += len; in digi_rx_unthrottle() 1893 memset( tty->flip.flag_buf_ptr, flag, len ); in digi_read_inb_callback() 1895 tty->flip.flag_buf_ptr += len; in digi_read_inb_callback()
|