Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Ddevice_sysfs.c395 ACPI_OST_SC_NON_SPECIFIC_FAILURE, NULL); in eject_store()
H A Dscan.c374 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug()
418 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug()
H A Dbus.c519 acpi_evaluate_ost(handle, type, ACPI_OST_SC_NON_SPECIFIC_FAILURE, NULL); in acpi_bus_notify()
/openbmc/linux/include/linux/
H A Dacpi.h660 #define ACPI_OST_SC_NON_SPECIFIC_FAILURE 0x1 macro