Home
last modified time | relevance | path

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

/arch/arm/mach-tegra/
Dpowergate.c67 static int tegra_powergate_set(int id, bool new_state) in tegra_powergate_set() argument
76 if (status == new_state) { in tegra_powergate_set()
/arch/powerpc/platforms/cell/spufs/
Dsched.c1038 enum spu_utilization_state new_state) in spuctx_switch_state() argument
1056 ctx->stats.util_state = new_state; in spuctx_switch_state()
1065 spu->stats.util_state = new_state; in spuctx_switch_state()
1070 if (new_state == SPU_UTIL_USER) in spuctx_switch_state()
Dspufs.h374 enum spu_utilization_state new_state);