Searched refs:insert_resource_conflict (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/pci/
H A Dmmconfig-shared.c536 conflict = insert_resource_conflict(&iomem_resource,
810 tmp = insert_resource_conflict(&iomem_resource,
/linux-master/include/linux/
H A Dioport.h202 extern struct resource *insert_resource_conflict(struct resource *parent, struct resource *new);
/linux-master/kernel/
H A Dresource.c873 * insert_resource_conflict - Inserts resource in the resource tree
888 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) function
912 conflict = insert_resource_conflict(parent, new);
965 * or insert_resource_conflict(), and moves the children (if any) up to
966 * where they were before. insert_resource() and insert_resource_conflict()
970 * insert_resource(), insert_resource_conflict() and remove_resource() are
/linux-master/drivers/acpi/
H A Dpci_root.c956 conflict = insert_resource_conflict(root, res);

Completed in 292 milliseconds