/openbmc/linux/include/linux/ |
H A D | serdev.h | 30 int (*receive_buf)(struct serdev_device *, const unsigned char *, size_t); member 190 if (!serdev || !serdev->ops->receive_buf) in serdev_controller_receive_buf() 193 return serdev->ops->receive_buf(serdev, data, count); in serdev_controller_receive_buf()
|
H A D | tty_ldisc.h | 257 void (*receive_buf)(struct tty_struct *tty, const u8 *cp, member
|
H A D | tty_port.h | 42 size_t (*receive_buf)(struct tty_port *port, const u8 *cp, const u8 *fp, member
|
/openbmc/linux/drivers/tty/ |
H A D | tty_buffer.c | 390 if (count && ld->ops->receive_buf) in tty_ldisc_receive_buf() 391 ld->ops->receive_buf(ld->tty, p, f, count); in tty_ldisc_receive_buf() 436 receive_buf(struct tty_port *port, struct tty_buffer *head, size_t count) in receive_buf() function 445 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf() 495 rcvd = receive_buf(port, head, count); in flush_to_ldisc()
|
/openbmc/linux/sound/soc/ti/ |
H A D | ams-delta.c | 357 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive() 371 v253_ops.receive_buf(tty, cp, fp, count); in cx81801_receive() 405 .receive_buf = cx81801_receive,
|
/openbmc/linux/drivers/nfc/s3fwrn5/ |
H A D | uart.c | 82 .receive_buf = s3fwrn82_uart_read,
|
/openbmc/linux/drivers/gnss/ |
H A D | serial.c | 93 .receive_buf = gnss_serial_receive_buf,
|
H A D | sirf.c | 184 .receive_buf = sirf_receive_buf,
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | scd30_serial.c | 212 .receive_buf = scd30_serdev_receive_buf,
|
H A D | pms7003.c | 257 .receive_buf = pms7003_receive_buf,
|
H A D | sps30_serial.c | 271 .receive_buf = sps30_serial_receive_buf,
|
/openbmc/linux/drivers/input/serio/ |
H A D | serport.c | 284 .receive_buf = serport_ldisc_receive,
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | uart.c | 228 .receive_buf = pn532_receive_buf,
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_uart.c | 249 .receive_buf = cros_ec_uart_rx_bytes,
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cx20442.c | 287 .receive_buf = v253_receive,
|
/openbmc/linux/drivers/net/ethernet/qualcomm/ |
H A D | qca_uart.c | 170 .receive_buf = qca_tty_receive,
|
/openbmc/linux/sound/drivers/ |
H A D | serial-generic.c | 117 .receive_buf = snd_serial_generic_receive_buf,
|
/openbmc/linux/drivers/iio/imu/bno055/ |
H A D | bno055_ser_core.c | 491 .receive_buf = bno055_ser_receive_buf,
|
/openbmc/linux/net/nfc/nci/ |
H A D | uart.c | 432 .receive_buf = nci_uart_tty_receive,
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 69 .receive_buf = ttyport_receive_buf,
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_serdev.c | 299 .receive_buf = hci_uart_receive_buf,
|
/openbmc/linux/drivers/net/caif/ |
H A D | caif_serial.c | 387 .receive_buf = ldisc_receive,
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | core.c | 248 .receive_buf = ssam_receive_buf,
|
/openbmc/linux/drivers/net/mctp/ |
H A D | mctp-serial.c | 504 .receive_buf = mctp_serial_tty_receive_buf,
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_synctty.c | 366 .receive_buf = ppp_sync_receive,
|