Home
last modified time | relevance | path

Searched refs:common_mem (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/chips-media/wave5/
A Dwave5-vdi.c18 if (!vpu_dev->common_mem.vaddr) { in wave5_vdi_allocate_common_memory()
22 vpu_dev->common_mem.size = WAVE515_SIZE_COMMON; in wave5_vdi_allocate_common_memory()
24 vpu_dev->common_mem.size = WAVE521_SIZE_COMMON; in wave5_vdi_allocate_common_memory()
26 ret = wave5_vdi_allocate_dma_memory(vpu_dev, &vpu_dev->common_mem); in wave5_vdi_allocate_common_memory()
34 &vpu_dev->common_mem.daddr, vpu_dev->common_mem.size, vpu_dev->common_mem.vaddr); in wave5_vdi_allocate_common_memory()
73 wave5_vdi_free_dma_memory(vpu_dev, &vpu_dev->common_mem); in wave5_vdi_release()
A Dwave5-vpuapi.h752 struct vpu_buf common_mem; member
A Dwave5-hw.c425 common_vb = &vpu_dev->common_mem; in wave5_vpu_init()
1113 common_vb = &vpu_dev->common_mem; in wave5_vpu_re_init()
1255 common_vb = &vpu_dev->common_mem; in wave5_vpu_sleep_wake()

Completed in 13 milliseconds