Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_exti.c93 hierarchy[_EXTI_LINES_PER_BANK * _EXTI_BANK_NR]; member
274 if (!exti || it >= stm32_exti_nbevents(exti) || !exti->hierarchy[it]) in stm32_exti_get_parent_itr()
277 return &exti->hierarchy[it]->parent; in stm32_exti_get_parent_itr()
661 struct stm32_exti_itr_hierarchy *hierarchy = h->data; in stm32_exti_it_handler() local
662 struct itr_desc *itr_desc = &hierarchy->this; in stm32_exti_it_handler()
681 struct stm32_exti_itr_hierarchy *hierarchy = NULL; in stm32_exti_dt_get_chip_cb() local
705 hierarchy = exti->hierarchy[exti_line]; in stm32_exti_dt_get_chip_cb()
706 if (!hierarchy) { in stm32_exti_dt_get_chip_cb()
707 hierarchy = calloc(1, sizeof(*hierarchy)); in stm32_exti_dt_get_chip_cb()
708 if (!hierarchy) in stm32_exti_dt_get_chip_cb()
[all …]