Searched refs:apm_cmd (Results 1 – 1 of 1) sorted by relevance
215 ret = smi_data_buf_realloc(sizeof(struct apm_cmd)); in host_control_action_store()377 struct apm_cmd *apm_cmd; in host_control_smi() local384 apm_cmd = (struct apm_cmd *)smi_buf.virt; in host_control_smi()385 apm_cmd->status = ESM_STATUS_CMD_UNSUCCESSFUL; in host_control_smi()445 while (apm_cmd->status == ESM_STATUS_CMD_UNSUCCESSFUL) { in host_control_smi()472 struct apm_cmd *apm_cmd; in dcdbas_host_control() local486 if (smi_buf.size < sizeof(struct apm_cmd)) { in dcdbas_host_control()492 apm_cmd = (struct apm_cmd *)smi_buf.virt; in dcdbas_host_control()496 apm_cmd->command = ESM_APM_POWER_CYCLE; in dcdbas_host_control()497 apm_cmd->reserved = 0; in dcdbas_host_control()[all …]