Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/platform_data/
Diommu-omap.h17 int (*device_idle)(struct platform_device *pdev); member
/linux-6.12.1/arch/arm/mach-omap2/
Dpdata-quirks.c91 .device_idle = omap_device_idle,
96 .device_idle = omap_device_idle,
/linux-6.12.1/drivers/iommu/
Domap-iommu.c1023 if (pdata && pdata->device_idle) in omap_iommu_runtime_suspend()
1024 pdata->device_idle(pdev); in omap_iommu_runtime_suspend()