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 | 887 unittest(!of_changeset_add_prop_string(&chgset, n22, "prop-str", "abcd"), in of_unittest_changeset() 1051 ret = of_changeset_add_prop_string(&chgset, np, "prop-string", "abcde"); in of_unittest_changeset_prop()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | core.c | 318 ret = of_changeset_add_prop_string(ocs, np, "compatible", compat); in venus_add_video_core()
|