Searched refs:of_property_read_string_array (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/of/ |
H A 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()
|
/linux/drivers/pinctrl/qcom/ |
H A D | tlmm-test.c | 594 ret = of_property_read_string_array(tlmm, "reg-names", reg_names, count); in tlmm_reg_base()
|
/linux/drivers/mtd/maps/ |
H A D | physmap-core.c | 288 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
|
/linux/include/linux/ |
H A D | of.h | 1217 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array() function
|
/linux/sound/soc/ |
H A D | soc-core.c | 3095 ret = of_property_read_string_array(dev->of_node, prop, in snd_soc_of_parse_pin_switches()
|