Home
last modified time | relevance | path

Searched refs:apm_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/platform/x86/dell/
Ddcdbas.c214 ret = smi_data_buf_realloc(sizeof(struct apm_cmd)); in host_control_action_store()
376 struct apm_cmd *apm_cmd; in host_control_smi() local
383 apm_cmd = (struct apm_cmd *)smi_buf.virt; in host_control_smi()
384 apm_cmd->status = ESM_STATUS_CMD_UNSUCCESSFUL; in host_control_smi()
444 while (apm_cmd->status == ESM_STATUS_CMD_UNSUCCESSFUL) { in host_control_smi()
471 struct apm_cmd *apm_cmd; in dcdbas_host_control() local
485 if (smi_buf.size < sizeof(struct apm_cmd)) { in dcdbas_host_control()
491 apm_cmd = (struct apm_cmd *)smi_buf.virt; in dcdbas_host_control()
495 apm_cmd->command = ESM_APM_POWER_CYCLE; in dcdbas_host_control()
496 apm_cmd->reserved = 0; in dcdbas_host_control()
[all …]
Ddcdbas.h77 struct apm_cmd { struct