Searched refs:set_out_mux (Results 1 – 6 of 6) sorted by relevance
247 .set_out_mux = optc3_set_out_mux,
285 .set_out_mux = optc3_set_out_mux,
304 .set_out_mux = optc3_set_out_mux,
311 void (*set_out_mux)(struct timing_generator *tg, enum otg_out_mux_dest dest); member
345 .set_out_mux = optc3_set_out_mux,
4288 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) { in core_link_enable_stream()4293 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, otg_out_dest); in core_link_enable_stream()4534 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) in core_link_disable_stream()4535 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, OUT_MUX_DIO); in core_link_disable_stream()