Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dinterrupt.h277 static inline bool interrupt_can_set_affinity(struct itr_chip *chip) in interrupt_can_set_affinity() function
326 assert(interrupt_can_set_affinity(chip)); in interrupt_set_affinity()
/optee_os/core/drivers/
H A Dstm32_exti.c352 if (interrupt_can_set_affinity(parent->chip)) in stm32_exti_op_set_affinity()