fwnode_property_match_property_string
EXPORT_SYMBOL_GPL(fwnode_property_match_property_string);
ret = fwnode_property_match_property_string(of_fwnode_handle(np),
ret = fwnode_property_match_property_string(child, "adi,sensor-type",
ret = fwnode_property_match_property_string(child,
ret = fwnode_property_match_property_string(of_fwnode_handle(np),
int fwnode_property_match_property_string(const struct fwnode_handle *fwnode,
return fwnode_property_match_property_string(dev_fwnode(dev), propname, array, n);