Home
last modified time | relevance | path

Searched refs:of_property_read_string_array (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/of/
Dunittest.c645 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string()
647 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string()
649 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string()
652 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string()
656 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string()
659 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
Dproperty.c870 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
/Linux-v4.19/drivers/mtd/maps/
Dphysmap_of_core.c131 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_probes()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Didle.c813 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
/Linux-v4.19/include/linux/
Dof.h1084 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
/Linux-v4.19/drivers/iio/
Dindustrialio-core.c545 int err = of_property_read_string_array(dev->of_node, in of_iio_read_mount_matrix()