Searched refs:stm32_firewall_grant_access_by_id (Results 1 – 3 of 3) sorted by relevance
96 int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id);132 int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id) in stm32_firewall_grant_access_by_id() function
132 int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id) in stm32_firewall_grant_access_by_id() function146 EXPORT_SYMBOL_GPL(stm32_firewall_grant_access_by_id);
1614 ret = stm32_firewall_grant_access_by_id(&firewall, index & ~SEC_RIFSC_FLAG); in stm32mp25_check_security()