/kernel/linux/linux-5.10/drivers/xen/ |
H A D | xen-acpi-pad.c | 92 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, in acpi_pad_handle_notify()
|
H A D | xen-acpi-memhotplug.c | 278 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_memory_device_notify()
|
H A D | xen-acpi-cpuhotplug.c | 300 (void) acpi_evaluate_ost(handle, event, ost_code, NULL); in acpi_processor_hotplug_notify()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | xen-acpi-pad.c | 92 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, in acpi_pad_handle_notify()
|
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A D | edr.c | 137 status = acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_DISCONNECT_RECOVER, in acpi_send_edr_status()
|
/kernel/linux/linux-6.6/drivers/pci/pcie/ |
H A D | edr.c | 137 status = acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_DISCONNECT_RECOVER, in acpi_send_edr_status()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | utils.c | 417 * acpi_evaluate_ost: Evaluate _OST for hotplug operations 428 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, in acpi_evaluate_ost() function 450 EXPORT_SYMBOL(acpi_evaluate_ost); variable
|
H A D | acpi_pad.c | 400 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, 0, ¶m); in acpi_pad_handle_notify()
|
H A D | bus.c | 417 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 D | device_sysfs.c | 387 acpi_evaluate_ost(acpi_device->handle, ACPI_OST_EC_OSPM_EJECT, in eject_store()
|
H A D | processor_perflib.c | 123 acpi_evaluate_ost(handle, ACPI_PROCESSOR_NOTIFY_PERFORMANCE, in acpi_processor_ppc_ost()
|
H A D | scan.c | 383 acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_EJECT_REQUEST, in acpi_generic_hotplug_event() 441 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | utils.c | 449 * acpi_evaluate_ost: Evaluate _OST for hotplug operations 460 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, in acpi_evaluate_ost() function 482 EXPORT_SYMBOL(acpi_evaluate_ost); variable
|
H A D | bus.c | 519 acpi_evaluate_ost(handle, type, ACPI_OST_SC_NON_SPECIFIC_FAILURE, NULL); in acpi_bus_notify() 600 acpi_evaluate_ost(sb_handle, ACPI_OST_EC_OSPM_SHUTDOWN, in sb_notify_work()
|
H A D | acpi_pad.c | 412 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, 0, ¶m); in acpi_pad_handle_notify()
|
H A D | device_sysfs.c | 394 acpi_evaluate_ost(acpi_device->handle, ACPI_OST_EC_OSPM_EJECT, in eject_store()
|
H A D | processor_perflib.c | 120 acpi_evaluate_ost(handle, ACPI_PROCESSOR_NOTIFY_PERFORMANCE, in acpi_processor_ppc_ost()
|
H A D | scan.c | 365 acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_EJECT_REQUEST, in acpi_generic_hotplug_event() 423 acpi_evaluate_ost(adev->handle, src, ost_code, NULL); in acpi_device_hotplug()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpi_bus.h | 36 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpi_bus.h | 36 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code,
|