Home
last modified time | relevance | path

Searched refs:insert_resource_conflict (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dresource.c932 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()
/linux/drivers/acpi/
H A Dpci_root.c951 conflict = insert_resource_conflict(root, res); in pci_acpi_root_add_resources()