Lines Matching defs:add

203 	/* Try to add an existing property - should fail */
819 struct property *ppadd, padd = { .name = "prop-add", .length = 1, .value = "" };
870 unittest(!of_changeset_add_property(&chgset, n1, ppname_n1), "fail add prop name\n");
873 unittest(!of_changeset_add_property(&chgset, n2, ppname_n2), "fail add prop name\n");
876 unittest(!of_changeset_add_property(&chgset, n21, ppname_n21), "fail add prop name\n");
880 unittest(!of_changeset_add_property(&chgset, parent, ppadd), "fail add prop prop-add\n");
886 "fail add prop prop-str");
890 "fail add prop prop-str-array");
893 "fail add prop prop-u32-array");
1540 * "unittest internal error: unable to add testdata property"
1562 pr_err("unittest internal error: unable to add testdata property %pOF/%s",
2642 dev_err(dev, "Failed to add I2C adapter\n");
3478 * The purpose of of_unittest_overlay_data_add is to add an
3542 * The purpose of of_unittest_overlay_high_level is to add an overlay
3665 unittest(0, "unable to add property '%s' in overlay_base node __symbols__ to sysfs",
3732 "OF: overlay: ERROR: multiple fragments add and/or delete node /testcase-data-2/substation@100/motor-1/controller");
3734 "OF: overlay: ERROR: multiple fragments add, update, and/or delete property /testcase-data-2/substation@100/motor-1/controller/name");
3748 "OF: overlay: ERROR: multiple fragments add, update, and/or delete property /testcase-data-2/substation@100/motor-1/controller/name");
3750 "OF: overlay: ERROR: multiple fragments add and/or delete node /testcase-data-2/substation@100/motor-1/controller");
3755 "OF: overlay: ERROR: multiple fragments add and/or delete node /testcase-data-2/substation@100/motor-1/electric");
3757 "OF: overlay: ERROR: multiple fragments add, update, and/or delete property /testcase-data-2/substation@100/motor-1/electric/rpm_avail");
3759 "OF: overlay: ERROR: multiple fragments add, update, and/or delete property /testcase-data-2/substation@100/motor-1/electric/name");
3773 "OF: overlay: ERROR: multiple fragments add, update, and/or delete property /testcase-data-2/substation@100/motor-1/electric/name");
3775 "OF: overlay: ERROR: multiple fragments add, update, and/or delete property /testcase-data-2/substation@100/motor-1/electric/rpm_avail");
3777 "OF: overlay: ERROR: multiple fragments add and/or delete node /testcase-data-2/substation@100/motor-1/electric");
3920 static int of_unittest_pci_node_verify(struct pci_dev *pdev, bool add)
3933 if (add) {