Home
last modified time | relevance | path

Searched refs:interrupt_dt_get_by_index (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dinterrupt.h515 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 Dinterrupt.c355 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 Dstm32_exti.c716 res = interrupt_dt_get_by_index(pargs->fdt, pargs->phandle_node, in stm32_exti_dt_get_chip_cb()
H A Dstm32_tamp.c2118 res = interrupt_dt_get_by_index(fdt, node, 0, &chip, &it_num); in stm32_tamp_probe()