Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/
Ddevice_sysfs.c395 ACPI_OST_SC_NON_SPECIFIC_FAILURE, NULL); in eject_store()
Dbus.c519 acpi_evaluate_ost(handle, type, ACPI_OST_SC_NON_SPECIFIC_FAILURE, NULL); in acpi_bus_notify()
Dscan.c378 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug()
422 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug()
/linux-6.6.21/include/linux/
Dacpi.h660 #define ACPI_OST_SC_NON_SPECIFIC_FAILURE 0x1 macro