Searched refs:receive_buf (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/include/linux/
H A Dserdev.h24 * @receive_buf: Function called with data received from device;
30 size_t (*receive_buf)(struct serdev_device *, const u8 *, size_t); member in struct:serdev_device_ops
194 if (!serdev || !serdev->ops->receive_buf)
197 return serdev->ops->receive_buf(serdev, data, count);
H A Dtty_ldisc.h71 * call to @receive_buf(). Returning an error will prevent the ldisc from
164 * @receive_buf: [DRV] ``void ()(struct tty_struct *tty, const u8 *cp,
211 * not eaten by ->receive_buf() or ->receive_buf2(). It is useful for
215 * handle later a ->receive_buf() or ->receive_buf2() call for the
257 void (*receive_buf)(struct tty_struct *tty, const u8 *cp, member in struct:tty_ldisc_ops
H A Dtty_port.h42 size_t (*receive_buf)(struct tty_port *port, const u8 *cp, const u8 *fp, member in struct:tty_port_client_operations
61 * @client_ops: tty port client operations (like receive_buf, write_wakeup).
/linux-master/drivers/tty/
H A Dtty_buffer.c47 * Guarantees safe use of the &tty_ldisc_ops.receive_buf() method by excluding
390 if (count && ld->ops->receive_buf)
391 ld->ops->receive_buf(ld->tty, p, f, count);
436 receive_buf(struct tty_port *port, struct tty_buffer *head, size_t count) function
445 n = port->client_ops->receive_buf(port, p, f, count);
458 * The receive_buf() method is single threaded for each tty instance.
495 rcvd = receive_buf(port, head, count);
/linux-master/sound/soc/ti/
H A Dams-delta.c338 /* Line discipline .receive_buf() */
355 v253_ops.receive_buf(tty, cp, fp, count);
369 v253_ops.receive_buf(tty, cp, fp, count);
403 .receive_buf = cx81801_receive,
/linux-master/drivers/nfc/s3fwrn5/
H A Duart.c81 .receive_buf = s3fwrn82_uart_read,
/linux-master/drivers/input/serio/
H A Dserport.c284 .receive_buf = serport_ldisc_receive,
/linux-master/drivers/nfc/pn533/
H A Duart.c228 .receive_buf = pn532_receive_buf,
/linux-master/drivers/gnss/
H A Dserial.c93 .receive_buf = gnss_serial_receive_buf,
H A Dsirf.c184 .receive_buf = sirf_receive_buf,
/linux-master/drivers/w1/masters/
H A Dw1-uart.c314 .receive_buf = w1_uart_serdev_receive_buf,
/linux-master/drivers/iio/chemical/
H A Dscd30_serial.c212 .receive_buf = scd30_serdev_receive_buf,
H A Dpms7003.c257 .receive_buf = pms7003_receive_buf,
H A Dsps30_serial.c271 .receive_buf = sps30_serial_receive_buf,
/linux-master/net/nfc/nci/
H A Duart.c432 .receive_buf = nci_uart_tty_receive,
/linux-master/sound/soc/codecs/
H A Dcx20442.c260 /* Line discipline .receive_buf() */
287 .receive_buf = v253_receive,
/linux-master/drivers/bluetooth/
H A Dhci_serdev.c299 .receive_buf = hci_uart_receive_buf,
/linux-master/drivers/iio/imu/bno055/
H A Dbno055_ser_core.c491 .receive_buf = bno055_ser_receive_buf,
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c38 "receive_buf returns %zu (count = %zu)\n",
67 .receive_buf = ttyport_receive_buf,
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c156 .receive_buf = qca_tty_receive,
/linux-master/sound/drivers/
H A Dserial-generic.c117 .receive_buf = snd_serial_generic_receive_buf,
/linux-master/drivers/platform/chrome/
H A Dcros_ec_uart.c248 .receive_buf = cros_ec_uart_rx_bytes,
/linux-master/drivers/net/caif/
H A Dcaif_serial.c387 .receive_buf = ldisc_receive,
/linux-master/drivers/net/mctp/
H A Dmctp-serial.c504 .receive_buf = mctp_serial_tty_receive_buf,
/linux-master/drivers/platform/surface/aggregator/
H A Dcore.c248 .receive_buf = ssam_receive_buf,

Completed in 226 milliseconds

12