Home
last modified time | relevance | path

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

/linux/drivers/of/
H A 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()
/linux/drivers/pinctrl/qcom/
H A Dtlmm-test.c594 ret = of_property_read_string_array(tlmm, "reg-names", reg_names, count); in tlmm_reg_base()
/linux/drivers/mtd/maps/
H A Dphysmap-core.c288 count = of_property_read_string_array(dp, "linux,part-probe", res, in of_get_part_probes()
/linux/include/linux/
H A Dof.h1217 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 Dsoc-core.c3095 ret = of_property_read_string_array(dev->of_node, prop, in snd_soc_of_parse_pin_switches()