/linux/drivers/tty/ |
A D | tty_buffer.c | 474 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 D | n_null.c | 49 .receive_buf = n_null_receivebuf
|
A D | tty_port.c | 57 .receive_buf = tty_port_default_receive_buf,
|
A D | n_hdlc.c | 822 .receive_buf = n_hdlc_tty_receive,
|
/linux/include/linux/ |
A D | serdev.h | 28 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 D | tty_ldisc.h | 207 void (*receive_buf)(struct tty_struct *, const unsigned char *cp, member
|
A D | tty_port.h | 45 int (*receive_buf)(struct tty_port *port, const unsigned char *, const unsigned char *, size_t); member
|
/linux/sound/soc/ti/ |
A D | ams-delta.c | 355 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 D | uart.c | 82 .receive_buf = s3fwrn82_uart_read,
|
/linux/drivers/iio/chemical/ |
A D | scd30_serial.c | 212 .receive_buf = scd30_serdev_receive_buf,
|
A D | pms7003.c | 257 .receive_buf = pms7003_receive_buf,
|
A D | sps30_serial.c | 271 .receive_buf = sps30_serial_receive_buf,
|
/linux/drivers/gnss/ |
A D | serial.c | 93 .receive_buf = gnss_serial_receive_buf,
|
A D | sirf.c | 184 .receive_buf = sirf_receive_buf,
|
/linux/drivers/input/serio/ |
A D | serport.c | 285 .receive_buf = serport_ldisc_receive,
|
/linux/drivers/nfc/pn533/ |
A D | uart.c | 228 .receive_buf = pn532_receive_buf,
|
/linux/Documentation/driver-api/serial/ |
A D | tty.rst | 49 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 D | cx20442.c | 287 .receive_buf = v253_receive,
|
/linux/drivers/tty/serdev/ |
A D | serdev-ttyport.c | 69 .receive_buf = ttyport_receive_buf,
|
/linux/drivers/bluetooth/ |
A D | hci_serdev.c | 290 .receive_buf = hci_uart_receive_buf,
|
/linux/net/nfc/nci/ |
A D | uart.c | 440 .receive_buf = nci_uart_tty_receive,
|
/linux/drivers/net/ethernet/qualcomm/ |
A D | qca_uart.c | 171 .receive_buf = qca_tty_receive,
|
/linux/drivers/net/caif/ |
A D | caif_serial.c | 387 .receive_buf = ldisc_receive,
|
/linux/drivers/platform/surface/aggregator/ |
A D | core.c | 244 .receive_buf = ssam_receive_buf,
|
/linux/drivers/net/ppp/ |
A D | ppp_synctty.c | 376 .receive_buf = ppp_sync_receive,
|