Searched refs:of_property_read_string_array (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/drivers/of/ |
D | unittest.c | 745 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string() 747 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string() 749 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string() 752 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string() 756 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string() 759 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
|
D | property.c | 895 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
/linux-5.10/drivers/mtd/maps/ |
D | physmap-core.c | 293 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
|
/linux-5.10/sound/soc/generic/ |
D | simple-card-utils.c | 508 ret = of_property_read_string_array(dev->of_node, prop, in asoc_simple_parse_pin_switches()
|
/linux-5.10/arch/powerpc/platforms/powernv/ |
D | idle.c | 1443 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
|
/linux-5.10/include/linux/ |
D | of.h | 1133 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
|