Home
last modified time | relevance | path

Searched refs:receive_buf (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_buffer.c444 if (count && ld->ops->receive_buf) in tty_ldisc_receive_buf()
445 ld->ops->receive_buf(ld->tty, p, f, count); in tty_ldisc_receive_buf()
452 receive_buf(struct tty_port *port, struct tty_buffer *head, int count) in receive_buf() function
461 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
513 count = receive_buf(port, head, count); in flush_to_ldisc()
H A Dn_null.c49 .receive_buf = n_null_receivebuf
H A Dn_tracerouter.c185 .receive_buf = n_tracerouter_receivebuf
H A Dtty_port.c56 .receive_buf = tty_port_default_receive_buf,
H A Dn_hdlc.c819 .receive_buf = n_hdlc_tty_receive,
/OK3568_Linux_fs/kernel/include/linux/
H A Dserdev.h28 int (*receive_buf)(struct serdev_device *, const unsigned char *, size_t); member
199 if (!serdev || !serdev->ops->receive_buf) in serdev_controller_receive_buf()
202 return serdev->ops->receive_buf(serdev, data, count); in serdev_controller_receive_buf()
H A Dtty_ldisc.h205 void (*receive_buf)(struct tty_struct *, const unsigned char *cp, member
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Dams-delta.c356 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive()
370 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive()
404 .receive_buf = cx81801_receive,
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dscd30_serial.c212 .receive_buf = scd30_serdev_receive_buf,
H A Dpms7003.c257 .receive_buf = pms7003_receive_buf,
/OK3568_Linux_fs/kernel/drivers/gnss/
H A Dserial.c93 .receive_buf = gnss_serial_receive_buf,
H A Dsirf.c184 .receive_buf = sirf_receive_buf,
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dtty.rst49 driver with a single call to receive_buf().
102 receive_buf() (optional) Called by the low-level driver to hand
112 If both receive_buf() and receive_buf2() are
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dserport.c284 .receive_buf = serport_ldisc_receive,
/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Duart.c228 .receive_buf = pn532_receive_buf,
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcx20442.c294 .receive_buf = v253_receive,
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_serdev.c290 .receive_buf = hci_uart_receive_buf,
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Duart.c464 .receive_buf = nci_uart_tty_receive,
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dserdev-ttyport.c75 .receive_buf = ttyport_receive_buf,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c171 .receive_buf = qca_tty_receive,
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_serial.c388 .receive_buf = ldisc_receive,
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_synctty.c377 .receive_buf = ppp_sync_receive,
/OK3568_Linux_fs/kernel/drivers/isdn/capi/
H A Dcapi.c427 if (ld->ops->receive_buf == NULL) { in handle_recv_skb()
456 ld->ops->receive_buf(tty, skb->data, NULL, skb->len); in handle_recv_skb()
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dslcan.c706 .receive_buf = slcan_receive_buf,
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Drave-sp.c764 .receive_buf = rave_sp_receive_buf,

12