Searched refs:s_tpmCallback (Results 1 – 1 of 1) sorted by relevance
62 static tpm_callback_t s_tpmCallback[ARRAY_SIZE(s_tpmBases)]; variable1116 s_tpmCallback[instance] = callback; in TPM_RegisterCallBack()1126 if (NULL != s_tpmCallback[0]) in TPM0_DriverIRQHandler()1128 s_tpmCallback[0](TPM0); in TPM0_DriverIRQHandler()1138 if (NULL != s_tpmCallback[1]) in TPM1_DriverIRQHandler()1140 s_tpmCallback[1](TPM1); in TPM1_DriverIRQHandler()