Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
Dunittest.c745 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()
Dproperty.c895 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
/kernel/linux/linux-5.10/sound/soc/generic/
Dsimple-card-utils.c508 ret = of_property_read_string_array(dev->of_node, prop, in asoc_simple_parse_pin_switches()
/kernel/linux/linux-5.10/drivers/mtd/maps/
Dphysmap-core.c295 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Didle.c1443 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
/kernel/linux/linux-5.10/include/linux/
Dof.h1140 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0015_linux_drivers_clk.patch2033 + ret = of_property_read_string_array(np, "clock-output-names",