Home
last modified time | relevance | path

Searched defs:firewall (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/bus/
Dstm32_firewall.c31 int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall, in stm32_firewall_get_firewall()
116 int stm32_firewall_grant_access(struct stm32_firewall *firewall) in stm32_firewall_grant_access()
132 int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id) in stm32_firewall_grant_access_by_id()
148 void stm32_firewall_release_access(struct stm32_firewall *firewall) in stm32_firewall_release_access()
168 void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id) in stm32_firewall_release_access_by_id()
/linux-6.12.1/include/linux/bus/
Dstm32_firewall_device.h123 int stm32_firewall_grant_access(struct stm32_firewall *firewall) in stm32_firewall_grant_access()
128 void stm32_firewall_release_access(struct stm32_firewall *firewall) in stm32_firewall_release_access()
132 int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id) in stm32_firewall_grant_access_by_id()
137 void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id) in stm32_firewall_release_access_by_id()
/linux-6.12.1/drivers/clk/stm32/
Dclk-stm32mp25.c1566 static struct stm32_firewall firewall; variable