Searched refs:of_changeset_add_prop_string (Results 1 – 4 of 4) sorted by relevance
| /drivers/pci/ |
| A D | of_property.c | 351 ret = of_changeset_add_prop_string(ocs, np, "device_type", in of_pci_add_properties() 480 ret = of_changeset_add_prop_string(ocs, np, "device_type", "pci"); in of_pci_add_host_bridge_properties()
|
| /drivers/of/ |
| A D | dynamic.c | 956 int of_changeset_add_prop_string(struct of_changeset *ocs, in of_changeset_add_prop_string() function 968 EXPORT_SYMBOL_GPL(of_changeset_add_prop_string);
|
| 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()
|
| /drivers/media/platform/qcom/venus/ |
| A D | core.c | 313 ret = of_changeset_add_prop_string(ocs, np, "compatible", compat); in venus_add_video_core()
|
Completed in 14 milliseconds