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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddcdbas.c202 ret = smi_data_buf_realloc(sizeof(struct apm_cmd));
350 struct apm_cmd *apm_cmd; local
357 apm_cmd = (struct apm_cmd *)smi_data_buf;
358 apm_cmd->status = ESM_STATUS_CMD_UNSUCCESSFUL;
419 while (apm_cmd->status == ESM_STATUS_CMD_UNSUCCESSFUL) {
446 struct apm_cmd *apm_cmd; local
460 if (smi_data_buf_size < sizeof(struct apm_cmd)) {
[all...]
H A Ddcdbas.h84 struct apm_cmd { struct

Completed in 73 milliseconds