Home
last modified time | relevance | path

Searched refs:new_bytes (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt5677-spi.c309 size_t new_bytes, copy_bytes, period_bytes; in rt5677_spi_copy_work() local
345 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h1259 const void *new_bytes, size_t new_len);
1515 const void *new_bytes, in perf_event_text_poke() argument
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_mem.c261 unsigned long new_bytes = vm->next_mb_id - vm->first_mb_id + 2; in virtio_mem_mb_state_prepare_next_mb() local
263 int new_pages = PFN_UP(new_bytes); in virtio_mem_mb_state_prepare_next_mb()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmachine.c838 u8 *new_bytes = event->text_poke.bytes + event->text_poke.old_len; in machine__process_text_poke() local
848 new_bytes, in machine__process_text_poke()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c8747 const void *new_bytes; member
8787 __output_copy(&handle, text_poke_event->new_bytes, text_poke_event->new_len); in perf_event_text_poke_output()
8798 size_t old_len, const void *new_bytes, size_t new_len) in perf_event_text_poke() argument
8812 .new_bytes = new_bytes, in perf_event_text_poke()