Searched refs:ost_code (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/xen/ |
D | xen-acpi-cpuhotplug.c | 247 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; /* default */ in acpi_processor_hotplug_notify() local 278 ost_code = ACPI_OST_SC_SUCCESS; in acpi_processor_hotplug_notify() 310 (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.4.14/drivers/acpi/ |
D | bus.c | 352 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_bus_notify() local 415 acpi_evaluate_ost(handle, type, ost_code, NULL); in acpi_bus_notify()
|
D | scan.c | 397 u32 ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; in acpi_device_hotplug() local 416 ost_code = ACPI_OST_SC_EJECT_NOT_SUPPORTED; in acpi_device_hotplug() 435 ost_code = ACPI_OST_SC_SUCCESS; in acpi_device_hotplug() 438 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug()
|