Home
last modified time | relevance | path

Searched refs:fwnode_property_match_property_string (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dproperty.h123 int fwnode_property_match_property_string(const struct fwnode_handle *fwnode,
132 return fwnode_property_match_property_string(dev_fwnode(dev), propname, array, n); in device_property_match_property_string()
/linux-6.12.1/drivers/base/
Dproperty.c519 int fwnode_property_match_property_string(const struct fwnode_handle *fwnode, in fwnode_property_match_property_string() function
535 EXPORT_SYMBOL_GPL(fwnode_property_match_property_string);
/linux-6.12.1/drivers/iio/adc/
Dad7173.c1270 ret = fwnode_property_match_property_string(child, in ad7173_fw_parse_channel_config()