Home
last modified time | relevance | path

Searched refs:OMAP_DEVICE_SUSPENDED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_device.h35 #define OMAP_DEVICE_SUSPENDED BIT(0) macro
H A Domap_device.c408 od->flags |= OMAP_DEVICE_SUSPENDED; in _od_suspend_noirq()
420 if (od->flags & OMAP_DEVICE_SUSPENDED) { in _od_resume_noirq()
421 od->flags &= ~OMAP_DEVICE_SUSPENDED; in _od_resume_noirq()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_device.h38 #define OMAP_DEVICE_SUSPENDED BIT(0) macro
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()

Completed in 3 milliseconds