Home
last modified time | relevance | path

Searched refs:acpi_device_is_present (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/acpi/
H A Dproperty.c1409 !acpi_device_is_present(to_acpi_device_node(child))); in acpi_get_next_present_subnode()
1593 return acpi_device_is_present(to_acpi_device_node(fwnode)); in acpi_fwnode_device_is_available()
H A Dscan.c393 if (!acpi_device_is_present(adev)) in acpi_scan_device_check()
1953 bool acpi_device_is_present(const struct acpi_device *adev) in acpi_device_is_present() function
2538 return acpi_device_is_present(device); in acpi_dev_ready_for_enumeration()
H A Ddevice_pm.c316 if (!acpi_device_is_present(device)) { in acpi_bus_init_power()