Searched refs:interrupt_dt_get_by_index (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | interrupt.h | 515 TEE_Result interrupt_dt_get_by_index(const void *fdt, int node, 544 static inline TEE_Result interrupt_dt_get_by_index(const void *fdt __unused, in interrupt_dt_get_by_index() function 571 return interrupt_dt_get_by_index(fdt, node, 0, chip, itr_num); in interrupt_dt_get()
|
| /optee_os/core/kernel/ |
| H A D | interrupt.c | 355 TEE_Result interrupt_dt_get_by_index(const void *fdt, int node, in interrupt_dt_get_by_index() function 388 return interrupt_dt_get_by_index(fdt, node, idx, chip, itr_num); in interrupt_dt_get_by_name()
|
| /optee_os/core/drivers/ |
| H A D | stm32_exti.c | 716 res = interrupt_dt_get_by_index(pargs->fdt, pargs->phandle_node, in stm32_exti_dt_get_chip_cb()
|
| H A D | stm32_tamp.c | 2118 res = interrupt_dt_get_by_index(fdt, node, 0, &chip, &it_num); in stm32_tamp_probe()
|