Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/
Dxen-acpi-cpuhotplug.c237 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; /* default */ in acpi_processor_hotplug_notify() local
268 ost_code = ACPI_OST_SC_SUCCESS; in acpi_processor_hotplug_notify()
300 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_processor_hotplug_notify()
Dxen-acpi-memhotplug.c226 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; /* default */ in acpi_memory_device_notify() local
243 ost_code = ACPI_OST_SC_SUCCESS; in acpi_memory_device_notify()
278 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_memory_device_notify()
/Linux-v5.10/drivers/acpi/
Dscan.c391 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug() local
426 ost_code = ACPI_OST_SC_SUCCESS; in acpi_device_hotplug()
429 ost_code = ACPI_OST_SC_EJECT_NOT_SUPPORTED; in acpi_device_hotplug()
432 ost_code = ACPI_OST_SC_DEVICE_BUSY; in acpi_device_hotplug()
435 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug()
440 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug()
Dbus.c350 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_bus_notify() local
417 acpi_evaluate_ost(handle, type, ost_code, NULL); in acpi_bus_notify()