Lines Matching refs:iort_fwnode
35 struct iort_fwnode {
44 * iort_set_fwnode() - Create iort_fwnode and use it to register
56 struct iort_fwnode *np;
58 np = kzalloc(sizeof(struct iort_fwnode), GFP_ATOMIC);
84 struct iort_fwnode *curr;
106 struct iort_fwnode *curr, *tmp;
129 struct iort_fwnode *curr;
703 struct fwnode_handle *iort_fwnode;
731 iort_fwnode = iort_find_domain_token(its->identifiers[0]);
732 if (!iort_fwnode)
735 domain = irq_find_matching_fwnode(iort_fwnode, DOMAIN_BUS_PLATFORM_MSI);
750 struct fwnode_handle *iort_fwnode;
774 iort_fwnode = iort_find_domain_token(its->identifiers[0]);
775 if (!iort_fwnode)
778 return irq_find_matching_fwnode(iort_fwnode, DOMAIN_BUS_PLATFORM_MSI);
927 struct fwnode_handle *iort_fwnode;
932 iort_fwnode = iort_get_fwnode(node);
933 if (!iort_fwnode)
944 ops = iommu_ops_from_fwnode(iort_fwnode);
949 return arm_smmu_iort_xlate(dev, streamid, iort_fwnode, ops);