Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dof.h351 extern int of_property_read_string_helper(const struct device_node *np,
711 static inline int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function
1140 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array()
1159 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
1185 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
/linux-6.3-rc2/drivers/of/
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);

Completed in 11 milliseconds