Lines Matching refs:itr_handler
113 struct itr_handler *h = NULL; in interrupt_call_handlers()
146 static TEE_Result add_configure_handler(struct itr_handler *hdl, in add_configure_handler()
151 struct itr_handler *h = NULL; in add_configure_handler()
177 TEE_Result interrupt_add_configure_handler(struct itr_handler *hdl, in interrupt_add_configure_handler()
186 struct itr_handler **out_hdl) in interrupt_create_handler()
189 struct itr_handler *itr_hdl = NULL; in interrupt_create_handler()
195 *itr_hdl = (struct itr_handler){ in interrupt_create_handler()
215 void interrupt_remove_handler(struct itr_handler *hdl) in interrupt_remove_handler()
217 struct itr_handler *h = NULL; in interrupt_remove_handler()
244 SLIST_REMOVE(&hdl->chip->handlers, hdl, itr_handler, link); in interrupt_remove_handler()
252 struct itr_handler **out_hdl) in interrupt_alloc_add_conf_handler()
255 struct itr_handler *hdl = NULL; in interrupt_alloc_add_conf_handler()
275 void interrupt_remove_free_handler(struct itr_handler *hdl) in interrupt_remove_free_handler()