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.c1579 int hp_state; in optee_load_fw() local
1641 hp_state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "optee:probe", in optee_load_fw()
1643 if (hp_state < 0) { in optee_load_fw()
1647 cpuhp_remove_state(hp_state); in optee_load_fw()