fwnode_property_match_string
index = fwnode_property_match_string(fwnode, "interrupt-names", name);
return fwnode_property_match_string(dev_fwnode(dev), propname, string);
EXPORT_SYMBOL_GPL(fwnode_property_match_string);
index = fwnode_property_match_string(fwnode, "io-channel-names",
if (fwnode_property_match_string(ch_node, "azoteq,assoc-select",
index = fwnode_property_match_string(fwnode, "dpll-pin-names", name);
idx = fwnode_property_match_string(fwnode, names_title, name);
idx = fwnode_property_match_string(fwnode, names_title, "default");
if (fwnode_property_match_string(node, mode_property, "soc") == 0)
else if (fwnode_property_match_string(node, mode_property, "cpu") == 0)
else if (fwnode_property_match_string(node, mode_property, "software") == 0)
int fwnode_property_match_string(const struct fwnode_handle *fwnode,
return fwnode_property_match_string(fwnode, "compatible", compat) >= 0;