Searched refs:interrupt_dt_get (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_iac.c | 135 res = interrupt_dt_get(fdt, node, &pdata->irq_chip, &pdata->irq); in stm32_iac_parse_fdt()
|
| H A D | stm32_serc.c | 130 res = interrupt_dt_get(fdt, node, &pdata->irq_chip, &pdata->irq); in stm32_serc_parse_fdt()
|
| /optee_os/core/include/kernel/ |
| H A D | interrupt.h | 567 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 D | plat_tzc400.c | 408 res = interrupt_dt_get(fdt, node, &tzc_dev->pdata.itr_chip, in stm32mp_tzc_parse_fdt()
|
| /optee_os/core/drivers/ |
| H A D | stm32_iwdg.c | 453 res = interrupt_dt_get(fdt, node, &iwdg->itr_chip, &iwdg->itr_num); in stm32_iwdg_parse_fdt()
|
| H A D | stm32_rtc.c | 475 res = interrupt_dt_get(fdt, node, &rtc_dev.itr_chip, &rtc_dev.itr_num); in parse_dt()
|