Lines Matching defs:caps
108 * @caps: OP-TEE SCMI channel capabilities
120 u32 caps;
137 * @caps: Supported channel capabilities
144 u32 caps;
186 u32 caps;
209 caps = param[0].u.value.a;
211 if (!(caps & (PTA_SCMI_CAPS_SMT_HEADER | PTA_SCMI_CAPS_MSG_HEADER))) {
216 agent->caps = caps;
226 unsigned int caps = 0;
230 caps = PTA_SCMI_CAPS_MSG_HEADER;
232 caps = PTA_SCMI_CAPS_SMT_HEADER;
240 param[0].u.value.b = caps;
245 dev_err(dev, "Can't get channel with caps %#x: %d / %#x\n", caps, ret, arg.ret);
251 channel->caps = caps;