apm_cmd           200 drivers/platform/x86/dcdbas.c 	ret = smi_data_buf_realloc(sizeof(struct apm_cmd));
apm_cmd           362 drivers/platform/x86/dcdbas.c 	struct apm_cmd *apm_cmd;
apm_cmd           369 drivers/platform/x86/dcdbas.c 	apm_cmd = (struct apm_cmd *)smi_data_buf;
apm_cmd           370 drivers/platform/x86/dcdbas.c 	apm_cmd->status = ESM_STATUS_CMD_UNSUCCESSFUL;
apm_cmd           431 drivers/platform/x86/dcdbas.c 		while (apm_cmd->status == ESM_STATUS_CMD_UNSUCCESSFUL) {
apm_cmd           458 drivers/platform/x86/dcdbas.c 	struct apm_cmd *apm_cmd;
apm_cmd           472 drivers/platform/x86/dcdbas.c 	if (smi_data_buf_size < sizeof(struct apm_cmd)) {
apm_cmd           478 drivers/platform/x86/dcdbas.c 	apm_cmd = (struct apm_cmd *)smi_data_buf;
apm_cmd           482 drivers/platform/x86/dcdbas.c 		apm_cmd->command = ESM_APM_POWER_CYCLE;
apm_cmd           483 drivers/platform/x86/dcdbas.c 		apm_cmd->reserved = 0;
apm_cmd           484 drivers/platform/x86/dcdbas.c 		*((s16 *)&apm_cmd->parameters.shortreq.parm[0]) = (s16) 0;
apm_cmd           487 drivers/platform/x86/dcdbas.c 		apm_cmd->command = ESM_APM_POWER_CYCLE;
apm_cmd           488 drivers/platform/x86/dcdbas.c 		apm_cmd->reserved = 0;
apm_cmd           489 drivers/platform/x86/dcdbas.c 		*((s16 *)&apm_cmd->parameters.shortreq.parm[0]) = (s16) 20;