Searched refs:set_out_mux (Results 1 – 7 of 7) sorted by relevance
161 .set_out_mux = optc3_set_out_mux,
245 .set_out_mux = optc3_set_out_mux,
285 .set_out_mux = optc3_set_out_mux,
308 .set_out_mux = optc3_set_out_mux,
317 void (*set_out_mux)(struct timing_generator *tg, enum otg_out_mux_dest dest); member
369 .set_out_mux = optc3_set_out_mux,
2351 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) in link_set_dpms_off()2352 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, OUT_MUX_DIO); in link_set_dpms_off()2406 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) { in link_set_dpms_on()2411 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, otg_out_dest); in link_set_dpms_on()