Searched refs:acpi_evaluate_ost (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/xen/ |
H A D | xen-acpi-pad.c | 99 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, acpi_pad_handle_notify()
|
H A D | xen-acpi-cpuhotplug.c | 310 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); acpi_processor_hotplug_notify()
|
H A D | xen-acpi-memhotplug.c | 288 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); acpi_memory_device_notify()
|
/linux-4.4.14/drivers/acpi/ |
H A D | utils.c | 436 * acpi_evaluate_ost: Evaluate _OST for hotplug operations 447 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, acpi_evaluate_ost() function 469 EXPORT_SYMBOL(acpi_evaluate_ost); variable
|
H A D | acpi_pad.c | 409 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, 0, ¶m); acpi_pad_handle_notify()
|
H A D | device_sysfs.c | 392 acpi_evaluate_ost(acpi_device->handle, ACPI_OST_EC_OSPM_EJECT, acpi_eject_store()
|
H A D | processor_perflib.c | 156 acpi_evaluate_ost(handle, ACPI_PROCESSOR_NOTIFY_PERFORMANCE, acpi_processor_ppc_ost()
|
H A D | scan.c | 388 acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_EJECT_REQUEST, acpi_generic_hotplug_event() 438 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); acpi_device_hotplug()
|
H A D | bus.c | 415 acpi_evaluate_ost(handle, type, ost_code, NULL); acpi_bus_notify()
|
/linux-4.4.14/include/acpi/ |
H A D | acpi_bus.h | 49 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
|
Completed in 137 milliseconds