Searched refs:protocol_ctx (Results 1 – 1 of 1) sorted by relevance
117 struct optee_scmi_server_protocol *protocol_ctx = NULL; in optee_scmi_server_probe_agent() local157 protocol_ctx = calloc(1, sizeof(*protocol_ctx)); in optee_scmi_server_probe_agent()158 if (!protocol_ctx) in optee_scmi_server_probe_agent()161 protocol_ctx->dt_name = node_name; in optee_scmi_server_probe_agent()162 protocol_ctx->dt_node = protocol_node; in optee_scmi_server_probe_agent()170 EMSG("%s Missing property reg", protocol_ctx->dt_name); in optee_scmi_server_probe_agent()173 protocol_ctx->protocol_id = fdt32_to_cpu(*cuint); in optee_scmi_server_probe_agent()176 assert(p->protocol_id != protocol_ctx->protocol_id); in optee_scmi_server_probe_agent()178 SIMPLEQ_INSERT_TAIL(&agent_ctx->protocol_list, protocol_ctx, in optee_scmi_server_probe_agent()187 struct optee_scmi_server_protocol *protocol_ctx, in optee_scmi_server_init_protocol() argument[all …]