Home
last modified time | relevance | path

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

/linux-6.14.4/sound/soc/codecs/
Dsimple-mux.c151 of_property_read_string_array(np, "state-labels", priv->mux_texts, MUX_TEXT_SIZE); in simple_mux_probe()
/linux-6.14.4/drivers/clk/imx/
Dclk-imx8qxp-lpcg.c232 ret = of_property_read_string_array(np, "clock-output-names", in imx_lpcg_parse_clks_from_dt()
/linux-6.14.4/drivers/of/
Dunittest.c776 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string()
778 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string()
780 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string()
783 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string()
787 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string()
790 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
Dproperty.c1037 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
/linux-6.14.4/drivers/mtd/maps/
Dphysmap-core.c288 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
/linux-6.14.4/arch/powerpc/platforms/powernv/
Didle.c1409 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
/linux-6.14.4/include/linux/
Dof.h1198 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
/linux-6.14.4/sound/soc/
Dsoc-core.c3057 ret = of_property_read_string_array(dev->of_node, prop, in snd_soc_of_parse_pin_switches()