Searched refs:of_property_read_string_array (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx8qxp-lpcg.c | 232 ret = of_property_read_string_array(np, "clock-output-names", in imx_lpcg_parse_clks_from_dt()
|
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 772 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string() 774 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string() 776 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string() 779 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string() 783 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string() 786 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
|
H A D | property.c | 934 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | physmap-core.c | 288 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 1409 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 1159 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
|
/openbmc/linux/sound/soc/ |
H A D | soc-core.c | 2946 ret = of_property_read_string_array(dev->of_node, prop, in snd_soc_of_parse_pin_switches()
|