Home
last modified time | relevance | path

Searched refs:firewall_controller (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/bus/
H A Dstm32_firewall.c118 struct stm32_firewall_controller *firewall_controller; in stm32_firewall_grant_access() local
123 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() local
139 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() local
157 firewall_controller = firewall->firewall_ctrl; in stm32_firewall_release_access()
[all …]
H A Dstm32_firewall.h62 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);