Home
last modified time | relevance | path

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

/linux/include/linux/bus/
H A Dstm32_firewall_device.h96 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
/linux/drivers/bus/
H A Dstm32_firewall.c132 int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id) in stm32_firewall_grant_access_by_id() function
146 EXPORT_SYMBOL_GPL(stm32_firewall_grant_access_by_id);
/linux/drivers/clk/stm32/
H A Dclk-stm32mp25.c1614 ret = stm32_firewall_grant_access_by_id(&firewall, index & ~SEC_RIFSC_FLAG); in stm32mp25_check_security()