Lines Matching defs:fwnode
939 const struct fwnode_handle *fwnode;
978 fwnode = acpi_fwnode_handle(adev);
979 if (fwnode_property_read_u8(fwnode, "HotPlugSupportInD3", &val))
1309 * pci_msi_register_fwnode_provider - Register callback to retrieve fwnode
1310 * @fn: Callback matching a device to a fwnode that identifies a PCI
1314 * the MSI domain to provide callback interface to query fwnode.
1333 struct fwnode_handle *fwnode;
1338 fwnode = pci_msi_get_fwnode_cb(&bus->dev);
1339 if (!fwnode)
1342 return irq_find_matching_fwnode(fwnode, DOMAIN_BUS_PCI_MSI);