Searched refs:of_property_read_string_array (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/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()
|
/kernel/linux/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()
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
D | physmap-core.c | 295 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/ |
D | idle.c | 1443 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
|
/kernel/linux/linux-5.10/include/linux/ |
D | of.h | 1140 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/ |
D | 0015_linux_drivers_clk.patch | 2033 + ret = of_property_read_string_array(np, "clock-output-names",
|