Searched refs:new_bytes (Results 1 – 3 of 3) sorted by relevance
309 size_t new_bytes, copy_bytes, period_bytes; in rt5677_spi_copy_work() local345 new_bytes = mic_write_offset - rt5677_dsp->mic_read_offset; in rt5677_spi_copy_work()347 new_bytes = RT5677_MIC_BUF_BYTES + mic_write_offset in rt5677_spi_copy_work()352 while (new_bytes) { in rt5677_spi_copy_work()353 copy_bytes = min(new_bytes, period_bytes in rt5677_spi_copy_work()365 new_bytes -= copy_bytes; in rt5677_spi_copy_work()
846 u8 *new_bytes = event->text_poke.bytes + event->text_poke.old_len; in machine__process_text_poke() local856 new_bytes, in machine__process_text_poke()
10077 const void *new_bytes; member10117 __output_copy(&handle, text_poke_event->new_bytes, text_poke_event->new_len); in perf_event_text_poke_output()10128 size_t old_len, const void *new_bytes, size_t new_len) in perf_event_text_poke() argument10142 .new_bytes = new_bytes, in perf_event_text_poke()