Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dinterrupt.c146 static TEE_Result add_configure_handler(struct itr_handler *hdl, in add_configure_handler() function
180 return add_configure_handler(hdl, type, prio, true /* configure */); in interrupt_add_configure_handler()
203 res = add_configure_handler(itr_hdl, 0, 0, false /* !configure */); in interrupt_create_handler()