Searched refs:acpi_evaluate_ost (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/xen/ |
D | xen-acpi-pad.c | 99 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, in acpi_pad_handle_notify()
|
D | xen-acpi-cpuhotplug.c | 316 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_processor_hotplug_notify()
|
D | xen-acpi-memhotplug.c | 288 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_memory_device_notify()
|
/linux-4.1.27/drivers/acpi/ |
D | utils.c | 451 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, in acpi_evaluate_ost() function 473 EXPORT_SYMBOL(acpi_evaluate_ost);
|
D | acpi_pad.c | 415 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, 0, ¶m); in acpi_pad_handle_notify()
|
D | bus.c | 423 acpi_evaluate_ost(handle, type, ost_code, NULL); in acpi_bus_notify()
|
D | processor_perflib.c | 160 acpi_evaluate_ost(handle, ACPI_PROCESSOR_NOTIFY_PERFORMANCE, in acpi_processor_ppc_ost()
|
D | scan.c | 643 acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_EJECT_REQUEST, in acpi_generic_hotplug_event() 693 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug() 752 acpi_evaluate_ost(acpi_device->handle, ACPI_OST_EC_OSPM_EJECT, in acpi_eject_store()
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 53 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
|