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

/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Didle.c161 static u8 fastsleep_workaround_applyonce; variable
166 return sprintf(buf, "%u\n", fastsleep_workaround_applyonce); show_fastsleep_workaround_applyonce()
180 if (fastsleep_workaround_applyonce == 1) store_fastsleep_workaround_applyonce()
184 * fastsleep_workaround_applyonce = 1 implies store_fastsleep_workaround_applyonce()
199 pr_err("fastsleep_workaround_applyonce change failed while patching pnv_fastsleep_workaround_at_exit"); store_fastsleep_workaround_applyonce()
210 pr_err("fastsleep_workaround_applyonce change failed while running pnv_fastsleep_workaround_apply"); store_fastsleep_workaround_applyonce()
218 pr_err("fastsleep_workaround_applyonce change failed while patching pnv_fastsleep_workaround_at_entry"); store_fastsleep_workaround_applyonce()
222 fastsleep_workaround_applyonce = 1; store_fastsleep_workaround_applyonce()
229 static DEVICE_ATTR(fastsleep_workaround_applyonce, 0600,

Completed in 40 milliseconds