client_event      531 sound/soc/qcom/qdsp6/q6asm.c 	uint32_t client_event = 0;
client_event      544 sound/soc/qcom/qdsp6/q6asm.c 			client_event = ASM_CLIENT_EVENT_CMD_PAUSE_DONE;
client_event      547 sound/soc/qcom/qdsp6/q6asm.c 			client_event = ASM_CLIENT_EVENT_CMD_SUSPEND_DONE;
client_event      550 sound/soc/qcom/qdsp6/q6asm.c 			client_event = ASM_CLIENT_EVENT_CMD_EOS_DONE;
client_event      553 sound/soc/qcom/qdsp6/q6asm.c 			client_event = ASM_CLIENT_EVENT_CMD_FLUSH_DONE;
client_event      556 sound/soc/qcom/qdsp6/q6asm.c 			client_event = ASM_CLIENT_EVENT_CMD_RUN_DONE;
client_event      559 sound/soc/qcom/qdsp6/q6asm.c 			client_event = ASM_CLIENT_EVENT_CMD_CLOSE_DONE;
client_event      562 sound/soc/qcom/qdsp6/q6asm.c 			client_event = ASM_CLIENT_EVENT_CMD_OUT_FLUSH_DONE;
client_event      589 sound/soc/qcom/qdsp6/q6asm.c 			ac->cb(client_event, hdr->token,
client_event      596 sound/soc/qcom/qdsp6/q6asm.c 		client_event = ASM_CLIENT_EVENT_DATA_WRITE_DONE;
client_event      625 sound/soc/qcom/qdsp6/q6asm.c 		client_event = ASM_CLIENT_EVENT_DATA_READ_DONE;
client_event      658 sound/soc/qcom/qdsp6/q6asm.c 		ac->cb(client_event, hdr->token, data->payload, ac->priv);