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

/linux-4.4.14/drivers/xen/
H A Dxen-acpi-cpuhotplug.c247 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; /* default */ acpi_processor_hotplug_notify() local
278 ost_code = ACPI_OST_SC_SUCCESS; acpi_processor_hotplug_notify()
310 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); acpi_processor_hotplug_notify()
H A Dxen-acpi-memhotplug.c236 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; /* default */ acpi_memory_device_notify() local
253 ost_code = ACPI_OST_SC_SUCCESS; acpi_memory_device_notify()
288 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); acpi_memory_device_notify()
/linux-4.4.14/drivers/acpi/
H A Dscan.c397 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; acpi_device_hotplug() local
416 ost_code = ACPI_OST_SC_EJECT_NOT_SUPPORTED; acpi_device_hotplug()
435 ost_code = ACPI_OST_SC_SUCCESS; acpi_device_hotplug()
438 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); acpi_device_hotplug()
H A Dbus.c352 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; acpi_bus_notify() local
415 acpi_evaluate_ost(handle, type, ost_code, NULL); acpi_bus_notify()

Completed in 165 milliseconds