Searched refs:of_property_read_string_array (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-4.19/drivers/of/ |
| D | unittest.c | 655 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string() 657 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string() 659 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string() 662 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string() 666 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string() 669 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
|
| D | property.c | 871 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
| /kernel/linux/linux-4.19/drivers/mtd/maps/ |
| D | physmap_of_core.c | 122 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_probes()
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | unittest.c | 745 rc = of_property_read_string_array(np, "string-property", strings, 4); in of_unittest_property_string() 747 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); in of_unittest_property_string() 749 rc = of_property_read_string_array(np, "unterminated-string", strings, 4); in of_unittest_property_string() 752 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); in of_unittest_property_string() 756 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); in of_unittest_property_string() 759 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); in of_unittest_property_string()
|
| D | property.c | 895 of_property_read_string_array(node, propname, val, nval) : in of_fwnode_property_read_string_array()
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/powernv/ |
| D | idle.c | 790 if (of_property_read_string_array(np, "ibm,cpu-idle-state-names", in pnv_parse_cpuidle_dt()
|
| /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-4.19/include/linux/ |
| D | of.h | 1095 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-5.10/include/linux/ |
| D | of.h | 1140 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
|
| /kernel/linux/linux-4.19/drivers/iio/ |
| D | industrialio-core.c | 545 int err = of_property_read_string_array(dev->of_node, in of_iio_read_mount_matrix()
|