Home
last modified time | relevance | path

Searched refs:inactive_buff_ptr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/accel/ivpu/
H A Divpu_ms.c94 ms->inactive_buff_ptr = ivpu_bo_vaddr(ms->bo) + ms->buff_size; in ivpu_ms_start_ioctl()
158 swap(ms->active_buff_ptr, ms->inactive_buff_ptr); in copy_samples_to_user()
161 ms->leftover_addr = ms->inactive_buff_ptr; in copy_samples_to_user()
H A Divpu_ms.h24 void *inactive_buff_ptr; member