Searched refs:atomisp_map (Results 1 – 2 of 2) sorted by relevance
86 static struct atomisp_map *acc_get_map(struct atomisp_sub_device *asd, in acc_get_map()89 struct atomisp_map *atomisp_map; in acc_get_map() local91 list_for_each_entry(atomisp_map, &asd->acc.memory_maps, list) { in acc_get_map()92 if (atomisp_map->ptr == css_ptr && in acc_get_map()93 atomisp_map->length == length) in acc_get_map()94 return atomisp_map; in acc_get_map()120 struct atomisp_map *atomisp_map, *tm; in atomisp_acc_release() local134 list_for_each_entry_safe(atomisp_map, tm, &asd->acc.memory_maps, list) { in atomisp_acc_release()135 list_del(&atomisp_map->list); in atomisp_acc_release()136 hmm_free(atomisp_map->ptr); in atomisp_acc_release()[all …]
282 struct atomisp_map { struct