Lines Matching defs:cmd_index
60 unsigned int cmd_index)
64 while (cmd->smc_id && cmd->index != cmd_index)
94 * @cmd_index: Index of the SMC32 function ID
104 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index,
112 cmd = meson_sm_get_cmd(fw->chip, cmd_index);
131 * @cmd_index: Index of the SMC32 function ID
143 unsigned int bsize, unsigned int cmd_index, u32 arg0,
158 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0)
182 * @cmd_index: Index of the SMC32 function ID
192 unsigned int size, unsigned int cmd_index, u32 arg0,
208 if (meson_sm_call(fw, cmd_index, &written, arg0, arg1, arg2, arg3, arg4) < 0)