Symbol: stm32_firewall
drivers/bus/stm32_firewall.c
115
int stm32_firewall_grant_access(struct stm32_firewall *firewall)
drivers/bus/stm32_firewall.c
131
int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id)
drivers/bus/stm32_firewall.c
147
void stm32_firewall_release_access(struct stm32_firewall *firewall)
drivers/bus/stm32_firewall.c
167
void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id)
drivers/bus/stm32_firewall.c
187
int stm32_firewall_get_grant_all_access(struct device *dev, struct stm32_firewall **firewall,
drivers/bus/stm32_firewall.c
190
struct stm32_firewall *loc_firewall;
drivers/bus/stm32_firewall.c
284
struct stm32_firewall *firewalls;
drivers/bus/stm32_firewall.c
30
int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall,
drivers/clk/stm32/clk-stm32mp21.c
1268
struct stm32_firewall firewall;
drivers/clk/stm32/clk-stm32mp25.c
1566
static struct stm32_firewall firewall;
drivers/memory/stm32_omm.c
286
struct stm32_firewall firewall;
drivers/pinctrl/stm32/pinctrl-stm32-hdp.c
50
struct stm32_firewall *firewall;
include/linux/bus/stm32_firewall_device.h
113
void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id);
include/linux/bus/stm32_firewall_device.h
131
int stm32_firewall_get_grant_all_access(struct device *dev, struct stm32_firewall **firewall,
include/linux/bus/stm32_firewall_device.h
137
struct stm32_firewall *firewall,
include/linux/bus/stm32_firewall_device.h
143
static inline int stm32_firewall_grant_access(struct stm32_firewall *firewall)
include/linux/bus/stm32_firewall_device.h
148
static inline void stm32_firewall_release_access(struct stm32_firewall *firewall)
include/linux/bus/stm32_firewall_device.h
152
static inline int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall,
include/linux/bus/stm32_firewall_device.h
158
static inline void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall,
include/linux/bus/stm32_firewall_device.h
164
struct stm32_firewall **firewall,
include/linux/bus/stm32_firewall_device.h
55
int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall,
include/linux/bus/stm32_firewall_device.h
67
int stm32_firewall_grant_access(struct stm32_firewall *firewall);
include/linux/bus/stm32_firewall_device.h
76
void stm32_firewall_release_access(struct stm32_firewall *firewall);
include/linux/bus/stm32_firewall_device.h
96
int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id);