Searched refs:dom_handle (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its-fsl-mc-msi.c112 struct fwnode_handle *dom_handle; local
120 dom_handle = iort_find_domain_token(its_entry->translation_id);
121 if (!dom_handle) {
127 its_fsl_mc_msi_init_one(dom_handle, node_name);
H A Dirq-gic-v3-its-pci-msi.c160 struct fwnode_handle *dom_handle; local
167 dom_handle = iort_find_domain_token(its_entry->translation_id);
168 if (!dom_handle) {
173 err = its_pci_msi_init_one(dom_handle, node_name);
H A Dirq-gic-v3-its.c5567 struct fwnode_handle *dom_handle; local
5578 dom_handle = irq_domain_alloc_fwnode(&res.start);
5579 if (!dom_handle) {
5586 dom_handle);
5593 its = its_node_init(&res, dom_handle,
5607 irq_domain_free_fwnode(dom_handle);

Completed in 134 milliseconds