Lines Matching refs:stm32_firewall
30 struct stm32_firewall { struct
55 int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall, argument
67 int stm32_firewall_grant_access(struct stm32_firewall *firewall);
76 void stm32_firewall_release_access(struct stm32_firewall *firewall);
96 int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id);
113 void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id);
117 int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall, in stm32_firewall_get_firewall()
123 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()