Home
last modified time | relevance | path

Searched refs:of_changeset_add_prop_string_array (Results 1 – 3 of 3) sorted by relevance

/drivers/of/
Ddynamic.c989 int of_changeset_add_prop_string_array(struct of_changeset *ocs, in of_changeset_add_prop_string_array() function
1018 EXPORT_SYMBOL_GPL(of_changeset_add_prop_string_array);
Dunittest.c878 unittest(!of_changeset_add_prop_string_array(&chgset, n22, "prop-str-array", in of_unittest_changeset()
1043 ret = of_changeset_add_prop_string_array(&chgset, np, "prop-string-array", in of_unittest_changeset_prop()
/drivers/pci/
Dof_property.c329 ret = of_changeset_add_prop_string_array(ocs, np, "compatible", in of_pci_prop_compatible()