iort_fwnode
struct iort_fwnode *curr, *tmp;
struct iort_fwnode *curr;
struct fwnode_handle *iort_fwnode;
iort_fwnode = iort_get_fwnode(node);
if (!iort_fwnode)
return acpi_iommu_fwspec_init(dev, streamid, iort_fwnode);
struct iort_fwnode *np;
np = kzalloc_obj(struct iort_fwnode, GFP_ATOMIC);
struct fwnode_handle *iort_fwnode;
struct iort_fwnode *curr;
iort_fwnode = iort_find_domain_token(its->identifiers[0]);
if (!iort_fwnode)
domain = irq_find_matching_fwnode(iort_fwnode, DOMAIN_BUS_PLATFORM_MSI);
struct fwnode_handle *iort_fwnode;
iort_fwnode = iort_find_domain_token(its->identifiers[0]);
if (!iort_fwnode)
return irq_find_matching_fwnode(iort_fwnode, DOMAIN_BUS_PLATFORM_MSI);