Searched refs:of_changeset_add_prop_string (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/pci/ |
| H A D | of_property.c | 359 ret = of_changeset_add_prop_string(ocs, np, "device_type", in of_pci_add_properties() 488 ret = of_changeset_add_prop_string(ocs, np, "device_type", "pci"); in of_pci_add_host_bridge_properties()
|
| /linux/drivers/of/ |
| H A D | dynamic.c | 961 int of_changeset_add_prop_string(struct of_changeset *ocs, in of_changeset_add_prop_string() function 973 EXPORT_SYMBOL_GPL(of_changeset_add_prop_string);
|
| H A D | unittest.c | 885 unittest(!of_changeset_add_prop_string(&chgset, n22, "prop-str", "abcd"), in of_unittest_changeset() 1049 ret = of_changeset_add_prop_string(&chgset, np, "prop-string", "abcde"); in of_unittest_changeset_prop()
|
| /linux/include/linux/ |
| H A D | of.h | 1653 int of_changeset_add_prop_string(struct of_changeset *ocs,
|