Home
last modified time | relevance | path

Searched refs:has_resources (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dacpi_platform.c92 bool *has_resources = data; in acpi_platform_resource_count() local
94 *has_resources = true; in acpi_platform_resource_count()
129 bool has_resources = false; in acpi_create_platform_device() local
132 acpi_platform_resource_count, &has_resources); in acpi_create_platform_device()
133 if (has_resources) in acpi_create_platform_device()
/openbmc/linux/arch/s390/pci/
H A Dpci.c485 if (zdev->has_resources && zdev_enabled(zdev)) in zpci_update_fh()
547 zdev->has_resources = 1; in zpci_setup_bus_resources()
569 zdev->has_resources = 0; in zpci_cleanup_bus_resources()
940 if (zdev->has_resources) in zpci_release_device()
H A Dpci_bus.c57 if (!zdev->has_resources) { in zpci_bus_prepare_device()
/openbmc/linux/arch/s390/include/asm/
H A Dpci.h138 u8 has_resources : 1; member