Lines Matching defs:new_prop
724 * can be provided by the @new_prop pointer to overwrite an existing value.
728 * @new_prop: If not NULL, this property is being updated. If NULL, update
734 * -EINVAL - property value not found, new_prop is not a recognized
738 static int nx842_OF_upd(struct property *new_prop)
783 if (new_prop && (strncmp(new_prop->name, "status", new_prop->length) ||
784 strncmp(new_prop->name, "ibm,max-sg-len", new_prop->length) ||
785 strncmp(new_prop->name, "ibm,max-sync-cop", new_prop->length)))