Searched refs:fwnode_property_match_property_string (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | property.h | 127 int fwnode_property_match_property_string(const struct fwnode_handle *fwnode, 136 return fwnode_property_match_property_string(dev_fwnode(dev), propname, array, n); in device_property_match_property_string()
|
| /linux/drivers/base/ |
| H A D | property.c | 557 int fwnode_property_match_property_string(const struct fwnode_handle *fwnode, in fwnode_property_match_property_string() function 573 EXPORT_SYMBOL_GPL(fwnode_property_match_property_string);
|
| /linux/drivers/pinctrl/ |
| H A D | pinconf-generic.c | 233 ret = fwnode_property_match_property_string(of_fwnode_handle(np), in parse_dt_cfg()
|
| /linux/drivers/clk/ |
| H A D | clk-stm32f4.c | 910 ret = fwnode_property_match_property_string(of_fwnode_handle(np), in stm32f4_pll_ssc_parse_dt()
|
| /linux/drivers/iio/adc/ |
| H A D | ad7173.c | 1881 ret = fwnode_property_match_property_string(child, in ad7173_fw_parse_channel_config()
|
| H A D | ad4170-4.c | 2310 ret = fwnode_property_match_property_string(child, "adi,sensor-type", in ad4170_parse_channel_node()
|