Home
last modified time | relevance | path

Searched refs:acpi_evaluate_ost (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/xen/
H A Dxen-acpi-pad.c92 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, in acpi_pad_handle_notify()
H A Dxen-acpi-cpuhotplug.c300 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_processor_hotplug_notify()
H A Dxen-acpi-memhotplug.c278 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_memory_device_notify()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Dedr.c137 status = acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_DISCONNECT_RECOVER, in acpi_send_edr_status()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dutils.c428 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, in acpi_evaluate_ost() function
450 EXPORT_SYMBOL(acpi_evaluate_ost);
H A Dbus.c417 acpi_evaluate_ost(handle, type, ost_code, NULL); in acpi_bus_notify()
498 acpi_evaluate_ost(sb_handle, ACPI_OST_EC_OSPM_SHUTDOWN, in sb_notify_work()
H A Dacpi_pad.c400 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, 0, &param); in acpi_pad_handle_notify()
H A Ddevice_sysfs.c385 acpi_evaluate_ost(acpi_device->handle, ACPI_OST_EC_OSPM_EJECT, in eject_store()
H A Dprocessor_perflib.c108 acpi_evaluate_ost(handle, ACPI_PROCESSOR_NOTIFY_PERFORMANCE, in acpi_processor_ppc_ost()
H A Dscan.c382 acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_EJECT_REQUEST, in acpi_generic_hotplug_event()
440 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpi_bus.h36 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,