Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/dell/
H A Ddcdbas.c215 ret = smi_data_buf_realloc(sizeof(struct apm_cmd)); in host_control_action_store()
377 struct apm_cmd *apm_cmd; in host_control_smi() local
384 apm_cmd = (struct apm_cmd *)smi_buf.virt; in host_control_smi()
385 apm_cmd->status = ESM_STATUS_CMD_UNSUCCESSFUL; in host_control_smi()
472 struct apm_cmd *apm_cmd; in dcdbas_host_control() local
486 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()
501 apm_cmd->command = ESM_APM_POWER_CYCLE; in dcdbas_host_control()
[all …]
H A Ddcdbas.h69 struct apm_cmd { struct