Symbol: of_property_read_string_array
arch/powerpc/platforms/powernv/idle.c
1410
if (of_property_read_string_array(np, "ibm,cpu-idle-state-names",
drivers/clk/imx/clk-imx8qxp-lpcg.c
232
ret = of_property_read_string_array(np, "clock-output-names",
drivers/mtd/maps/physmap-core.c
287
count = of_property_read_string_array(dp, "linux,part-probe", res,
drivers/net/ethernet/airoha/airoha_npu.c
230
ret = of_property_read_string_array(dev->of_node, "firmware-name",
drivers/of/property.c
1119
of_property_read_string_array(node, propname, val, nval) :
drivers/of/unittest.c
777
rc = of_property_read_string_array(np, "string-property", strings, 4);
drivers/of/unittest.c
779
rc = of_property_read_string_array(np, "phandle-list-names", strings, 4);
drivers/of/unittest.c
781
rc = of_property_read_string_array(np, "unterminated-string", strings, 4);
drivers/of/unittest.c
784
rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4);
drivers/of/unittest.c
788
rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2);
drivers/of/unittest.c
791
rc = of_property_read_string_array(np, "phandle-list-names", strings, 1);
drivers/pinctrl/qcom/tlmm-test.c
597
ret = of_property_read_string_array(tlmm, "reg-names", reg_names, count);
sound/soc/codecs/simple-amplifier.c
810
return of_property_read_string_array(np, labels_property, labels->tab_labels,
sound/soc/codecs/simple-mux.c
152
of_property_read_string_array(np, "state-labels", priv->mux_texts, MUX_TEXT_SIZE);
sound/soc/soc-core.c
2966
ret = of_property_read_string_array(dev->of_node, prop,