Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/kfifo/
H A Dinttype-example.c124 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function
143 .proc_read = fifo_read,
H A Drecord-example.c138 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read() function
157 .proc_read = fifo_read,
H A Dbytestream-example.c131 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 Dfifo.h92 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 Drate_poly_fir.h58 fifo_read(&p->fifo, (int)at, NULL); in FUNCTION()
75 fifo_read(&p->fifo, p->at.parts.integer, NULL); in FUNCTION()
H A Ddft_filter.c59 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 Drate_half_fir.h34 fifo_read(&p->fifo, 2 * num_out, NULL); in FUNCTION()
H A Drate_poly_fir0.h41 fifo_read(&p->fifo, divided2.quot, NULL); in FUNCTION()
H A Dtempo.c131 fifo_read(&t->input_fifo, skip, NULL); in tempo_process()
144 return fifo_read(&t->output_fifo, *n, samples); in tempo_output()
H A Drate.c140 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 Dreverb.c153 fifo_read(&p->input_fifo, length, NULL); in reverb_process()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c819 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 Dcros_ec_commands.h2612 } fifo_read; member
2745 struct ec_response_motion_sense_fifo_data fifo_read; member