Home
last modified time | relevance | path

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

/arch/x86/platform/intel-mid/
Dpwr.c158 int curstate; in __update_power_state() local
164 curstate = (power >> bit) & 3; in __update_power_state()
165 if (curstate == new) in __update_power_state()
178 curstate = (power >> bit) & 3; in __update_power_state()
179 if (curstate != new) in __update_power_state()