Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_tamp.c360 struct stm32_tamp_tamper_data *int_tamp; member
1063 struct stm32_tamp_tamper_data int_tamp = in stm32_tamp_it_handler() local
1064 stm32_tamp_dev->pdata.compat->int_tamp[i]; in stm32_tamp_it_handler()
1065 int id = int_tamp.id; in stm32_tamp_it_handler()
1072 if (int_tamp.func) in stm32_tamp_it_handler()
1073 ret = int_tamp.func(id); in stm32_tamp_it_handler()
1125 tamp_int = &tcompat->int_tamp[itamp_index]; in stm32_tamp_set_int_config()
1330 !stm32_tamp_dev->pdata.compat->int_tamp || in stm32_tamp_set_config()
1551 if (stm32_tamp_dev->pdata.compat->int_tamp[i].id == id) { in stm32_tamp_activate_tamp()
1552 tamp_conf = &stm32_tamp_dev->pdata.compat->int_tamp[i]; in stm32_tamp_activate_tamp()
[all …]