Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/acpi/
Dscan.c392 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug() local
427 ost_code = ACPI_OST_SC_SUCCESS; in acpi_device_hotplug()
430 ost_code = ACPI_OST_SC_EJECT_NOT_SUPPORTED; in acpi_device_hotplug()
433 ost_code = ACPI_OST_SC_DEVICE_BUSY; in acpi_device_hotplug()
436 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug()
441 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug()
Dbus.c346 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_bus_notify() local
413 acpi_evaluate_ost(handle, type, ost_code, NULL); in acpi_bus_notify()