Searched refs:of_property_read_string_array (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/sound/soc/codecs/ |
D | simple-mux.c | 151 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/ |
D | clk-imx8qxp-lpcg.c | 232 ret = of_property_read_string_array(np, "clock-output-names", in imx_lpcg_parse_clks_from_dt()
|
/linux-6.14.4/drivers/of/ |
D | unittest.c | 776 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()
|
D | property.c | 1037 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
/linux-6.14.4/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-6.14.4/arch/powerpc/platforms/powernv/ |
D | idle.c | 1409 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
|
/linux-6.14.4/include/linux/ |
D | of.h | 1198 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/ |
D | soc-core.c | 3057 ret = of_property_read_string_array(dev->of_node, prop, in snd_soc_of_parse_pin_switches()
|