Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_tamp.c451 static const char * const itamper_name[] = { variable
518 static const char * const itamper_name[] = { variable
525 DECLARE_KEEP_PAGER(itamper_name);
565 static const char * const itamper_name[] = { variable
612 static const char * const itamper_name[] = { variable
1159 itamper_name[id - INT_TAMP1], in stm32_tamp_set_int_config()
1843 if (id >= 0 && ((size_t)id < ARRAY_SIZE(itamper_name))) in stm32_tamp_itamper_action()
1844 tamp_name = itamper_name[id]; in stm32_tamp_itamper_action()