Lines Matching refs:pipe
278 * calls prepare another time, reset the FW pipe to clean state
282 mconfig->pipe->state == SKL_PIPE_CREATED ||
283 mconfig->pipe->state == SKL_PIPE_PAUSED)) {
285 ret = skl_reset_pipe(skl, mconfig->pipe);
291 mconfig->pipe->p_params);
393 ret = skl_reset_pipe(skl, mconfig->pipe);
508 return skl_run_pipe(skl, mconfig->pipe);
518 ret = skl_stop_pipe(skl, mconfig->pipe);
595 /* In case of XRUN recovery, reset the FW pipe to clean state */
597 if (mconfig && !mconfig->pipe->passthru &&
599 skl_reset_pipe(skl, mconfig->pipe);
1360 list_for_each_entry(m, &p->pipe->w_list, node) {