Home
last modified time | relevance | path

Searched refs:OMAP_DEVICE_SUSPENDED (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap_device.c435 od->flags |= OMAP_DEVICE_SUSPENDED; in _od_suspend_noirq()
447 if (od->flags & OMAP_DEVICE_SUSPENDED) { in _od_resume_noirq()
448 od->flags &= ~OMAP_DEVICE_SUSPENDED; in _od_resume_noirq()
H A Domap_device.h38 #define OMAP_DEVICE_SUSPENDED BIT(0) macro