Searched refs:apm_cmd (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/platform/x86/dell/
H A Ddcdbas.c214 ret = smi_data_buf_realloc(sizeof(struct apm_cmd));
376 struct apm_cmd *apm_cmd; local
383 apm_cmd = (struct apm_cmd *)smi_buf.virt;
384 apm_cmd->status = ESM_STATUS_CMD_UNSUCCESSFUL;
444 while (apm_cmd->status == ESM_STATUS_CMD_UNSUCCESSFUL) {
471 struct apm_cmd *apm_cmd; local
485 if (smi_buf.size < sizeof(struct apm_cmd)) {
[all...]
H A Ddcdbas.h77 struct apm_cmd { struct

Completed in 161 milliseconds