Home
last modified time | relevance | path

Searched refs:put_resv_regions (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h231 * @put_resv_regions: Free list of reserved regions for a device
288 void (*put_resv_regions)(struct device *dev, struct list_head *list); member
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c2843 if (ops && ops->put_resv_regions) { in iommu_put_resv_regions()
2844 ops->put_resv_regions(dev, list); in iommu_put_resv_regions()
2853 * IOMMU drivers can use this to implement their .put_resv_regions() callback

Completed in 7 milliseconds