Lines Matching full:firewall
16 * STM32_PERIPHERAL_FIREWALL: This type of firewall protects peripherals
17 * STM32_MEMORY_FIREWALL: This type of firewall protects memories/subsets of memory
19 * STM32_NOTYPE_FIREWALL: Undefined firewall type
27 * struct stm32_firewall_controller - Information on firewall controller supplying services
29 * @name: Name of the firewall controller
30 * @dev: Device reference of the firewall controller
31 * @mmio: Base address of the firewall controller
32 * @entry: List entry of the firewall controller list
33 * @type: Type of firewall
34 * @max_entries: Number of entries covered by the firewall
36 * firewall controller
56 * stm32_firewall_controller_register - Register a firewall controller to the STM32 firewall
58 * @firewall_controller: Firewall controller to register
65 * stm32_firewall_controller_unregister - Unregister a firewall controller from the STM32
66 * firewall framework
67 * @firewall_controller: Firewall controller to unregister
72 * stm32_firewall_populate_bus - Populate device tree nodes that have a correct firewall
77 * @firewall_controller: Firewall controller which nodes will be populated or not