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);
528 switch (hdr->opcode) {
543 graph->result.opcode = hdr->opcode;
554 graph->result.opcode = hdr->opcode;
578 graph->result.opcode = hdr->opcode;
593 switch (result->opcode) {
595 graph->result.opcode = result->opcode;
607 graph->result.opcode = result->opcode;
611 result->status, result->opcode);
797 switch (hdr->opcode) {
799 apm->result.opcode = hdr->opcode;
802 apm->state = result->opcode;
806 switch (result->opcode) {
814 apm->result.opcode = result->opcode;
818 result->opcode);