Lines Matching refs:pipe
277 * calls prepare another time, reset the FW pipe to clean state
281 mconfig->pipe->state == SKL_PIPE_CREATED ||
282 mconfig->pipe->state == SKL_PIPE_PAUSED)) {
284 ret = skl_reset_pipe(skl, mconfig->pipe);
290 mconfig->pipe->p_params);
391 ret = skl_reset_pipe(skl, mconfig->pipe);
506 return skl_run_pipe(skl, mconfig->pipe);
517 ret = skl_stop_pipe(skl, mconfig->pipe);
593 /* In case of XRUN recovery, reset the FW pipe to clean state */
595 if (mconfig && !mconfig->pipe->passthru &&
597 skl_reset_pipe(skl, mconfig->pipe);
1366 list_for_each_entry(m, &p->pipe->w_list, node) {