Lines Matching defs:run
1012 struct asm_session_cmd_run_v2 *run;
1017 pkt_size = APR_HDR_SIZE + sizeof(*run);
1023 run = p + APR_HDR_SIZE;
1028 run->flags = flags;
1029 run->time_lsw = lsw_ts;
1030 run->time_msw = msw_ts;
1684 * q6asm_cmd() - run cmd on audio client
1688 * @cmd: command to run on audio client.
1699 * q6asm_cmd_nowait() - non blocking, run cmd on audio client
1703 * @cmd: command to run on audio client.