Lines Matching defs:new
130 struct devres_node *old, struct devres_node *new)
133 BUG_ON(!list_empty(&new->entry));
134 list_replace(&old->entry, &new->entry);
307 * @new_res: Pointer to new initialized devres to add if not found
550 * devres_open_group - Open a new devres group
555 * Open a new devres group for @dev with @id. For @id, using a
560 * ID of the new group, NULL on failure.
862 * up to the lesser of new and old sizes.
895 * If new size is smaller or equal to the actual number of bytes
902 * Otherwise: allocate new, larger chunk. We need to allocate before