Searched refs:has_resources (Results 1 – 4 of 4) sorted by relevance
92 bool *has_resources = data; in acpi_platform_resource_count() local94 *has_resources = true; in acpi_platform_resource_count()127 bool has_resources = false; in acpi_create_platform_device() local130 acpi_platform_resource_count, &has_resources); in acpi_create_platform_device()131 if (has_resources) in acpi_create_platform_device()
517 if (zdev->has_resources && zdev_enabled(zdev)) in zpci_update_fh()579 zdev->has_resources = 1; in zpci_setup_bus_resources()601 zdev->has_resources = 0; in zpci_cleanup_bus_resources()993 if (zdev->has_resources) in zpci_release_device()
54 if (!zdev->has_resources) { in zpci_bus_prepare_device()
147 u8 has_resources : 1; member