/linux-4.1.27/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.1.27/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.1.27/drivers/tty/ |
D | tty_buffer.c | 406 receive_buf(struct tty_struct *tty, struct tty_buffer *head, int count) in receive_buf() function 420 disc->ops->receive_buf(tty, p, f, count); in receive_buf() 480 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 | 2555 .receive_buf = n_tty_receive_buf,
|
D | n_gsm.c | 2841 .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 | 2296 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.1.27/include/linux/ |
D | tty_ldisc.h | 208 void (*receive_buf)(struct tty_struct *, const unsigned char *cp, member
|
D | tty.h | 595 if (count && ld->ops->receive_buf) in tty_ldisc_receive_buf() 596 ld->ops->receive_buf(ld->tty, p, f, count); in tty_ldisc_receive_buf()
|
/linux-4.1.27/drivers/input/serio/ |
D | serport.c | 277 .receive_buf = serport_ldisc_receive,
|
/linux-4.1.27/sound/soc/codecs/ |
D | cx20442.c | 300 .receive_buf = v253_receive,
|
/linux-4.1.27/drivers/net/irda/ |
D | irtty-sir.c | 536 .receive_buf = irtty_receive_buf,
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_serial.c | 399 .receive_buf = ldisc_receive,
|
/linux-4.1.27/drivers/bluetooth/ |
D | hci_ldisc.c | 659 hci_uart_ldisc.receive_buf = hci_uart_tty_receive; in hci_uart_init()
|
/linux-4.1.27/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.1.27/drivers/net/can/ |
D | slcan.c | 692 .receive_buf = slcan_receive_buf,
|
/linux-4.1.27/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.1.27/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 767 .receive_buf = gigaset_tty_receive,
|
/linux-4.1.27/drivers/net/wan/ |
D | x25_asy.c | 777 .receive_buf = x25_asy_receive_buf,
|
/linux-4.1.27/drivers/misc/ti-st/ |
D | st_core.c | 836 .receive_buf = st_tty_receive,
|
/linux-4.1.27/drivers/net/hamradio/ |
D | mkiss.c | 966 .receive_buf = mkiss_receive_buf,
|
D | 6pack.c | 786 .receive_buf = sixpack_receive_buf,
|
/linux-4.1.27/drivers/net/ |
D | virtio_net.c | 432 static void receive_buf(struct virtnet_info *vi, struct receive_queue *rq, in receive_buf() function 736 receive_buf(vi, rq, buf, len); in virtnet_receive()
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 93 receive_buf() - Hand buffers of bytes from the driver to the ldisc
|
/linux-4.1.27/drivers/net/slip/ |
D | slip.c | 1291 .receive_buf = slip_receive_buf,
|
/linux-4.1.27/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.1.27/drivers/staging/dgnc/ |
D | dgnc_tty.c | 580 if (!ld->ops->receive_buf) { in dgnc_input()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.c | 1641 if (!ld->ops->receive_buf) { in dgap_input()
|