Home
last modified time | relevance | path

Searched refs:fifo_read (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/samples/kfifo/
Dinttype-example.c122 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function
139 .proc_read = fifo_read,
Drecord-example.c136 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function
153 .proc_read = fifo_read,
Dbytestream-example.c129 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function
146 .proc_read = fifo_read,
/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_sensorhub_ring.c804 sensorhub->params->fifo_read.max_data_vector = in cros_ec_sensorhub_ring_handler()
809 sizeof(sensorhub->resp->fifo_read) + in cros_ec_sensorhub_ring_handler()
810 sensorhub->params->fifo_read.max_data_vector * in cros_ec_sensorhub_ring_handler()
817 number_data = sensorhub->resp->fifo_read.number_data; in cros_ec_sensorhub_ring_handler()
837 for (in = sensorhub->resp->fifo_read.data, j = 0; in cros_ec_sensorhub_ring_handler()
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_commands.h2612 } fifo_read; member
2745 struct ec_response_motion_sense_fifo_data fifo_read; member