Searched refs:firewall_controller (Results 1 – 2 of 2) sorted by relevance
125 if (!firewall_controller) in stm32_firewall_grant_access()128 return firewall_controller->grant_access(firewall_controller, firewall->firewall_id); in stm32_firewall_grant_access()141 if (!firewall_controller) in stm32_firewall_grant_access_by_id()144 return firewall_controller->grant_access(firewall_controller, subsystem_id); in stm32_firewall_grant_access_by_id()159 if (!firewall_controller) { in stm32_firewall_release_access()164 firewall_controller->release_access(firewall_controller, firewall->firewall_id); in stm32_firewall_release_access()179 if (!firewall_controller) { in stm32_firewall_release_access_by_id()184 firewall_controller->release_access(firewall_controller, subsystem_id); in stm32_firewall_release_access_by_id()194 if (!firewall_controller) in stm32_firewall_controller_register()220 if (!firewall_controller) { in stm32_firewall_controller_unregister()[all …]
62 int stm32_firewall_controller_register(struct stm32_firewall_controller *firewall_controller);69 void stm32_firewall_controller_unregister(struct stm32_firewall_controller *firewall_controller);81 int stm32_firewall_populate_bus(struct stm32_firewall_controller *firewall_controller);
Completed in 5 milliseconds