Home
last modified time | relevance | path

Searched defs:stm32_firewall_controller (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/bus/
Dstm32_firewall.h41 struct stm32_firewall_controller { struct
49 int (*grant_access)(struct stm32_firewall_controller *ctrl, u32 id); argument
50 void (*release_access)(struct stm32_firewall_controller *ctrl, u32 id); argument
51 int (*grant_memory_range_access)(struct stm32_firewall_controller *ctrl, phys_addr_t paddr, argument
Dstm32_rifsc.c78 static int stm32_rif_acquire_semaphore(struct stm32_firewall_controller *stm32_firewall_controller, in stm32_rif_acquire_semaphore()
93 static void stm32_rif_release_semaphore(struct stm32_firewall_controller *stm32_firewall_controller, in stm32_rif_release_semaphore()