Searched refs:of_property_read_string_array (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/drivers/of/ |
| D | unittest.c | 746 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string() 748 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string() 750 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string() 753 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string() 757 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string() 760 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
|
| D | property.c | 932 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
| /Linux-v6.1/drivers/clk/imx/ |
| D | clk-imx8qxp-lpcg.c | 236 ret = of_property_read_string_array(np, "clock-output-names", in imx_lpcg_parse_clks_from_dt()
|
| /Linux-v6.1/drivers/mtd/maps/ |
| D | physmap-core.c | 288 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
|
| /Linux-v6.1/arch/powerpc/platforms/powernv/ |
| D | idle.c | 1407 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
|
| /Linux-v6.1/include/linux/ |
| D | of.h | 1100 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
|
| /Linux-v6.1/sound/soc/ |
| D | soc-core.c | 2845 ret = of_property_read_string_array(dev->of_node, prop, in snd_soc_of_parse_pin_switches()
|