Searched refs:interrupt_create_handler (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | interrupt.h | 393 TEE_Result interrupt_create_handler(struct itr_chip *itr_chip, size_t itr_num,
|
| /optee_os/core/kernel/ |
| H A D | interrupt.c | 183 TEE_Result interrupt_create_handler(struct itr_chip *itr_chip, size_t itr_num, in interrupt_create_handler() function
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | plat_tzc400.c | 527 res = interrupt_create_handler(tzc_dev->pdata.itr_chip, in stm32mp1_tzc_probe()
|
| /optee_os/core/drivers/ |
| H A D | stm32_iwdg.c | 457 res = interrupt_create_handler(iwdg->itr_chip, iwdg->itr_num, in stm32_iwdg_parse_fdt()
|
| H A D | stm32_exti.c | 723 res = interrupt_create_handler(hierarchy->parent.chip, in stm32_exti_dt_get_chip_cb()
|
| H A D | stm32_rtc.c | 1111 res = interrupt_create_handler(rtc_dev.itr_chip, in stm32_rtc_probe()
|
| H A D | stm32_tamp.c | 2179 res = interrupt_create_handler(chip, it_num, stm32_tamp_it_handler, in stm32_tamp_probe()
|