Home
last modified time | relevance | path

Searched refs:of_changeset_add_prop_string (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/
H A Dof_property.c359 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 Ddynamic.c961 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 Dunittest.c887 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 Dcore.c318 ret = of_changeset_add_prop_string(ocs, np, "compatible", compat); in venus_add_video_core()