Searched refs:of_property_read_string_array (Results 1 – 14 of 14) sorted by relevance
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | unittest.c | 763 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string() 765 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string() 767 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string() 770 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string() 774 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string() 777 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
|
| D | property.c | 913 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
| /kernel/linux/linux-6.6/drivers/of/ |
| 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()
|
| D | property.c | 934 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
| /kernel/linux/linux-6.6/drivers/mtd/maps/ |
| D | physmap-core.c | 288 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
|
| /kernel/linux/linux-5.10/sound/soc/generic/ |
| D | simple-card-utils.c | 508 ret = of_property_read_string_array(dev->of_node, prop, in asoc_simple_parse_pin_switches()
|
| /kernel/linux/linux-5.10/drivers/mtd/maps/ |
| D | physmap-core.c | 295 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | of.h | 1006 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | idle.c | 1443 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | of.h | 1157 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
|
| /kernel/linux/linux-6.6/sound/soc/ |
| D | soc-core.c | 2946 ret = of_property_read_string_array(dev->of_node, prop, in snd_soc_of_parse_pin_switches()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0015_linux_drivers_clk.patch | 2033 + ret = of_property_read_string_array(np, "clock-output-names",
|