Home
last modified time | relevance | path

Searched refs:of_property_read_string_helper (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dof_access.h284 int of_property_read_string_helper(const struct device_node *np,
310 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
329 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
/openbmc/linux/include/linux/
H A Dof.h347 extern int of_property_read_string_helper(const struct device_node *np,
723 static inline int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function
1163 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array()
1182 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
1208 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
/openbmc/linux/drivers/of/
H A Dproperty.c503 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function
528 EXPORT_SYMBOL_GPL(of_property_read_string_helper);
/openbmc/u-boot/drivers/core/
H A Dof_access.c545 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function