Lines Matching refs:funcs

126 			link->link_enc->funcs->get_dig_frontend &&  in link_blank_dp_stream()
127 link->link_enc->funcs->is_dig_enabled(link->link_enc)) { in link_blank_dp_stream()
128 unsigned int fe = link->link_enc->funcs->get_dig_frontend(link->link_enc); in link_blank_dp_stream()
133 dc->res_pool->stream_enc[j]->funcs->dp_blank(link, in link_blank_dp_stream()
657 if (cp_psp == NULL || cp_psp->funcs.update_stream_config == NULL) in update_psp_stream_config()
711 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
801 dsc->funcs->dsc_set_config(dsc, &dsc_cfg, &dsc_optc_cfg); in link_set_dsc_on_stream()
802 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in link_set_dsc_on_stream()
806 odm_dsc->funcs->dsc_set_config(odm_dsc, &dsc_cfg, &dsc_optc_cfg); in link_set_dsc_on_stream()
807 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in link_set_dsc_on_stream()
818 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config(pipe_ctx->stream_res.stream_enc, in link_set_dsc_on_stream()
829 pipe_ctx->stream_res.tg->funcs->set_dsc_config(pipe_ctx->stream_res.tg, in link_set_dsc_on_stream()
835 pipe_ctx->stream_res.tg->funcs->set_dsc_config( in link_set_dsc_on_stream()
842 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet( in link_set_dsc_on_stream()
848 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config( in link_set_dsc_on_stream()
851 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_pps_info_packet( in link_set_dsc_on_stream()
857 pipe_ctx->stream_res.dsc->funcs->dsc_disable(pipe_ctx->stream_res.dsc); in link_set_dsc_on_stream()
859 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in link_set_dsc_on_stream()
900 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]); in link_set_dsc_pps_packet()
905 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet( in link_set_dsc_pps_packet()
911 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_pps_info_packet( in link_set_dsc_pps_packet()
922 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet( in link_set_dsc_pps_packet()
928 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_pps_info_packet( in link_set_dsc_pps_packet()
2102 state->clk_mgr->funcs->update_clocks(state->clk_mgr, in enable_link_dp()
2378 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) in link_set_dpms_off()
2379 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, OUT_MUX_DIO); in link_set_dpms_off()
2382 if (vpg && vpg->funcs->vpg_powerdown) in link_set_dpms_off()
2383 vpg->funcs->vpg_powerdown(vpg); in link_set_dpms_off()
2426 link_enc->funcs->setup( in link_set_dpms_on()
2433 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) { in link_set_dpms_on()
2438 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, otg_out_dest); in link_set_dpms_on()
2446 if (vpg && vpg->funcs->vpg_poweron) in link_set_dpms_on()
2447 vpg->funcs->vpg_poweron(vpg); in link_set_dpms_on()
2518 if (pipe_ctx->stream_res.tg->funcs->set_test_pattern) in link_set_dpms_on()
2519 pipe_ctx->stream_res.tg->funcs->set_test_pattern(pipe_ctx->stream_res.tg, in link_set_dpms_on()
2530 link_enc->funcs->setup( in link_set_dpms_on()