Searched refs:insert_resource_conflict (Results 1 – 3 of 3) sorted by relevance
243 extern struct resource *insert_resource_conflict(struct resource *parent, struct resource *new);
917 * insert_resource_conflict - Inserts resource in the resource tree932 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict() function 956 conflict = insert_resource_conflict(parent, new); in insert_resource() 1009 * or insert_resource_conflict(), and moves the children (if any) up to1010 * where they were before. insert_resource() and insert_resource_conflict()1014 * insert_resource(), insert_resource_conflict() and remove_resource() are
951 conflict = insert_resource_conflict(root, res); in pci_acpi_root_add_resources()