Searched refs:stm32_firewall_get_firewall (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/bus/ |
| H A D | stm32_firewall_device.h | 55 int stm32_firewall_get_firewall(struct device_node *np, struct stm32_firewall *firewall, 117 static inline int stm32_firewall_get_firewall(struct device_node *np, in stm32_firewall_get_firewall() function
|
| /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() function 114 EXPORT_SYMBOL_GPL(stm32_firewall_get_firewall); 269 err = stm32_firewall_get_firewall(child, firewalls, (unsigned int)len); in stm32_firewall_populate_bus()
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp21.c | 1272 ret = stm32_firewall_get_firewall(np, &firewall, 1); in stm32mp21_check_security()
|
| H A D | clk-stm32mp25.c | 1981 ret = stm32_firewall_get_firewall(dev->of_node, &firewall, 1); in stm32mp25_rcc_clocks_probe()
|