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

/linux-master/arch/powerpc/platforms/powernv/
H A Didle.c169 static u8 fastsleep_workaround_applyonce; variable
174 return sprintf(buf, "%u\n", fastsleep_workaround_applyonce);
187 if (fastsleep_workaround_applyonce == 1)
191 * fastsleep_workaround_applyonce = 1 implies
208 pr_err("fastsleep_workaround_applyonce change failed while running pnv_fastsleep_workaround_apply");
214 fastsleep_workaround_applyonce = 1;
221 static DEVICE_ATTR(fastsleep_workaround_applyonce, 0600,

Completed in 156 milliseconds