Home
last modified time | relevance | path

Searched refs:interrupt_dt_get (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/firewall/
H A Dstm32_iac.c135 res = interrupt_dt_get(fdt, node, &pdata->irq_chip, &pdata->irq); in stm32_iac_parse_fdt()
H A Dstm32_serc.c130 res = interrupt_dt_get(fdt, node, &pdata->irq_chip, &pdata->irq); in stm32_serc_parse_fdt()
/optee_os/core/include/kernel/
H A Dinterrupt.h567 static inline TEE_Result interrupt_dt_get(const void *fdt, int node, in interrupt_dt_get() function
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c408 res = interrupt_dt_get(fdt, node, &tzc_dev->pdata.itr_chip, in stm32mp_tzc_parse_fdt()
/optee_os/core/drivers/
H A Dstm32_iwdg.c453 res = interrupt_dt_get(fdt, node, &iwdg->itr_chip, &iwdg->itr_num); in stm32_iwdg_parse_fdt()
H A Dstm32_rtc.c475 res = interrupt_dt_get(fdt, node, &rtc_dev.itr_chip, &rtc_dev.itr_num); in parse_dt()