Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dinterrupt.c25 static bool itr_chip_is_valid(struct itr_chip *chip) in itr_chip_is_valid() function
45 if (!itr_chip_is_valid(chip) || !chip->ops->configure) in itr_chip_init()
55 if (!itr_chip_is_valid(chip)) in itr_chip_dt_only_init()
371 assert(itr_chip_is_valid(desc.chip)); in interrupt_dt_get_by_index()