Lines Matching defs:new
140 struct devres_node *old, struct devres_node *new)
143 BUG_ON(!list_empty(&new->entry));
144 list_replace(&old->entry, &new->entry);
305 * @new_res: Pointer to new initialized devres to add if not found
540 * devres_open_group - Open a new devres group
545 * Open a new devres group for @dev with @id. For @id, using a
550 * ID of the new group, NULL on failure.
857 * up to the lesser of new and old sizes.
890 * If new size is smaller or equal to the actual number of bytes
897 * Otherwise: allocate new, larger chunk. We need to allocate before