Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/bus/
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-6.14.4/drivers/bus/
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-6.14.4/drivers/clk/stm32/
Dclk-stm32mp25.c1614 ret = stm32_firewall_grant_access_by_id(&firewall, index & ~SEC_RIFSC_FLAG); in stm32mp25_check_security()