Searched refs:firewall_controller (Results 1 – 2 of 2) sorted by relevance
118 struct stm32_firewall_controller *firewall_controller; in stm32_firewall_grant_access() local123 firewall_controller = firewall->firewall_ctrl; in stm32_firewall_grant_access()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()134 struct stm32_firewall_controller *firewall_controller; in stm32_firewall_grant_access_by_id() local139 firewall_controller = firewall->firewall_ctrl; in stm32_firewall_grant_access_by_id()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()150 struct stm32_firewall_controller *firewall_controller; in stm32_firewall_release_access() local157 firewall_controller = firewall->firewall_ctrl; in stm32_firewall_release_access()[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);