Searched refs:stm32_firewall (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/bus/ |
| H A D | stm32_firewall_device.h | 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); 118 struct stm32_firewall *firewall, in stm32_firewall_get_firewall() 124 static inline int stm32_firewall_grant_access(struct stm32_firewall *firewall) in stm32_firewall_grant_access() 129 static inline void stm32_firewall_release_access(struct stm32_firewall *firewall) in stm32_firewall_release_access() 133 static inline int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, in stm32_firewall_grant_access_by_id() [all …]
|
| /linux/drivers/bus/ |
| H A D | stm32_firewall.c | 31 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() 243 struct stm32_firewall *firewalls; in stm32_firewall_populate_bus()
|
| H A D | Makefile | 30 obj-$(CONFIG_STM32_FIREWALL) += stm32_firewall.o stm32_rifsc.o stm32_etzpc.o
|
| /linux/drivers/memory/ |
| H A D | stm32_omm.c | 287 struct stm32_firewall firewall; in stm32_omm_check_access()
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp21.c | 1268 struct stm32_firewall firewall; in stm32mp21_check_security()
|
| H A D | clk-stm32mp25.c | 1566 static struct stm32_firewall firewall;
|
| /linux/ |
| H A D | MAINTAINERS | 25017 F: drivers/bus/stm32_firewall.c
|