Searched refs:fifo_read (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/samples/kfifo/ |
D | inttype-example.c | 122 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function 139 .proc_read = fifo_read,
|
D | record-example.c | 136 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function 153 .proc_read = fifo_read,
|
D | bytestream-example.c | 129 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/ |
D | cros_ec_sensorhub_ring.c | 804 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/ |
D | cros_ec_commands.h | 2612 } fifo_read; member 2745 struct ec_response_motion_sense_fifo_data fifo_read; member
|