Searched refs:of_property_read_string_array (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/of/ | 
| D | unittest.c | 659 	rc = of_property_read_string_array(np, "string-property", strings, 4);  in of_unittest_property_string()661 	rc = of_property_read_string_array(np, "phandle-list-names", strings, 4);  in of_unittest_property_string()
 663 	rc = of_property_read_string_array(np, "unterminated-string", strings, 4);  in of_unittest_property_string()
 666 	rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4);  in of_unittest_property_string()
 670 	rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2);  in of_unittest_property_string()
 673 	rc = of_property_read_string_array(np, "phandle-list-names", strings, 1);  in of_unittest_property_string()
 
 | 
| D | property.c | 871 		of_property_read_string_array(node, propname, val, nval) :  in of_fwnode_property_read_string_array()
 | 
| /Linux-v5.4/sound/soc/generic/ | 
| D | simple-card-utils.c | 460 	ret = of_property_read_string_array(dev->of_node, prop,  in asoc_simple_parse_pin_switches()
 | 
| /Linux-v5.4/drivers/mtd/maps/ | 
| D | physmap-core.c | 287 	count = of_property_read_string_array(dp, "linux,part-probe", res,  in of_get_part_probes()
 | 
| /Linux-v5.4/arch/powerpc/platforms/powernv/ | 
| D | idle.c | 1309 	if (of_property_read_string_array(np, "ibm,cpu-idle-state-names",  in pnv_parse_cpuidle_dt()
 | 
| /Linux-v5.4/include/linux/ | 
| D | of.h | 1115 static inline int of_property_read_string_array(const struct device_node *np,  in of_property_read_string_array()  function
 |