Searched refs:receive_buf (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.h128 frag_buf receive_buf[0x10]; member in struct:__anon4797::__anon4801
228 #define rbuf_d dev.shmem->data_buffers.receive_buf[readb(&rbuf_n)].data
229 #define rbuf_l dev.shmem->data_buffers.receive_buf[readb(&rbuf_n)].length
230 #define rbuf_f dev.shmem->data_buffers.receive_buf[readb(&rbuf_n)].endflag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty_ldisc.h79 * void (*receive_buf)(struct tty_struct *, const unsigned char *cp,
136 void (*receive_buf)(struct tty_struct *, const unsigned char *cp, member in struct:tty_ldisc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dserport.c226 .receive_buf = serport_ldisc_receive,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dselection.c298 tty->ldisc.receive_buf(tty, sel_buffer + pasted, NULL, count);
H A Dpty.c100 to->ldisc.receive_buf(to, buf, NULL, c);
H A Dn_hdlc.c198 .receive_buf = n_hdlc_tty_receive,
H A Dn_r3964.c160 .receive_buf = r3964_receive_buf,
H A Dtty_io.c2778 ld->receive_buf(tty, &ch, &mbz, 1);
3463 * while invoking the line discipline receive_buf method. The
3464 * receive_buf method is single threaded for each tty instance.
3505 disc->receive_buf(tty, char_buf, flag_buf, count);
H A Dn_tty.c392 * L_ECHO(tty) is true. Called from the driver receive_buf path.
564 * settings and character used. Called from the driver receive_buf
586 * Called from the receive_buf path so single threaded.
613 * Called from the receive_buf path so single threaded. Does not
1522 .receive_buf = n_tty_receive_buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_ldisc.c535 hci_uart_ldisc.receive_buf = hci_uart_tty_receive;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dir-usb.c455 tty->ldisc.receive_buf(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dirtty-sir.c593 .receive_buf = irtty_receive_buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_tty.c688 if (ld->receive_buf) {
689 CPC_TTY_DBG("%s: call line disc. receive_buf\n",cpc_tty->name);
690 ld->receive_buf(cpc_tty->tty, (char *)(buf->data), &flags, buf->size);
H A Dx25_asy.c777 .receive_buf = x25_asy_receive_buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dser-gigaset.c778 .receive_buf = gigaset_tty_receive,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_synctty.c425 .receive_buf = ppp_sync_receive,
H A Dppp_async.c386 .receive_buf = ppp_asynctty_receive,
H A Dslip.c1303 .receive_buf = slip_receive_buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapi.c461 if (ld->receive_buf == NULL) {
463 printk(KERN_DEBUG "capi: ldisc has no receive_buf function\n");
496 ld->receive_buf(mp->tty, skb->data, NULL, skb->len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2lib.c795 pCh->pTTY->ldisc.receive_buf( pCh->pTTY,
799 pCh->pTTY->ldisc.receive_buf( pCh->pTTY,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c597 * If ld doesn't have a pointer to a receive_buf function,
601 if (!ld->receive_buf) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A D6pack.c794 .receive_buf = sixpack_receive_buf,
H A Dmkiss.c975 .receive_buf = mkiss_receive_buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c1178 self->tty->ldisc.receive_buf(self->tty, skb->data, NULL, skb->len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c527 if (ld->receive_buf)
528 ld->receive_buf(tty, data, flags, count);

Completed in 340 milliseconds

12