gfx_pwrdm          32 arch/arm/mach-omap2/pm33xx-core.c static struct powerdomain *cefuse_pwrdm, *gfx_pwrdm, *per_pwrdm, *mpu_pwrdm;
gfx_pwrdm          72 arch/arm/mach-omap2/pm33xx-core.c 	gfx_pwrdm = pwrdm_lookup("gfx_pwrdm");
gfx_pwrdm          76 arch/arm/mach-omap2/pm33xx-core.c 	if ((!gfx_pwrdm) || (!per_pwrdm) || (!mpu_pwrdm))
gfx_pwrdm         126 arch/arm/mach-omap2/pm33xx-core.c 	omap_set_pwrdm_state(gfx_pwrdm, PWRDM_POWER_OFF);
gfx_pwrdm         136 arch/arm/mach-omap2/pm33xx-core.c 	status = pwrdm_read_pwrst(gfx_pwrdm);