/openbmc/linux/drivers/misc/echo/ |
H A D | fir.h | 43 int curr_pos; member 55 int curr_pos; member 66 int curr_pos; member 75 fir->curr_pos = taps - 1; in fir16_create() 98 fir->history[fir->curr_pos] = sample; in fir16() 100 offset2 = fir->curr_pos; in fir16() 107 if (fir->curr_pos <= 0) in fir16() 108 fir->curr_pos = fir->taps; in fir16() 109 fir->curr_pos--; in fir16() 117 fir->curr_pos = taps - 1; in fir32_create() [all …]
|
H A D | echo.c | 122 offset2 = ec->curr_pos; in lms_adapt_bg() 155 ec->curr_pos = ec->taps - 1; in oslec_create() 244 ec->fir_state.curr_pos = ec->taps - 1; in oslec_flush() 245 ec->fir_state_bg.curr_pos = ec->taps - 1; in oslec_flush() 249 ec->curr_pos = ec->taps - 1; in oslec_flush() 334 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update() 335 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update() 519 if (ec->curr_pos <= 0) in oslec_update() 520 ec->curr_pos = ec->taps; in oslec_update() 521 ec->curr_pos--; in oslec_update()
|
H A D | echo.h | 124 int curr_pos; member
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-sst-cldma.c | 194 const void *curr_pos, bool intr_enable, bool trigger) in skl_cldma_fill_buffer() argument 210 curr_pos, size_b); in skl_cldma_fill_buffer() 212 curr_pos += size_b; in skl_cldma_fill_buffer() 217 curr_pos, size); in skl_cldma_fill_buffer() 258 const void *curr_pos = bin; in skl_cldma_copy_to_buf() local 276 skl_cldma_fill_buffer(ctx, size, curr_pos, true, start); in skl_cldma_copy_to_buf() 301 curr_pos, false, start); in skl_cldma_copy_to_buf() 304 curr_pos = curr_pos + size; in skl_cldma_copy_to_buf()
|
H A D | skl-sst.c | 334 int ret, bytes_left, curr_pos; in skl_transfer_module() local 360 curr_pos = size - bytes_left; in skl_transfer_module() 367 data + curr_pos, in skl_transfer_module()
|
/openbmc/linux/drivers/pci/ |
H A D | vgaarb.c | 1168 char kbuf[64], *curr_pos; in vga_arb_write() local 1178 curr_pos = kbuf; in vga_arb_write() 1181 if (strncmp(curr_pos, "lock ", 5) == 0) { in vga_arb_write() 1182 curr_pos += 5; in vga_arb_write() 1187 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) { in vga_arb_write() 1217 } else if (strncmp(curr_pos, "unlock ", 7) == 0) { in vga_arb_write() 1218 curr_pos += 7; in vga_arb_write() 1223 if (strncmp(curr_pos, "all", 3) == 0) in vga_arb_write() 1227 (curr_pos, remaining, &io_state)) { in vga_arb_write() 1273 } else if (strncmp(curr_pos, "trylock ", 8) == 0) { in vga_arb_write() [all …]
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-loader-skl.c | 394 const void *curr_pos, in cl_skl_cldma_fill_buffer() argument 402 memcpy(dmab->area, curr_pos, size); in cl_skl_cldma_fill_buffer() 459 const void *curr_pos = bin; in cl_skl_cldma_copy_to_buf() local 469 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bufsize, curr_pos, true); in cl_skl_cldma_copy_to_buf() 479 curr_pos += bufsize; in cl_skl_cldma_copy_to_buf() 484 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bytes_left, curr_pos, false); in cl_skl_cldma_copy_to_buf()
|
H A D | hda-probes.c | 39 hdac_stream(hext_stream)->curr_pos = 0; in hda_probes_compr_startup() 122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos; in hda_probes_compr_pointer()
|
H A D | hda-stream.c | 740 div64_u64_rem(hstream->curr_pos, buffer_size, &prev_pos); in hda_dsp_compr_bytes_transferred() 748 hstream->curr_pos += num_bytes; in hda_dsp_compr_bytes_transferred()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | probes.c | 76 hdac_stream(host_stream)->curr_pos = 0; in avs_probe_compr_open() 223 tstamp->copied_total = hdac_stream(host_stream)->curr_pos; in avs_probe_compr_pointer()
|
H A D | core.c | 233 div64_u64_rem(stream->curr_pos, buffer_size, &prev_pos); in hdac_stream_update_pos() 241 stream->curr_pos += num_bytes; in hdac_stream_update_pos()
|
/openbmc/linux/include/sound/ |
H A D | hdaudio.h | 552 u64 curr_pos; member
|