Searched refs:bo_device (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm.c | 39 struct hmm_bo_device bo_device; variable 72 spin_lock_irqsave(&bo_device.list_lock, flags); in bo_show() 86 spin_unlock_irqrestore(&bo_device.list_lock, flags); in bo_show() 107 return bo_show(dev, attr, buf, &bo_device.entire_bo_list, true); in active_bo_show() 113 return bo_show(dev, attr, buf, &bo_device.entire_bo_list, false); in free_bo_show() 183 ret = hmm_bo_device_init(&bo_device, &sh_mmu_mrfld, in hmm_init() 220 hmm_bo_device_exit(&bo_device); in hmm_cleanup() 246 bo = hmm_bo_alloc(&bo_device, pgnr); in hmm_alloc() 294 bo = hmm_bo_device_search_start(&bo_device, (unsigned int)virt); in hmm_free() 343 bo = hmm_bo_device_search_in_range(&bo_device, virt); in load_and_flush_by_kmap() [all …]
|
/linux-5.19.10/drivers/staging/media/atomisp/include/hmm/ |
D | hmm.h | 102 extern struct hmm_bo_device bo_device;
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat_css20.c | 187 *mmu_base_addr = sh_mmu_mrfld.get_pd_base(&bo_device.mmu, in hmm_get_mmu_base_addr() 188 bo_device.mmu.base_address); in hmm_get_mmu_base_addr()
|