Lines Matching defs:opcode
94 static int audioreach_graph_mgmt_cmd(struct audioreach_graph *graph, uint32_t opcode)
107 pkt = audioreach_alloc_apm_cmd_pkt(payload_size, opcode, 0);
512 switch (hdr->opcode) {
526 graph->result.opcode = hdr->opcode;
537 graph->result.opcode = hdr->opcode;
559 graph->result.opcode = hdr->opcode;
574 switch (result->opcode) {
576 graph->result.opcode = result->opcode;
588 graph->result.opcode = result->opcode;
592 result->status, result->opcode);
778 switch (hdr->opcode) {
780 apm->result.opcode = hdr->opcode;
783 apm->state = result->opcode;
787 switch (result->opcode) {
795 apm->result.opcode = result->opcode;
799 result->opcode);