stm32_firewall
int stm32_firewall_grant_access(struct stm32_firewall *firewall)
int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id)
void stm32_firewall_release_access(struct stm32_firewall *firewall)
void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id)
int stm32_firewall_get_grant_all_access(struct device *dev, struct stm32_firewall **firewall,
struct stm32_firewall *loc_firewall;
struct stm32_firewall *firewalls;
int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall,
struct stm32_firewall firewall;
static struct stm32_firewall firewall;
struct stm32_firewall firewall;
struct stm32_firewall *firewall;
void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id);
int stm32_firewall_get_grant_all_access(struct device *dev, struct stm32_firewall **firewall,
struct stm32_firewall *firewall,
static inline int stm32_firewall_grant_access(struct stm32_firewall *firewall)
static inline void stm32_firewall_release_access(struct stm32_firewall *firewall)
static inline int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall,
static inline void stm32_firewall_release_access_by_id(struct stm32_firewall *firewall,
struct stm32_firewall **firewall,
int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall,
int stm32_firewall_grant_access(struct stm32_firewall *firewall);
void stm32_firewall_release_access(struct stm32_firewall *firewall);
int stm32_firewall_grant_access_by_id(struct stm32_firewall *firewall, u32 subsystem_id);