Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Diommu-omap.h17 int (*device_idle)(struct platform_device *pdev); member
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dpdata-quirks.c102 .device_idle = omap_device_idle,
107 .device_idle = omap_device_idle,
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Domap-iommu.c1024 if (pdata && pdata->device_idle) in omap_iommu_runtime_suspend()
1025 pdata->device_idle(pdev); in omap_iommu_runtime_suspend()