Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dps3.h216 LV1_WRONG_STATE = -11, enumerator
261 case LV1_WRONG_STATE: in ps3_result()
262 return "LV1_WRONG_STATE (-11)"; in ps3_result()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dps3.h216 LV1_WRONG_STATE = -11, enumerator
261 case LV1_WRONG_STATE: in ps3_result()
262 return "LV1_WRONG_STATE (-11)"; in ps3_result()
/kernel/linux/linux-5.10/drivers/ps3/
H A Dps3-lpm.c892 if (result != LV1_WRONG_STATE) in ps3_disable_pm()
945 return result == LV1_WRONG_STATE ? -EBUSY : -EINVAL; in ps3_lpm_copy_tb()
999 return result == LV1_WRONG_STATE ? -EBUSY : -EINVAL; in ps3_lpm_copy_tb_to_user()
/kernel/linux/linux-6.6/drivers/ps3/
H A Dps3-lpm.c892 if (result != LV1_WRONG_STATE) in ps3_disable_pm()
945 return result == LV1_WRONG_STATE ? -EBUSY : -EINVAL; in ps3_lpm_copy_tb()
999 return result == LV1_WRONG_STATE ? -EBUSY : -EINVAL; in ps3_lpm_copy_tb_to_user()

Completed in 6 milliseconds