/linux-4.4.14/drivers/isdn/icn/ |
D | icn.h | 128 frag_buf receive_buf[0x10]; member 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
|
/linux-4.4.14/drivers/tty/ |
D | tty_buffer.c | 415 receive_buf(struct tty_struct *tty, struct tty_buffer *head, int count) in receive_buf() function 428 if (count && disc->ops->receive_buf) in receive_buf() 429 disc->ops->receive_buf(tty, p, f, count); in receive_buf() 490 count = receive_buf(tty, head, count); in flush_to_ldisc()
|
D | n_tracerouter.c | 193 .receive_buf = n_tracerouter_receivebuf
|
D | n_hdlc.c | 234 .receive_buf = n_hdlc_tty_receive,
|
D | n_r3964.c | 156 .receive_buf = r3964_receive_buf,
|
D | n_tty.c | 2531 .receive_buf = n_tty_receive_buf,
|
D | n_gsm.c | 2840 .receive_buf = gsmld_receive_buf,
|
D | synclink_gt.c | 640 if (ld->ops->receive_buf) in ldisc_receive_buf() 641 ld->ops->receive_buf(tty, data, flags, count); in ldisc_receive_buf()
|
D | synclinkmp.c | 705 if (ld->ops->receive_buf) in ldisc_receive_buf() 706 ld->ops->receive_buf(tty, data, flags, count); in ldisc_receive_buf()
|
D | tty_io.c | 2290 ld->ops->receive_buf(tty, &ch, &mbz, 1); in tiocsti()
|
D | synclink.c | 964 if (ld->ops->receive_buf) in ldisc_receive_buf() 965 ld->ops->receive_buf(tty, data, flags, count); in ldisc_receive_buf()
|
/linux-4.4.14/sound/soc/omap/ |
D | ams-delta.c | 354 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive() 368 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive() 403 .receive_buf = cx81801_receive,
|
/linux-4.4.14/include/linux/ |
D | tty_ldisc.h | 208 void (*receive_buf)(struct tty_struct *, const unsigned char *cp, member
|
D | tty.h | 597 if (count && ld->ops->receive_buf) in tty_ldisc_receive_buf() 598 ld->ops->receive_buf(ld->tty, p, f, count); in tty_ldisc_receive_buf()
|
/linux-4.4.14/drivers/input/serio/ |
D | serport.c | 276 .receive_buf = serport_ldisc_receive,
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 46 driver with a single call to receive_buf(). 99 receive_buf() - (optional) Called by the low-level driver to hand 109 If both receive_buf() and receive_buf2() are
|
/linux-4.4.14/sound/soc/codecs/ |
D | cx20442.c | 300 .receive_buf = v253_receive,
|
/linux-4.4.14/net/nfc/nci/ |
D | uart.c | 472 .receive_buf = nci_uart_tty_receive,
|
/linux-4.4.14/drivers/net/irda/ |
D | irtty-sir.c | 536 .receive_buf = irtty_receive_buf,
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_serial.c | 399 .receive_buf = ldisc_receive,
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_synctty.c | 379 .receive_buf = ppp_sync_receive,
|
D | ppp_async.c | 387 .receive_buf = ppp_asynctty_receive,
|
/linux-4.4.14/drivers/net/can/ |
D | slcan.c | 692 .receive_buf = slcan_receive_buf,
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capi.c | 424 if (ld->ops->receive_buf == NULL) { in handle_recv_skb() 453 ld->ops->receive_buf(tty, skb->data, NULL, skb->len); in handle_recv_skb()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 742 .receive_buf = gigaset_tty_receive,
|
/linux-4.4.14/drivers/net/wan/ |
D | x25_asy.c | 773 .receive_buf = x25_asy_receive_buf,
|
/linux-4.4.14/drivers/misc/ti-st/ |
D | st_core.c | 847 .receive_buf = st_tty_receive,
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_ldisc.c | 778 hci_uart_ldisc.receive_buf = hci_uart_tty_receive; in hci_uart_init()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | mkiss.c | 972 .receive_buf = mkiss_receive_buf,
|
D | 6pack.c | 792 .receive_buf = sixpack_receive_buf,
|
/linux-4.4.14/drivers/net/ |
D | virtio_net.c | 438 static void receive_buf(struct virtnet_info *vi, struct receive_queue *rq, in receive_buf() function 742 receive_buf(vi, rq, buf, len); in virtnet_receive()
|
/linux-4.4.14/drivers/net/slip/ |
D | slip.c | 1291 .receive_buf = slip_receive_buf,
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 503 if (ld->ops->receive_buf) in ldisc_receive_buf() 504 ld->ops->receive_buf(tty, data, flags, count); in ldisc_receive_buf()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_tty.c | 581 if (!ld->ops->receive_buf) { in dgnc_input()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 1592 if (!ld->ops->receive_buf) { in dgap_input()
|