Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_tamp.c359 struct stm32_tamp_tamper_data *ext_tamp; member
1088 struct stm32_tamp_tamper_data ext_tamp = in stm32_tamp_it_handler() local
1089 stm32_tamp_dev->pdata.compat->ext_tamp[i]; in stm32_tamp_it_handler()
1090 int id = ext_tamp.id; in stm32_tamp_it_handler()
1097 if (ext_tamp.func) in stm32_tamp_it_handler()
1098 ret = ext_tamp.func(id); in stm32_tamp_it_handler()
1176 tamp_ext = &tcompat->ext_tamp[etamp_index]; in stm32_tamp_set_ext_config()
1331 !stm32_tamp_dev->pdata.compat->ext_tamp) in stm32_tamp_set_config()
1559 if (stm32_tamp_dev->pdata.compat->ext_tamp[i].id == id) { in stm32_tamp_activate_tamp()
1560 tamp_conf = &stm32_tamp_dev->pdata.compat->ext_tamp[i]; in stm32_tamp_activate_tamp()
[all …]