Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dsmc_abi.c1503 int hp_state; in optee_load_fw() local
1566 hp_state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "optee:probe", in optee_load_fw()
1568 if (hp_state < 0) { in optee_load_fw()
1572 cpuhp_remove_state(hp_state); in optee_load_fw()