Searched refs:ost_code (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/xen/ |
D | xen-acpi-cpuhotplug.c | 253 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; /* default */ in acpi_processor_hotplug_notify() local 284 ost_code = ACPI_OST_SC_SUCCESS; in acpi_processor_hotplug_notify() 316 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_processor_hotplug_notify()
|
D | xen-acpi-memhotplug.c | 236 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; /* default */ in acpi_memory_device_notify() local 253 ost_code = ACPI_OST_SC_SUCCESS; in acpi_memory_device_notify() 288 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_memory_device_notify()
|
/linux-4.1.27/drivers/acpi/ |
D | bus.c | 360 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_bus_notify() local 423 acpi_evaluate_ost(handle, type, ost_code, NULL); in acpi_bus_notify()
|
D | scan.c | 652 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug() local 671 ost_code = ACPI_OST_SC_EJECT_NOT_SUPPORTED; in acpi_device_hotplug() 690 ost_code = ACPI_OST_SC_SUCCESS; in acpi_device_hotplug() 693 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug()
|