Lines Matching full:event
252 /* Tamper event modes */
337 * @func: Tamper callback in case of tamper event
351 * @pin_map: List of hardware mapped of pins supporting tamper event detection
417 * @is_wakeup_source: True if a tamper event is a wakeup source
1056 FMSG("Tamper event occurred at:"); in stm32_tamp_it_handler()
1080 do_reset("Internal tamper event detected"); in stm32_tamp_it_handler()
1105 do_reset("External tamper event detected"); in stm32_tamp_it_handler()
1237 * ETAMP(id) event generates a trigger event. This in stm32_tamp_set_ext_config()
1247 * ETAMP(id) event generates a trigger event and in stm32_tamp_set_ext_config()
1249 * next tamper event detection. in stm32_tamp_set_ext_config()
1396 * Mask a tamper event detection for a given @id
1397 * If ETAMP(id) event generates a trigger event, this ETAMP(id) is masked and
1408 /* We cannot mask the event if pending. */ in stm32_tamp_set_mask()
1414 /* We mask the event */ in stm32_tamp_set_mask()
1421 * Unmask a tamper event detection for a given @id
1422 * ETAMP(id) event now generates a trigger event and ETAMP(id) must be cleared
1423 * by software to allow next tamper event detection.
1433 /* We unmask the event */ in stm32_tamp_unset_mask()
1504 * TAMP_ERASE: when this tamper event is triggered; secrets are
1506 * TAMP_NOERASE: when this event is triggered; cryptographic
1507 * and some secure peripherals are locked until the event is
1512 * TAMP_EVT_MASK: if the event is triggered, the event is masked and
1517 * @cb: function to call when a tamper event is raised (cannot be NULL).
1775 * Tamper event is activated after 2 consecutive samples at in stm32_tamp_parse_passive_conf()
1782 * Tamper event is activated after 4 consecutive samples at in stm32_tamp_parse_passive_conf()
1789 * Tamper event is activated after 8 consecutive samples at in stm32_tamp_parse_passive_conf()
1846 MSG("Internal tamper event %u (%s) occurred", id - INT_TAMP1 + 1, in stm32_tamp_itamper_action()
2188 DMSG("Tamper event wakeup capability enabled"); in stm32_tamp_probe()