Searched refs:fifo_read (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/kfifo/ |
| H A D | inttype-example.c | 124 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function 143 .proc_read = fifo_read,
|
| H A D | record-example.c | 138 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function 157 .proc_read = fifo_read,
|
| H A D | bytestream-example.c | 131 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function 150 .proc_read = fifo_read,
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fifo.h | 92 UNUSED static void * fifo_read(fifo_t * f, FIFO_SIZE_T n, void * data) in fifo_read() function 104 #define fifo_read_ptr(f) fifo_read(f, (FIFO_SIZE_T)0, NULL)
|
| H A D | rate_poly_fir.h | 58 fifo_read(&p->fifo, (int)at, NULL); in FUNCTION() 75 fifo_read(&p->fifo, p->at.parts.integer, NULL); in FUNCTION()
|
| H A D | dft_filter.c | 59 fifo_read(&p->input_fifo, f->dft_length - overlap, NULL); in filter() 84 double const * s = fifo_read(&p->output_fifo, (int)odone, NULL); in flow()
|
| H A D | rate_half_fir.h | 34 fifo_read(&p->fifo, 2 * num_out, NULL); in FUNCTION()
|
| H A D | rate_poly_fir0.h | 41 fifo_read(&p->fifo, divided2.quot, NULL); in FUNCTION()
|
| H A D | tempo.c | 131 fifo_read(&t->input_fifo, skip, NULL); in tempo_process() 144 return fifo_read(&t->output_fifo, *n, samples); in tempo_output()
|
| H A D | rate.c | 140 fifo_read(&p->fifo, p->at.parts.integer, NULL); in cubic_stage_fn() 155 fifo_read(&p->fifo, divd.quot, NULL); in dft_stage_fn() 479 return fifo_read(fifo, (int)*n, samples); in rate_output()
|
| H A D | reverb.c | 153 fifo_read(&p->input_fifo, length, NULL); in reverb_process()
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_sensorhub_ring.c | 819 sensorhub->params->fifo_read.max_data_vector = in cros_ec_sensorhub_ring_handler() 824 sizeof(sensorhub->resp->fifo_read) + in cros_ec_sensorhub_ring_handler() 825 sensorhub->params->fifo_read.max_data_vector * in cros_ec_sensorhub_ring_handler() 832 number_data = sensorhub->resp->fifo_read.number_data; in cros_ec_sensorhub_ring_handler() 852 for (in = sensorhub->resp->fifo_read.data, j = 0; in cros_ec_sensorhub_ring_handler()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 2612 } fifo_read; member 2745 struct ec_response_motion_sense_fifo_data fifo_read; member
|