Lines Matching defs:new_prop
698 * can be provided by the @new_prop pointer to overwrite an existing value.
702 * @new_prop: If not NULL, this property is being updated. If NULL, update
708 * -EINVAL - property value not found, new_prop is not a recognized
712 static int nx842_OF_upd(struct property *new_prop)
757 if (new_prop && (strncmp(new_prop->name, "status", new_prop->length) ||
758 strncmp(new_prop->name, "ibm,max-sg-len", new_prop->length) ||
759 strncmp(new_prop->name, "ibm,max-sync-cop", new_prop->length)))