Lines Matching refs:cmd
34 struct meson_sm_cmd cmd[]; member
43 static unsigned long __meson_sm_call(u32 cmd, const struct pt_regs *args) in __meson_sm_call() argument
47 r.regs[0] = cmd; in __meson_sm_call()
56 struct meson_sm_cmd cmd; in meson_sm_get_cmd() local
61 cmd = data->cmd[cmd_index]; in meson_sm_get_cmd()
62 return cmd.smc_id; in meson_sm_get_cmd()
69 u32 cmd, ret; in meson_sm_call() local
71 cmd = meson_sm_get_cmd(priv->data, cmd_index); in meson_sm_call()
72 if (!cmd) in meson_sm_call()
75 ret = __meson_sm_call(cmd, args); in meson_sm_call()
168 .cmd = {