Home
last modified time | relevance | path

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

12

/linux/drivers/tty/
A Dtty_buffer.c474 if (count && ld->ops->receive_buf) in tty_ldisc_receive_buf()
475 ld->ops->receive_buf(ld->tty, p, f, count); in tty_ldisc_receive_buf()
482 receive_buf(struct tty_port *port, struct tty_buffer *head, int count) in receive_buf() function
491 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
543 count = receive_buf(port, head, count); in flush_to_ldisc()
A Dn_null.c49 .receive_buf = n_null_receivebuf
A Dtty_port.c57 .receive_buf = tty_port_default_receive_buf,
A Dn_hdlc.c822 .receive_buf = n_hdlc_tty_receive,
/linux/include/linux/
A Dserdev.h28 int (*receive_buf)(struct serdev_device *, const unsigned char *, size_t); member
187 if (!serdev || !serdev->ops->receive_buf) in serdev_controller_receive_buf()
190 return serdev->ops->receive_buf(serdev, data, count); in serdev_controller_receive_buf()
A Dtty_ldisc.h207 void (*receive_buf)(struct tty_struct *, const unsigned char *cp, member
A Dtty_port.h45 int (*receive_buf)(struct tty_port *port, const unsigned char *, const unsigned char *, size_t); member
/linux/sound/soc/ti/
A Dams-delta.c355 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive()
369 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive()
403 .receive_buf = cx81801_receive,
/linux/drivers/nfc/s3fwrn5/
A Duart.c82 .receive_buf = s3fwrn82_uart_read,
/linux/drivers/iio/chemical/
A Dscd30_serial.c212 .receive_buf = scd30_serdev_receive_buf,
A Dpms7003.c257 .receive_buf = pms7003_receive_buf,
A Dsps30_serial.c271 .receive_buf = sps30_serial_receive_buf,
/linux/drivers/gnss/
A Dserial.c93 .receive_buf = gnss_serial_receive_buf,
A Dsirf.c184 .receive_buf = sirf_receive_buf,
/linux/drivers/input/serio/
A Dserport.c285 .receive_buf = serport_ldisc_receive,
/linux/drivers/nfc/pn533/
A Duart.c228 .receive_buf = pn532_receive_buf,
/linux/Documentation/driver-api/serial/
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
/linux/sound/soc/codecs/
A Dcx20442.c287 .receive_buf = v253_receive,
/linux/drivers/tty/serdev/
A Dserdev-ttyport.c69 .receive_buf = ttyport_receive_buf,
/linux/drivers/bluetooth/
A Dhci_serdev.c290 .receive_buf = hci_uart_receive_buf,
/linux/net/nfc/nci/
A Duart.c440 .receive_buf = nci_uart_tty_receive,
/linux/drivers/net/ethernet/qualcomm/
A Dqca_uart.c171 .receive_buf = qca_tty_receive,
/linux/drivers/net/caif/
A Dcaif_serial.c387 .receive_buf = ldisc_receive,
/linux/drivers/platform/surface/aggregator/
A Dcore.c244 .receive_buf = ssam_receive_buf,
/linux/drivers/net/ppp/
A Dppp_synctty.c376 .receive_buf = ppp_sync_receive,

Completed in 52 milliseconds

12