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()129 bool has_resources = false; in acpi_create_platform_device() local132 acpi_platform_resource_count, &has_resources); in acpi_create_platform_device()133 if (has_resources) in acpi_create_platform_device()
485 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()
57 if (!zdev->has_resources) { in zpci_bus_prepare_device()
138 u8 has_resources : 1; member