Searched refs:fifo_read (Results 1 - 6 of 6) sorted by relevance

/linux-master/samples/kfifo/
H A Dbytestream-example.c131 static ssize_t fifo_read(struct file *file, char __user *buf, function
150 .proc_read = fifo_read,
H A Dinttype-example.c124 static ssize_t fifo_read(struct file *file, char __user *buf, function
143 .proc_read = fifo_read,
H A Drecord-example.c138 static ssize_t fifo_read(struct file *file, char __user *buf, function
157 .proc_read = fifo_read,
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c847 sensorhub->params->fifo_read.max_data_vector =
852 sizeof(sensorhub->resp->fifo_read) +
853 sensorhub->params->fifo_read.max_data_vector *
860 number_data = sensorhub->resp->fifo_read.number_data;
880 for (in = sensorhub->resp->fifo_read.data, j = 0;
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c217 * fifo_write() and fifo_read() are NOT reentrant (i.e. concurrent multiple
276 static int fifo_read(struct xillyfifo *fifo, function
341 * fifo_write() and fifo_read(), so that they can work directly with
826 count = fifo_read(&ep->fifo, xb->buf, max_read, xilly_memcpy);
829 * xilly_memcpy always returns 0 => fifo_read can't fail =>
1462 rc = fifo_read(fifo, (__force void *)userbuf + bytes_done,
1531 * fifo_read() returned, but not necessarily right now. Error
1537 /* Has data slipped into the FIFO since fifo_read()? */
2062 fifo_read(&idt_fifo, idt, idt_len, xilly_memcpy);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h2640 } fifo_read; member in union:ec_params_motion_sense::__anon1201
2773 struct ec_response_motion_sense_fifo_data fifo_read; member in union:ec_response_motion_sense::__anon1202

Completed in 225 milliseconds