Searched refs:flag_buf_ptr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty_flip.h16 tb->flag_buf_ptr[tb->used] = flag;
H A Dtty.h66 unsigned char *flag_buf_ptr; member in struct:tty_buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c2134 *tty->flip.flag_buf_ptr = flag;
2135 tty->flip.flag_buf_ptr++;
2529 memset(tty->flip.flag_buf_ptr + length, TTY_NORMAL, count);
2530 tty->flip.flag_buf_ptr[length] = buffer->error;
2781 *tty->flip.flag_buf_ptr = TTY_BREAK;
2782 tty->flip.flag_buf_ptr++;
2791 *tty->flip.flag_buf_ptr = TTY_PARITY;
2794 *tty->flip.flag_buf_ptr = TTY_OVERRUN;
2797 *tty->flip.flag_buf_ptr = TTY_FRAME;
2815 *tty->flip.flag_buf_ptr
[all...]
H A D68360serial.c430 *tty->flip.flag_buf_ptr = TTY_BREAK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c341 p->flag_buf_ptr = (unsigned char *)p->char_buf_ptr + size;
496 memset(tb->flag_buf_ptr + tb->used, TTY_NORMAL, space);
532 memcpy(tb->flag_buf_ptr + tb->used, flags, space);
587 memset(tb->flag_buf_ptr + tb->used, TTY_NORMAL, space);
617 *flags = tb->flag_buf_ptr + tb->used;
3502 flag_buf = head->flag_buf_ptr + head->read;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c452 *tty->flip.flag_buf_ptr++ = flg;
501 *tty->flip.flag_buf_ptr++ = flg;

Completed in 99 milliseconds